Skip to content

Commit

Permalink
Add #licenses declaration to gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Nov 18, 2012
1 parent 2015fb7 commit 6ff48ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions multi_json.gemspec
Expand Up @@ -12,6 +12,7 @@ Gem::Specification.new do |gem|
gem.extra_rdoc_files = ['LICENSE.md', 'README.md']
gem.files = Dir['LICENSE.md', 'README.md', 'Rakefile', 'multi_json.gemspec', 'Gemfile', '.document', '.rspec', '.travis.yml' ,'spec/**/*', 'lib/**/*']
gem.homepage = 'http://github.com/intridea/multi_json'
gem.licenses = ['MIT']
gem.name = 'multi_json'
gem.rdoc_options = ["--charset=UTF-8"]
gem.require_paths = ['lib']
Expand Down

0 comments on commit 6ff48ad

Please sign in to comment.