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

update gem description

This commit is contained in:
Charles Lowell 2009-09-24 20:35:31 -05:00
parent 372cc9ba21
commit 51c1b9a0ad

View file

@ -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