From 287d236501624203650303be64770e77859ddc6e Mon Sep 17 00:00:00 2001 From: Charles Lowell Date: Mon, 9 Nov 2009 10:49:15 -0500 Subject: [PATCH] update gemspec --- therubyrhino.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"]