libv8 6.0.286.44.0beta1-universal-darwin-14 → 6.0.286.54.0beta1-universal-darwin-14

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: 1fc28c97699c0c9ae2b701ade6566569b9bc69ac
4
- data.tar.gz: 2fe158186a38ca0466fe84dfa5a4767e9cf13427
3
+ metadata.gz: 53f8f2dfd98140eec2870754189784d99602a0f6
4
+ data.tar.gz: b53ecdd3398439bfcc3169f7dcbc5f3845b5458c
5
5
  SHA512:
6
- metadata.gz: 5f732dd51e7a228bc0e816a22e4ca7463c575a299973ff3204779a59ad37cceec3060572791a23ca4cfea65af3e799d6c58bdc3e16aab3dda8af925f9a9a19b1
7
- data.tar.gz: 53f5759b1c0a90f0b46fe94b950fac37f0da6146e6a2e8869ea987b693b87a50495fa40f2d08a3e60c4b0ab7bec626876ce577403762c9a6e4783d07f48ee39a
6
+ metadata.gz: db0cc45d77554a9970cd6b502cc53cfe4d5ad451eb3dc849e0832fd3815ec6ff3ee48d578bf09d8ac7bff6a9569b1492dc64a64a5881d0853c6f95adc1faa245
7
+ data.tar.gz: e59e6bee7054294fe9cf898c9a0e61cb33fffc04bc2506131dcdf36d5910dd523ce769777a7474e1b9321188f90e4d0bbb11cfd3f42d63684f661b1eaf2557ca
@@ -29,7 +29,7 @@ module Libv8
29
29
 
30
30
  def configure(context = MkmfContext.new)
31
31
  context.incflags.insert 0, Libv8::Paths.include_paths.map{ |p| "-I#{p}" }.join(" ") + " "
32
- context.ldflags.insert 0, Libv8::Paths.object_paths.join(" ") + " "
32
+ context.ldflags.insert 0, "-Wl,--start-group " + Libv8::Paths.object_paths.join(" ") + " -Wl,--end-group "
33
33
  end
34
34
 
35
35
  def verify_installation!
data/ext/libv8/paths.rb CHANGED
@@ -11,7 +11,7 @@ module Libv8
11
11
  end
12
12
 
13
13
  def object_paths
14
- [:base, :libplatform, :libsampler, :libbase, :snapshot].map do |name|
14
+ [:base, :libbase, :snapshot, :libplatform, :libsampler].map do |name|
15
15
  Shellwords.escape libv8_object(name)
16
16
  end
17
17
  end
data/lib/libv8/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Libv8
2
- VERSION = "6.0.286.44.0beta1"
2
+ VERSION = "6.0.286.54.0beta1"
3
3
  end
@@ -11,7 +11,7 @@
11
11
  #define V8_MAJOR_VERSION 6
12
12
  #define V8_MINOR_VERSION 0
13
13
  #define V8_BUILD_NUMBER 286
14
- #define V8_PATCH_LEVEL 44
14
+ #define V8_PATCH_LEVEL 54
15
15
 
16
16
  // Use 1 for candidates and 0 otherwise.
17
17
  // (Boolean macro values are not supported by all preprocessors.)
Binary file
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: 6.0.286.44.0beta1
4
+ version: 6.0.286.54.0beta1
5
5
  platform: universal-darwin-14
6
6
  authors:
7
7
  - Charles Lowell
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-07-27 00:00:00.000000000 Z
11
+ date: 2017-08-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake