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

package latest Rhino 1.7R4 for therubyrhino

This commit is contained in:
kares 2012-08-02 17:22:46 +02:00
parent 62200761cd
commit 45acfdbbbf
4 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
=== jar-1.7.4 2012-08-02
* updated to new Mozilla Rhino 1.7R4 release, notes:
https://developer.mozilla.org/en/New_in_Rhino_1.7R4
=== 2.0.0 2012-08-02
This release is functionally the same as therubyrhino-1.73.5 as long
as the therubyrhino_jar-1.7.3 gem dependency is used along with it.

Binary file not shown.

BIN
jar/rhino-1.7R4.jar Normal file

Binary file not shown.

View file

@ -3,12 +3,12 @@
Gem::Specification.new do |s|
s.name = %q{therubyrhino_jar}
s.version = '1.7.3'
s.version = '1.7.4'
s.authors = ["Charles Lowell", "Karol Bucek"]
s.email = ['cowboyd@thefrontside.net', 'self@kares.org']
s.summary = "Rhino's jars packed for therubyrhino"
s.description = %q{Rhino's js.jar packaged as a JRuby gem.}
s.description = %q{Rhino's js.jar classes packaged as a JRuby gem.}
s.homepage = %q{http://github.com/cowboyd/therubyrhino}
s.rubyforge_project = %q{therubyrhino}