mirror of
https://github.com/rubyjs/therubyrhino
synced 2023-03-27 23:21:34 -04:00
update gemspec
This commit is contained in:
parent
138d41dc98
commit
287d236501
1 changed files with 2 additions and 2 deletions
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue