1
0
Fork 0
mirror of https://github.com/rubyjs/therubyrhino synced 2023-03-27 23:21:34 -04:00

Add license information to gemspecs

This commit is contained in:
Grant Hutchins 2014-02-11 11:12:05 -05:00 committed by kares
parent 642bac0235
commit 5b033dc5e5
2 changed files with 2 additions and 0 deletions

View file

@ -13,6 +13,7 @@ Gem::Specification.new do |s|
s.homepage = %q{http://github.com/cowboyd/therubyrhino}
s.rubyforge_project = %q{therubyrhino}
s.extra_rdoc_files = ["README.md"]
s.license = "MIT"
s.require_paths = ["lib"]
s.files = `git ls-files`.split("\n").sort.

View file

@ -10,6 +10,7 @@ Gem::Specification.new do |s|
s.summary = "Rhino's jars packed for therubyrhino"
s.description = %q{Rhino's js.jar classes packaged as a JRuby gem.}
s.license = "MPL-2.0"
s.homepage = %q{http://github.com/cowboyd/therubyrhino}
s.rubyforge_project = %q{therubyrhino}