libv8 5.3.332.38.1-x86-linux → 5.3.332.38.3-x86-linux

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6688a0a5ba23c9af61018323f0ea338eefa55291
4
- data.tar.gz: 597b5a4ec542759c4463eaf620dd9a16c1a24e1e
3
+ metadata.gz: 9e7022dbf1a91d0d1eee96a93671b4adc67b0fed
4
+ data.tar.gz: 096b267b22aa9c8f15ce2b4d29a9906339ef35cb
5
5
  SHA512:
6
- metadata.gz: cc2e8f143648aaaa55cb2bae006bbaaa141348fc97540b7f5444665826a624f41f66696ea3cb86cad5e81bc31198b335cc213d882fca1556291f38aaf57051c0
7
- data.tar.gz: f4787414cbcc4cb5f7189d5fb9a16aaa925c2568e761acae5b617b95924a1652d03a2457f4aae5fd8c16c4733b1028a9a51165cecc7fa5d34db9e2868ea2d338
6
+ metadata.gz: 0946b160b7d34f313514f7cdca568cf233c9b2c2f15a82050184572c1e67008bd92f8e14eee11b3ad45fa1836a723423c76641efa35a18dfc83371e430b24289
7
+ data.tar.gz: 28ac91b2a48120571babaed1d24be91173e388fdfcc732181012b0d8958232fb4cb802b063fa02ee344749b29f474508b202f000e1182dc85a362988b4adca4f
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: x86-linux
6
6
  authors:
7
7
  - Charles Lowell
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-09-11 00:00:00.000000000 Z
11
+ date: 2016-11-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake