1
0
Fork 0
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:
Larry Gilbert 2013-03-27 22:44:56 -07:00
parent 878e37632b
commit ef5fa4f6c2

View file

@ -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'