libv8 6.0.286.44.0beta1-x86-linux → 6.0.286.54.0beta1-x86-linux

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: 33b3ae31a4f48719faadf20993a68aabbde1d4fb
4
- data.tar.gz: c58ba5329d3e72b53865d897957f699758fcd0dc
3
+ metadata.gz: 0d5f5cb0a8fd78870c358b4586a3213087786cf6
4
+ data.tar.gz: ed62f3782547ed0c1ec6d4e209a1f8b698a1e47c
5
5
  SHA512:
6
- metadata.gz: b0c3b5a397e56888667b0210c00b14c5f161925a2028b61ad9e3292232cce302142275624ab6c72a8e8b5de384b364f9b6d234416326c04cddb1a6034eaf5b0e
7
- data.tar.gz: 627a6340d7a2055b56917ed32a77ce4bfa304ac491d12165431a04bd2fddfe50aa3867ee4a6daa7a6a444ed4fa8c5816f7aeb6eeb5589ec3ad7b3f9874c95a91
6
+ metadata.gz: 6d96d47ed6fa604809d6b06a3bb9e6af67e53e9d8d76f404c94808c773a60c7925d2e0a30a416532cf5efdb8cb4256d79f75a1e25ef71c26a64a844962e6f702
7
+ data.tar.gz: a50afee7c249590ddc71ad27e0ffc62cb9cf36b4cd2ad82a4d6edcb88fc4a4ab52855ba8258f0abf9ab347bdd9bfe6796b4c4d674d1cd1ad95ea36322d5e7cb3
@@ -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!
@@ -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
@@ -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.)
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: x86-linux
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