mirror of
https://github.com/rest-client/rest-client.git
synced 2022-11-09 13:49:40 -05:00
Update author to "REST Client Team"
(cherry picked from commit 4b31e754b6)
Conflicts:
rest-client.gemspec
This commit is contained in:
parent
878e37632b
commit
ef5fa4f6c2
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
Gem::Specification.new do |s|
|
Gem::Specification.new do |s|
|
||||||
s.name = 'rest-client'
|
s.name = 'rest-client'
|
||||||
s.version = '1.6.8.alpha'
|
s.version = '1.6.8.alpha'
|
||||||
s.authors = ['Adam Wiggins', 'Julien Kirch']
|
s.authors = ['REST Client Team']
|
||||||
s.description = 'A simple HTTP and REST client for Ruby, inspired by the Sinatra microframework style of specifying actions: get, put, post, delete.'
|
s.description = 'A simple HTTP and REST client for Ruby, inspired by the Sinatra microframework style of specifying actions: get, put, post, delete.'
|
||||||
s.license = 'MIT'
|
s.license = 'MIT'
|
||||||
s.email = 'rest.client@librelist.com'
|
s.email = 'rest.client@librelist.com'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue