mirror of
https://github.com/rubyjs/therubyrhino
synced 2023-03-27 23:21:34 -04:00
therubyrhino 2.0.0 without the baked in rhino.jar
instead depending on therubyrhino_jar gem
This commit is contained in:
parent
e625ed667c
commit
e72152ea51
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
|||
=== 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.
|
||||
|
||||
* new versioning scheme - old scheme used for the jar gem
|
||||
* moved out the rhino.jar into a separate therubyrhino_jar gem
|
||||
|
||||
=== jar-1.7.3 2012-08-02
|
||||
|
||||
* therubyrhino_jar gem packaged with Mozilla Rhino 1.7R3
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Rhino
|
||||
VERSION = "1.73.5"
|
||||
VERSION = "2.0.0"
|
||||
end
|
Loading…
Reference in a new issue