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

old v8 version

This commit is contained in:
Charles Lowell 2010-05-23 18:47:47 +03:00
parent 8b89eaf8b1
commit 4e94ff71bd

View file

@ -2,7 +2,7 @@ $:.unshift(File.dirname(__FILE__)) unless
$:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__))) $:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__)))
module V8 module V8
VERSION = '0.6.1' VERSION = '0.7.0'
require 'v8/v8' #native glue require 'v8/v8' #native glue
require 'v8/to' require 'v8/to'
require 'v8/context' require 'v8/context'