mirror of
https://github.com/rubyjs/therubyracer
synced 2023-03-27 23:21:42 -04:00
remove conflicting executeable.
This commit is contained in:
parent
ad51b0f621
commit
c43949d1b4
2 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
## EDGE
|
||||
|
||||
* remove bin/v8 which conflicted with v8 executeable
|
||||
* decruft all the crap that had accumulated in the gem
|
||||
* Javascript Objects are now always mapped to the same V8::Object when read from the context
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module V8
|
||||
VERSION = "0.8.1.pre1"
|
||||
VERSION = "0.8.1.pre2"
|
||||
end
|
Loading…
Reference in a new issue