mirror of
https://github.com/rubyjs/therubyrhino
synced 2023-03-27 23:21:34 -04:00
baking 2.0.1
This commit is contained in:
parent
db54adc223
commit
2b9179f6a5
3 changed files with 9 additions and 3 deletions
|
@ -1,3 +1,9 @@
|
|||
=== 2.0.1 2012-08-24
|
||||
|
||||
* JSError improvement to preserve nested Ruby error message
|
||||
* jar-1.7.4 regression fix e.g when loading less (#25)
|
||||
* error.message should be a String value (1.9.3 compat)
|
||||
|
||||
=== jar-1.7.4 2012-08-02
|
||||
|
||||
* updated to new Mozilla Rhino 1.7R4 release, notes:
|
||||
|
|
|
@ -184,11 +184,11 @@ Rhino is licensed under the MPL 1.1/GPL 2.0 license.
|
|||
|
||||
== REQUIREMENTS:
|
||||
|
||||
* JRuby >= 1.5.6
|
||||
* JRuby >= 1.6
|
||||
|
||||
== INSTALL:
|
||||
|
||||
* jgem install therubyrhino
|
||||
* jruby -S gem install therubyrhino
|
||||
|
||||
== LICENSE:
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Rhino
|
||||
VERSION = "2.0.0"
|
||||
VERSION = "2.0.1"
|
||||
end
|
Loading…
Reference in a new issue