libv8 5.1.281.59.0 → 5.1.281.59.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8b75c76adb51f634158f31808077170e6be37433
4
- data.tar.gz: 2f341db2d4d957b390e84fd832c7668631b66e8b
3
+ metadata.gz: bb0457ce92b62911a3520bab6259b048378adfed
4
+ data.tar.gz: 5f629dd5295fba00475ae87459da69adf81da94f
5
5
  SHA512:
6
- metadata.gz: b3dd4384cc5d0f79607ce23a061acf2141f8e15ea6382e3c93d5166c16ae56f9e59a3c37b6dab52fe1e7adda8723f236ba0d87f9c16bd60125066c5df7f40f4a
7
- data.tar.gz: b47c33c7ee8e0870a0631b1d413963ca269e79738a7d990352958603dee5fed3208b4eb9e3c33bb2b384bcd8f432ea6290714e235570ce7500203deeb249fdf8
6
+ metadata.gz: f0478e44a7a15fb06bdeb263ca35a841f5818eb1b3799f1ebc1e8e725a4e75f10197355d3ec8ce0d69ea11f27d3327b7915e581a1d0e9a315e4dbd2e618e1f3f
7
+ data.tar.gz: 3ead59dfe9599e14344f515a72387380bef274aee6d5116e463be9bd1489f96090ad50360d1ac56914ae7f111b7fc4962ab55c7f06c8665157ecb1abc86c8adf
data/Rakefile CHANGED
@@ -63,6 +63,7 @@ namespace :build do
63
63
  sh "vagrant ssh -c 'cd ~/libv8 && bundle install --path vendor/bundle'"
64
64
  sh "vagrant ssh -c 'cd ~/libv8 && bundle exec rake binary'"
65
65
  sh "vagrant ssh -c 'cp ~/libv8/pkg/*.gem /vagrant'"
66
+ sh "vagrant destroy"
66
67
  end
67
68
  end
68
69
  end
@@ -1,3 +1,3 @@
1
1
  module Libv8
2
- VERSION = "5.1.281.59.0"
2
+ VERSION = "5.1.281.59.1"
3
3
  end
@@ -73,7 +73,12 @@ Vagrant.configure(2) do |config|
73
73
  # documentation for more information about their specific syntax and use.
74
74
  config.vm.provision "shell", inline: <<-SHELL
75
75
  sudo apt-get update
76
- sudo apt-get install -y build-essential git python ruby ruby-dev
77
- gem install bundler
76
+ sudo apt-get install -y software-properties-common
77
+ sudo apt-add-repository ppa:brightbox/ruby-ng
78
+ sudo apt-get update
79
+ sudo apt-get dist-upgrade -y
80
+ sudo apt-get install -y build-essential git ruby-switch ruby2.3 ruby2.3-dev
81
+ sudo ruby-switch --set ruby2.3
82
+ sudo gem install bundler
78
83
  SHELL
79
84
  end
@@ -73,7 +73,12 @@ Vagrant.configure(2) do |config|
73
73
  # documentation for more information about their specific syntax and use.
74
74
  config.vm.provision "shell", inline: <<-SHELL
75
75
  sudo apt-get update
76
- sudo apt-get install -y build-essential git python ruby ruby-dev
77
- gem install bundler
76
+ sudo apt-get install -y software-properties-common
77
+ sudo apt-add-repository ppa:brightbox/ruby-ng
78
+ sudo apt-get update
79
+ sudo apt-get dist-upgrade -y
80
+ sudo apt-get install -y build-essential git ruby-switch ruby2.3 ruby2.3-dev
81
+ sudo ruby-switch --set ruby2.3
82
+ sudo gem install bundler
78
83
  SHELL
79
84
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: libv8
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.1.281.59.0
4
+ version: 5.1.281.59.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Charles Lowell