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

correct dependency and do a version bump

This commit is contained in:
Sam Saffron 2017-08-23 21:44:43 -04:00
parent 0b1812b218
commit 797df93162
3 changed files with 8 additions and 2 deletions

View file

@ -1,5 +1,11 @@
23-08-2017 23-08-2017
- 0.1.14
- libv8 erronuously bumped to beta, reverted change
23-08-2017
- 0.1.13 - 0.1.13
- Fix: amend array buffer allocator to use v8 6.0 compatible allocator @ignisf - Fix: amend array buffer allocator to use v8 6.0 compatible allocator @ignisf

View file

@ -1,3 +1,3 @@
module MiniRacer module MiniRacer
VERSION = "0.1.13" VERSION = "0.1.14"
end end

View file

@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "minitest", "~> 5.0" spec.add_development_dependency "minitest", "~> 5.0"
spec.add_development_dependency "rake-compiler" spec.add_development_dependency "rake-compiler"
spec.add_dependency 'libv8', ' = 6.0.286.44.0beta1' spec.add_dependency 'libv8', '~> 5.9'
spec.require_paths = ["lib", "ext"] spec.require_paths = ["lib", "ext"]
spec.extensions = ["ext/mini_racer_extension/extconf.rb"] spec.extensions = ["ext/mini_racer_extension/extconf.rb"]