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

allow releasing with a patched v8 tree

This commit is contained in:
Charles Lowell 2012-07-01 23:31:37 -05:00
parent 5c9daf924e
commit a87964c789
2 changed files with 6 additions and 1 deletions

View file

@ -1,5 +1,10 @@
require 'bundler/setup'
Bundler::GemHelper.install_tasks
class Bundler::GemHelper
def clean?
sh_with_code('git diff --exit-code --ignore-submodules')[1] == 0
end
end
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec)

View file

@ -1,3 +1,3 @@
module Libv8
VERSION = "3.11.8.1"
VERSION = "3.11.8.2"
end