libv8 3.3.10.2-x86-linux → 3.3.10.4-x86-linux

Sign up to get free protection for your applications and to get access to all the features.
Binary file
@@ -1,4 +1,6 @@
1
1
  module Libv8
2
- V8_VERSION = "3.3.10"
3
- VERSION = V8_VERSION + ".2"
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,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: libv8
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.3.10.2
4
+ version: 3.3.10.4
5
5
  prerelease:
6
6
  platform: x86-linux
7
7
  authors:
@@ -10,23 +10,22 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2011-07-05 00:00:00.000000000 +07:00
14
- default_executable:
13
+ date: 2011-11-15 00:00:00.000000000Z
15
14
  dependencies:
16
15
  - !ruby/object:Gem::Dependency
17
16
  name: rake
18
- requirement: &72019930 !ruby/object:Gem::Requirement
17
+ requirement: &73103650 !ruby/object:Gem::Requirement
19
18
  none: false
20
19
  requirements:
21
20
  - - ~>
22
21
  - !ruby/object:Gem::Version
23
- version: 0.8.7
22
+ version: 0.9.2
24
23
  type: :development
25
24
  prerelease: false
26
- version_requirements: *72019930
25
+ version_requirements: *73103650
27
26
  - !ruby/object:Gem::Dependency
28
27
  name: bundler
29
- requirement: &72019520 !ruby/object:Gem::Requirement
28
+ requirement: &72935090 !ruby/object:Gem::Requirement
30
29
  none: false
31
30
  requirements:
32
31
  - - ! '>='
@@ -34,7 +33,7 @@ dependencies:
34
33
  version: '0'
35
34
  type: :development
36
35
  prerelease: false
37
- version_requirements: *72019520
36
+ version_requirements: *72935090
38
37
  description: Distributes the V8 JavaScript engine in binary and source forms in order
39
38
  to support fast builds of The Ruby Racer
40
39
  email:
@@ -46,15 +45,14 @@ extra_rdoc_files: []
46
45
  files:
47
46
  - lib/libv8.rb
48
47
  - lib/libv8/version.rb
48
+ - lib/libv8/v8/include/v8-debug.h
49
+ - lib/libv8/v8/include/v8-profiler.h
50
+ - lib/libv8/v8/include/v8-testing.h
49
51
  - lib/libv8/v8/include/v8-preparser.h
50
52
  - lib/libv8/v8/include/v8stdint.h
51
53
  - lib/libv8/v8/include/v8.h
52
- - lib/libv8/v8/include/v8-profiler.h
53
- - lib/libv8/v8/include/v8-testing.h
54
- - lib/libv8/v8/include/v8-debug.h
55
54
  - lib/libv8/build/v8/libv8.a
56
55
  - lib/libv8/build/v8/libv8preparser.a
57
- has_rdoc: true
58
56
  homepage: http://github.com/fractaloop/libv8
59
57
  licenses: []
60
58
  post_install_message:
@@ -69,7 +67,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
69
67
  version: '0'
70
68
  segments:
71
69
  - 0
72
- hash: -401286255
70
+ hash: -25245331
73
71
  required_rubygems_version: !ruby/object:Gem::Requirement
74
72
  none: false
75
73
  requirements:
@@ -78,10 +76,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
78
76
  version: '0'
79
77
  segments:
80
78
  - 0
81
- hash: -401286255
79
+ hash: -25245331
82
80
  requirements: []
83
81
  rubyforge_project: libv8
84
- rubygems_version: 1.6.2
82
+ rubygems_version: 1.8.10
85
83
  signing_key:
86
84
  specification_version: 3
87
85
  summary: Distribution of the V8 JavaScript engine