libv8 6.0.286.44.0beta1-universal-darwin-16 → 6.0.286.54.0beta1-universal-darwin-16
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/ext/libv8/location.rb +1 -1
- data/ext/libv8/paths.rb +1 -1
- data/lib/libv8/version.rb +1 -1
- data/vendor/v8/include/v8-version.h +1 -1
- data/vendor/v8/out/x64.release/libv8_base.a +0 -0
- data/vendor/v8/out/x64.release/libv8_builtins_generators.a +0 -0
- data/vendor/v8/out/x64.release/libv8_snapshot.a +0 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6beda448b5d1fa5199e7b9cbdd54f7b8ced83227
|
4
|
+
data.tar.gz: 43012510e1f33dc4a526a8fcd21b0a6667234378
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8a1c5e473db993225e84213a35fd349267135f1f5e63e312bc21a607a0f5ef2ad21255ad4e8e484054f470c646aa076cd8b4e91b1e795c64905dd628bf434ccf
|
7
|
+
data.tar.gz: 2a1af4c4a73c28fbb5047e5b80c2a7d51a2738dd76d59323fc0dd0fc34fb07e1880ff0af9cd9d8f9b3f753a067dc68e3714f44b21159742420f0be18c80ae4ab
|
data/ext/libv8/location.rb
CHANGED
@@ -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
data/lib/libv8/version.rb
CHANGED
@@ -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
|
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
|
Binary file
|
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.
|
4
|
+
version: 6.0.286.54.0beta1
|
5
5
|
platform: universal-darwin-16
|
6
6
|
authors:
|
7
7
|
- Charles Lowell
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-08-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake
|