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
4
Rakefile
4
Rakefile
|
@ -10,7 +10,9 @@ Hoe.plugin :newgem
|
||||||
# Run 'rake -T' to see list of generated tasks (from gem root directory)
|
# Run 'rake -T' to see list of generated tasks (from gem root directory)
|
||||||
$hoe = Hoe.spec 'therubyrhino' do
|
$hoe = Hoe.spec 'therubyrhino' do
|
||||||
self.developer 'Charles Lowell', 'cowboyd@thefrontside.net'
|
self.developer 'Charles Lowell', 'cowboyd@thefrontside.net'
|
||||||
self.rubyforge_name = self.name
|
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
|
self.spec_extras['platform'] = 'jruby' # JRuby gem created, e.g. therubyrhino-X.Y.Z-jruby.gem
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue