1
0
Fork 0
mirror of https://github.com/rest-client/rest-client.git synced 2022-11-09 13:49:40 -05:00

Update gemspec version and author

1.7.0.alpha (for now) and "REST Client Team"
This commit is contained in:
Larry Gilbert 2013-03-27 22:44:56 -07:00
parent e4dc65f449
commit 4b31e754b6

View file

@ -2,8 +2,8 @@
Gem::Specification.new do |s|
s.name = 'rest-client'
s.version = '1.6.7'
s.authors = ['Adam Wiggins', 'Julien Kirch']
s.version = '1.7.0.alpha'
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.license = 'MIT'
s.email = 'rest.client@librelist.com'