Add #licenses declaration to gemspec

This commit is contained in:
Erik Michaels-Ober 2012-11-17 23:46:12 -08:00
parent 76b53a6c2c
commit 1aaa3b875c

View File

@ -11,6 +11,7 @@ Gem::Specification.new do |s|
s.authors = ["Rick Olson"]
s.email = 'technoweenie@gmail.com'
s.homepage = 'https://github.com/technoweenie/faraday'
s.licenses = ['MIT']
s.add_dependency 'multipart-post', '~> 1.1'
s.add_development_dependency 'rake'