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

update gemspec

This commit is contained in:
Charles Lowell 2009-11-09 10:49:15 -05:00
parent 138d41dc98
commit 287d236501

View file

@ -2,12 +2,12 @@
Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = %q{therubyrhino} s.name = %q{therubyrhino}
s.version = "1.72.0" s.version = "1.72.1"
s.platform = %q{jruby} s.platform = %q{jruby}
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Charles Lowell"] s.authors = ["Charles Lowell"]
s.date = %q{2009-11-08} s.date = %q{2009-11-09}
s.description = %q{Embed the Mozilla Rhino Javascript interpreter into Ruby} s.description = %q{Embed the Mozilla Rhino Javascript interpreter into Ruby}
s.email = ["cowboyd@thefrontside.net"] s.email = ["cowboyd@thefrontside.net"]
s.extra_rdoc_files = ["History.txt", "Manifest.txt"] s.extra_rdoc_files = ["History.txt", "Manifest.txt"]