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

bug calculation V8 Version

This commit is contained in:
Charles Lowell 2013-01-06 20:56:36 -06:00
parent 7528d13a89
commit 864abdb83d

View file

@ -9,7 +9,7 @@ end
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec)
V8_Version = Libv8::VERSION.gsub(/\.\d$/,'')
V8_Version = Libv8::VERSION.gsub(/\.\d+$/,'')
V8_Source = File.expand_path '../vendor/v8', __FILE__
require File.expand_path '../ext/libv8/make.rb', __FILE__