1
0
Fork 0
mirror of https://github.com/jnunemaker/httparty synced 2023-03-27 23:23:07 -04:00

Add license to gemspec.

Closes #305
This commit is contained in:
John Nunemaker 2014-05-30 10:15:51 -04:00
parent 7bf62f7a5f
commit 35f7072f2b

View file

@ -6,6 +6,7 @@ Gem::Specification.new do |s|
s.name = "httparty"
s.version = HTTParty::VERSION
s.platform = Gem::Platform::RUBY
s.licenses = ['MIT']
s.authors = ["John Nunemaker", "Sandro Turriate"]
s.email = ["nunemaker@gmail.com"]
s.homepage = "http://jnunemaker.github.com/httparty"