mirror of
https://github.com/rest-client/rest-client.git
synced 2022-11-09 13:49:40 -05:00
Merge remote-tracking branch 'remotes/origin/master' into L2G-master
* remotes/origin/master: add license information to gemspec Conflicts: rest-client.gemspec
This commit is contained in:
commit
dfd0f26e67
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ Gem::Specification.new do |s|
|
|||
s.version = '1.6.7'
|
||||
s.authors = ['Adam Wiggins', 'Julien Kirch']
|
||||
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'
|
||||
s.executables = ['restclient']
|
||||
s.extra_rdoc_files = ["README.rdoc", "history.md"]
|
||||
|
|
Loading…
Reference in a new issue