mirror of
https://github.com/rubyjs/therubyrhino
synced 2023-03-27 23:21:34 -04:00
update gem description
This commit is contained in:
parent
372cc9ba21
commit
51c1b9a0ad
1 changed files with 3 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -11,6 +11,8 @@ Hoe.plugin :newgem
|
|||
$hoe = Hoe.spec 'therubyrhino' do
|
||||
self.developer 'Charles Lowell', 'cowboyd@thefrontside.net'
|
||||
self.rubyforge_name = self.name
|
||||
self.summary = "Embed the Rhino Javascript engine into JRuby"
|
||||
|
||||
self.spec_extras['platform'] = 'jruby' # JRuby gem created, e.g. therubyrhino-X.Y.Z-jruby.gem
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue