diff --git a/therubyrhino.gemspec b/therubyrhino.gemspec index 013e290..cee5502 100644 --- a/therubyrhino.gemspec +++ b/therubyrhino.gemspec @@ -2,12 +2,12 @@ Gem::Specification.new do |s| s.name = %q{therubyrhino} - s.version = "1.72.0" + s.version = "1.72.1" s.platform = %q{jruby} s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= 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.email = ["cowboyd@thefrontside.net"] s.extra_rdoc_files = ["History.txt", "Manifest.txt"]