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:
parent
642bac0235
commit
5b033dc5e5
2 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue