libv8 3.16.14.13-x86-linux → 3.16.14.15-x86-linux
Sign up to get free protection for your applications and to get access to all the features.
- data/ext/libv8/location.rb +7 -8
- data/lib/libv8/version.rb +1 -1
- data/vendor/v8/out/ia32.release/obj.target/tools/gyp/libpreparser_lib.a +0 -0
- data/vendor/v8/out/ia32.release/obj.target/tools/gyp/libv8_base.a +0 -0
- data/vendor/v8/out/ia32.release/obj.target/tools/gyp/libv8_nosnapshot.a +0 -0
- data/vendor/v8/out/ia32.release/obj.target/tools/gyp/libv8_snapshot.a +0 -0
- metadata +39 -23
- checksums.yaml +0 -7
data/ext/libv8/location.rb
CHANGED
@@ -54,16 +54,15 @@ module Libv8
|
|
54
54
|
class NotFoundError < StandardError
|
55
55
|
def initialize(*args)
|
56
56
|
super(<<-EOS)
|
57
|
-
|
58
|
-
and *not* the one that is
|
59
|
-
|
60
|
-
v8 that is compatible with #{Libv8::VERSION} installed. You may
|
61
|
-
need to special --with-v8-dir options if it is in a non-standard
|
62
|
-
location
|
57
|
+
By using --with-system-v8, you have chosen to use the version
|
58
|
+
of V8 found on your system and *not* the one that is bundled with
|
59
|
+
the libv8 rubygem.
|
63
60
|
|
64
|
-
|
65
|
-
The Mgmt
|
61
|
+
However, your system version of v8 could not be located.
|
66
62
|
|
63
|
+
Please make sure your system version of v8 that is compatible
|
64
|
+
with #{Libv8::VERSION} installed. You may need to use the
|
65
|
+
--with-v8-dir option if it is installed in a non-standard location
|
67
66
|
EOS
|
68
67
|
end
|
69
68
|
end
|
data/lib/libv8/version.rb
CHANGED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,69 +1,78 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: libv8
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.16.14.
|
4
|
+
version: 3.16.14.15
|
5
|
+
prerelease:
|
5
6
|
platform: x86-linux
|
6
7
|
authors:
|
7
8
|
- Charles Lowell
|
8
9
|
autorequire:
|
9
10
|
bindir: bin
|
10
11
|
cert_chain: []
|
11
|
-
date:
|
12
|
+
date: 2016-04-27 00:00:00.000000000 Z
|
12
13
|
dependencies:
|
13
14
|
- !ruby/object:Gem::Dependency
|
14
15
|
name: rake
|
15
16
|
requirement: !ruby/object:Gem::Requirement
|
17
|
+
none: false
|
16
18
|
requirements:
|
17
|
-
- -
|
19
|
+
- - ~>
|
18
20
|
- !ruby/object:Gem::Version
|
19
21
|
version: '10'
|
20
22
|
type: :development
|
21
23
|
prerelease: false
|
22
24
|
version_requirements: !ruby/object:Gem::Requirement
|
25
|
+
none: false
|
23
26
|
requirements:
|
24
|
-
- -
|
27
|
+
- - ~>
|
25
28
|
- !ruby/object:Gem::Version
|
26
29
|
version: '10'
|
27
30
|
- !ruby/object:Gem::Dependency
|
28
31
|
name: rake-compiler
|
29
32
|
requirement: !ruby/object:Gem::Requirement
|
33
|
+
none: false
|
30
34
|
requirements:
|
31
|
-
- -
|
35
|
+
- - ~>
|
32
36
|
- !ruby/object:Gem::Version
|
33
37
|
version: '0'
|
34
38
|
type: :development
|
35
39
|
prerelease: false
|
36
40
|
version_requirements: !ruby/object:Gem::Requirement
|
41
|
+
none: false
|
37
42
|
requirements:
|
38
|
-
- -
|
43
|
+
- - ~>
|
39
44
|
- !ruby/object:Gem::Version
|
40
45
|
version: '0'
|
41
46
|
- !ruby/object:Gem::Dependency
|
42
47
|
name: rspec
|
43
48
|
requirement: !ruby/object:Gem::Requirement
|
49
|
+
none: false
|
44
50
|
requirements:
|
45
|
-
- -
|
51
|
+
- - ~>
|
46
52
|
- !ruby/object:Gem::Version
|
47
53
|
version: '2'
|
48
54
|
type: :development
|
49
55
|
prerelease: false
|
50
56
|
version_requirements: !ruby/object:Gem::Requirement
|
57
|
+
none: false
|
51
58
|
requirements:
|
52
|
-
- -
|
59
|
+
- - ~>
|
53
60
|
- !ruby/object:Gem::Version
|
54
61
|
version: '2'
|
55
62
|
- !ruby/object:Gem::Dependency
|
56
63
|
name: rspec-spies
|
57
64
|
requirement: !ruby/object:Gem::Requirement
|
65
|
+
none: false
|
58
66
|
requirements:
|
59
|
-
- -
|
67
|
+
- - ~>
|
60
68
|
- !ruby/object:Gem::Version
|
61
69
|
version: '2'
|
62
70
|
type: :development
|
63
71
|
prerelease: false
|
64
72
|
version_requirements: !ruby/object:Gem::Requirement
|
73
|
+
none: false
|
65
74
|
requirements:
|
66
|
-
- -
|
75
|
+
- - ~>
|
67
76
|
- !ruby/object:Gem::Version
|
68
77
|
version: '2'
|
69
78
|
description: Distributes the V8 JavaScript engine in binary and source forms in order
|
@@ -74,45 +83,52 @@ executables: []
|
|
74
83
|
extensions: []
|
75
84
|
extra_rdoc_files: []
|
76
85
|
files:
|
77
|
-
-
|
86
|
+
- lib/libv8.rb
|
87
|
+
- lib/libv8/version.rb
|
78
88
|
- ext/libv8/arch.rb
|
79
89
|
- ext/libv8/location.rb
|
80
90
|
- ext/libv8/paths.rb
|
81
|
-
-
|
82
|
-
- lib/libv8/version.rb
|
91
|
+
- ext/libv8/.location.yml
|
83
92
|
- vendor/v8/include/v8-debug.h
|
84
|
-
- vendor/v8/include/
|
85
|
-
- vendor/v8/include/v8-profiler.h
|
93
|
+
- vendor/v8/include/v8stdint.h
|
86
94
|
- vendor/v8/include/v8-testing.h
|
87
95
|
- vendor/v8/include/v8.h
|
88
|
-
- vendor/v8/include/
|
89
|
-
- vendor/v8/
|
90
|
-
- vendor/v8/out/ia32.release/obj.target/tools/gyp/libv8_base.a
|
96
|
+
- vendor/v8/include/v8-profiler.h
|
97
|
+
- vendor/v8/include/v8-preparser.h
|
91
98
|
- vendor/v8/out/ia32.release/obj.target/tools/gyp/libv8_nosnapshot.a
|
92
99
|
- vendor/v8/out/ia32.release/obj.target/tools/gyp/libv8_snapshot.a
|
100
|
+
- vendor/v8/out/ia32.release/obj.target/tools/gyp/libpreparser_lib.a
|
101
|
+
- vendor/v8/out/ia32.release/obj.target/tools/gyp/libv8_base.a
|
93
102
|
homepage: http://github.com/cowboyd/libv8
|
94
103
|
licenses:
|
95
104
|
- MIT
|
96
|
-
metadata: {}
|
97
105
|
post_install_message:
|
98
106
|
rdoc_options: []
|
99
107
|
require_paths:
|
100
108
|
- lib
|
101
109
|
- ext
|
102
110
|
required_ruby_version: !ruby/object:Gem::Requirement
|
111
|
+
none: false
|
103
112
|
requirements:
|
104
|
-
- -
|
113
|
+
- - ! '>='
|
105
114
|
- !ruby/object:Gem::Version
|
106
115
|
version: '0'
|
116
|
+
segments:
|
117
|
+
- 0
|
118
|
+
hash: 40651059
|
107
119
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
120
|
+
none: false
|
108
121
|
requirements:
|
109
|
-
- -
|
122
|
+
- - ! '>='
|
110
123
|
- !ruby/object:Gem::Version
|
111
124
|
version: '0'
|
125
|
+
segments:
|
126
|
+
- 0
|
127
|
+
hash: 40651059
|
112
128
|
requirements: []
|
113
129
|
rubyforge_project: libv8
|
114
|
-
rubygems_version:
|
130
|
+
rubygems_version: 1.8.23
|
115
131
|
signing_key:
|
116
|
-
specification_version:
|
132
|
+
specification_version: 3
|
117
133
|
summary: Distribution of the V8 JavaScript engine
|
118
134
|
test_files: []
|
checksums.yaml
DELETED
@@ -1,7 +0,0 @@
|
|
1
|
-
---
|
2
|
-
SHA1:
|
3
|
-
metadata.gz: 79c8d23bccd64d7a1b692e8e14d805de475d46fa
|
4
|
-
data.tar.gz: e407f4ee99d06553005289c45840f8bcbbe772fd
|
5
|
-
SHA512:
|
6
|
-
metadata.gz: 890ce709833b171a56b22d7916fe23d9c431cc487e02f7c41d2f3f9bc153b28fb341a318795c032121a69954d7612f5f6b2e17abaead3250c07348656a096a4e
|
7
|
-
data.tar.gz: d58d059eeadc30e888e356f14b4cdbfdee39b4ce838482cc06f50362c0ae8d41e8df4b2f3def947a8b50b9294fd68a65e80436a5ef82c825a2aaa723c314717e
|