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:
Larry Gilbert 2013-03-13 14:09:32 -07:00
commit dfd0f26e67
1 changed files with 1 additions and 0 deletions

View File

@ -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"]