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:
parent
5c9daf924e
commit
a87964c789
2 changed files with 6 additions and 1 deletions
5
Rakefile
5
Rakefile
|
@ -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)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Libv8
|
||||
VERSION = "3.11.8.1"
|
||||
VERSION = "3.11.8.2"
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue