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:
parent
e4dc65f449
commit
4b31e754b6
1 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue