libv8 3.3.10.2-x86-darwin-10 → 3.3.10.4-x86-darwin-10
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/libv8/build/v8/libv8.a +0 -0
- data/lib/libv8/build/v8/libv8preparser.a +0 -0
- data/lib/libv8/version.rb +4 -2
- metadata +14 -16
data/lib/libv8/build/v8/libv8.a
CHANGED
Binary file
|
Binary file
|
data/lib/libv8/version.rb
CHANGED
@@ -1,4 +1,6 @@
|
|
1
1
|
module Libv8
|
2
|
-
|
3
|
-
|
2
|
+
version_file = File.join(File.dirname(__FILE__), 'VERSION')
|
3
|
+
V8_VERSION = File.exist?(version_file) ? File.read(version_file).chomp : "0.0"
|
4
|
+
REVISION = ".4"
|
5
|
+
VERSION = V8_VERSION + REVISION
|
4
6
|
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
|
-
hash:
|
4
|
+
hash: 71
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 3
|
8
8
|
- 3
|
9
9
|
- 10
|
10
|
-
-
|
11
|
-
version: 3.3.10.
|
10
|
+
- 4
|
11
|
+
version: 3.3.10.4
|
12
12
|
platform: x86-darwin-10
|
13
13
|
authors:
|
14
14
|
- Logan Lowell
|
@@ -17,28 +17,25 @@ autorequire:
|
|
17
17
|
bindir: bin
|
18
18
|
cert_chain: []
|
19
19
|
|
20
|
-
date: 2011-
|
21
|
-
default_executable:
|
20
|
+
date: 2011-11-14 00:00:00 Z
|
22
21
|
dependencies:
|
23
22
|
- !ruby/object:Gem::Dependency
|
24
|
-
prerelease: false
|
25
|
-
type: :development
|
26
23
|
requirement: &id001 !ruby/object:Gem::Requirement
|
27
24
|
none: false
|
28
25
|
requirements:
|
29
26
|
- - ~>
|
30
27
|
- !ruby/object:Gem::Version
|
31
|
-
hash:
|
28
|
+
hash: 63
|
32
29
|
segments:
|
33
30
|
- 0
|
34
|
-
-
|
35
|
-
-
|
36
|
-
version: 0.
|
37
|
-
name: rake
|
31
|
+
- 9
|
32
|
+
- 2
|
33
|
+
version: 0.9.2
|
38
34
|
version_requirements: *id001
|
39
|
-
|
35
|
+
name: rake
|
40
36
|
prerelease: false
|
41
37
|
type: :development
|
38
|
+
- !ruby/object:Gem::Dependency
|
42
39
|
requirement: &id002 !ruby/object:Gem::Requirement
|
43
40
|
none: false
|
44
41
|
requirements:
|
@@ -48,8 +45,10 @@ dependencies:
|
|
48
45
|
segments:
|
49
46
|
- 0
|
50
47
|
version: "0"
|
51
|
-
name: bundler
|
52
48
|
version_requirements: *id002
|
49
|
+
name: bundler
|
50
|
+
prerelease: false
|
51
|
+
type: :development
|
53
52
|
description: Distributes the V8 JavaScript engine in binary and source forms in order to support fast builds of The Ruby Racer
|
54
53
|
email:
|
55
54
|
- fractaloop@thefrontside.net
|
@@ -71,7 +70,6 @@ files:
|
|
71
70
|
- lib/libv8/v8/include/v8stdint.h
|
72
71
|
- lib/libv8/build/v8/libv8.a
|
73
72
|
- lib/libv8/build/v8/libv8preparser.a
|
74
|
-
has_rdoc: true
|
75
73
|
homepage: http://github.com/fractaloop/libv8
|
76
74
|
licenses: []
|
77
75
|
|
@@ -101,7 +99,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
101
99
|
requirements: []
|
102
100
|
|
103
101
|
rubyforge_project: libv8
|
104
|
-
rubygems_version: 1.
|
102
|
+
rubygems_version: 1.8.10
|
105
103
|
signing_key:
|
106
104
|
specification_version: 3
|
107
105
|
summary: Distribution of the V8 JavaScript engine
|