libv8 4.5.95.3 → 4.5.95.4

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: 87bd8f9a492a64423c77e070d2c192a20b0b37da
4
- data.tar.gz: abcc86bbb31606daedd968b806bf04698508225e
3
+ metadata.gz: b2109b8ec9cf1aec7e9b8bbbaaa939b5234a35fa
4
+ data.tar.gz: 2a8cd0b834c9d41bc02c61dc7cecf0394d83e14d
5
5
  SHA512:
6
- metadata.gz: 3eb0e057ee754b888bdb4d8f43f345f3b041c60d54567870bb89172daf61f53228b6800b8ee3874da86caf3a2759dcc89e1fb12c86ad236095b25debc172cefa
7
- data.tar.gz: e05b698eadc60129438a69061aa34d01a282f2c0d43cdb84fd43d774dd24283a53acbc3ef9e25168a5dff35b2aa4ef98e19692f095a413c9f731e0f499efe132
6
+ metadata.gz: ce66f423c508251d4755d7db979cb8fc6099cacaa8e8be20a52bfa5d2e8c8778a383602c11e077f49d401dd9e6cb275a6d14ad746f706c5c87e65e97ff84dee9
7
+ data.tar.gz: a96a2ec5c8e7d1eb7da8767a574fa370fd326b5d15fcc1bed08b055ae9e4621c5142e924d46fbadc7a48cf3a4164da427ea53ed116516b7aca64f71be360e673
@@ -36,7 +36,7 @@ module Libv8
36
36
  def make_flags(*flags)
37
37
  # Fix Malformed archive issue caused by GYP creating thin archives by
38
38
  # default.
39
- flags << "ARFLAGS.target=crs"
39
+ flags << "standalone_static_library=1"
40
40
 
41
41
  # Disable i18n
42
42
  flags << 'i18nsupport=off'
@@ -1,3 +1,3 @@
1
1
  module Libv8
2
- VERSION = "4.5.95.3"
2
+ VERSION = "4.5.95.4"
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: 4.5.95.3
4
+ version: 4.5.95.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Charles Lowell
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-07-12 00:00:00.000000000 Z
11
+ date: 2015-07-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake