libv8 5.3.332.38.1-universal-darwin-15 → 5.3.332.38.3-universal-darwin-15

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: 2faa49e1405c8e44a5a6bf89ec2116169229fcf3
4
- data.tar.gz: f6bb25bd5a00c3c755bc123678f34913ff42a8c9
3
+ metadata.gz: 741d85c39bfe3923d3606619be5c175baff68196
4
+ data.tar.gz: ab0d9b2fa66a6f428d4b2a80acce9f47c33653ce
5
5
  SHA512:
6
- metadata.gz: c710b95c9c4de3df36bcbbcf8701e24f447e37703417f7f68958f457524b01bcd5fa998b2810cc68e2d49f53f98f52c51415043c9927559998e646c1bfd28df8
7
- data.tar.gz: d2c44d3b8fe9d0d8e201c578bf97951af0f2244be1b9d3c3074cc42f5a62b614e0e80c8ef2894eed739150bd8bc724c77d7b645ef4350fcb54ea400c69cf7dfd
6
+ metadata.gz: eb30d308d746daa396b35e0afb8259d0171dbb27f4692f7b3e4de7132ab7bd42c79a3fec1f49212197aaad5f811e73e38ac22b4a36841e1932befeee2b37c86b
7
+ data.tar.gz: 772fe10f01faf84a059d881ac2eed5dd129220909bc96b6026d7f1e74e05997b130bd9804fd417436c55c9a2d888e1b5af4312c015cc33a0a68745125c067611
data/ext/libv8/arch.rb CHANGED
@@ -6,7 +6,7 @@ module Libv8
6
6
 
7
7
  def libv8_arch
8
8
  case Gem::Platform.local.cpu
9
- when /^arm$/ then 'arm'
9
+ when /^arm(v7.*)*$/ then 'arm'
10
10
  when /^a(rm|arch)64$/ then 'arm64'
11
11
  when /^x86$/ then 'ia32'
12
12
  when /^(x86_64|amd64)$/ then 'x64'
data/lib/libv8/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Libv8
2
- VERSION = "5.3.332.38.1"
2
+ VERSION = "5.3.332.38.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: libv8
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.3.332.38.1
4
+ version: 5.3.332.38.3
5
5
  platform: universal-darwin-15
6
6
  authors:
7
7
  - Charles Lowell
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-09-07 00:00:00.000000000 Z
11
+ date: 2016-11-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake