libv8 3.11.8.1 → 3.11.8.3
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.
- data/Rakefile +6 -1
- data/lib/libv8/version.rb +1 -1
- metadata +13 -4
data/Rakefile
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
require 'bundler/setup'
|
2
2
|
Bundler::GemHelper.install_tasks
|
3
|
+
class Bundler::GemHelper
|
4
|
+
def clean?
|
5
|
+
sh_with_code('git diff --exit-code --ignore-submodules')[1] == 0
|
6
|
+
end
|
7
|
+
end
|
3
8
|
|
4
9
|
require 'rspec/core/rake_task'
|
5
10
|
RSpec::Core::RakeTask.new(:spec)
|
@@ -55,7 +60,7 @@ end
|
|
55
60
|
desc "build a binary gem #{binary_gem_name}"
|
56
61
|
task :binary => :compile do
|
57
62
|
gemspec = get_binary_gemspec
|
58
|
-
|
63
|
+
gemspec.extensions.clear
|
59
64
|
# We don't need most things for the binary
|
60
65
|
gemspec.files = ['lib/libv8.rb', 'ext/libv8/arch.rb', 'lib/libv8/version.rb']
|
61
66
|
# V8
|
data/lib/libv8/version.rb
CHANGED
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.11.8.
|
4
|
+
version: 3.11.8.3
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-07-
|
12
|
+
date: 2012-07-07 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rake
|
@@ -1778,21 +1778,27 @@ files:
|
|
1778
1778
|
- vendor/v8/build/gyp/OWNERS
|
1779
1779
|
- vendor/v8/build/gyp/PRESUBMIT.py
|
1780
1780
|
- vendor/v8/build/gyp/pylib/gyp/__init__.py
|
1781
|
+
- vendor/v8/build/gyp/pylib/gyp/__init__.pyc
|
1781
1782
|
- vendor/v8/build/gyp/pylib/gyp/common.py
|
1783
|
+
- vendor/v8/build/gyp/pylib/gyp/common.pyc
|
1782
1784
|
- vendor/v8/build/gyp/pylib/gyp/easy_xml.py
|
1783
1785
|
- vendor/v8/build/gyp/pylib/gyp/easy_xml_test.py
|
1784
1786
|
- vendor/v8/build/gyp/pylib/gyp/generator/__init__.py
|
1787
|
+
- vendor/v8/build/gyp/pylib/gyp/generator/__init__.pyc
|
1785
1788
|
- vendor/v8/build/gyp/pylib/gyp/generator/dump_dependency_json.py
|
1786
1789
|
- vendor/v8/build/gyp/pylib/gyp/generator/gypd.py
|
1787
1790
|
- vendor/v8/build/gyp/pylib/gyp/generator/gypsh.py
|
1788
1791
|
- vendor/v8/build/gyp/pylib/gyp/generator/make.py
|
1792
|
+
- vendor/v8/build/gyp/pylib/gyp/generator/make.pyc
|
1789
1793
|
- vendor/v8/build/gyp/pylib/gyp/generator/msvs.py
|
1790
1794
|
- vendor/v8/build/gyp/pylib/gyp/generator/msvs_test.py
|
1791
1795
|
- vendor/v8/build/gyp/pylib/gyp/generator/ninja.py
|
1792
1796
|
- vendor/v8/build/gyp/pylib/gyp/generator/ninja_test.py
|
1793
1797
|
- vendor/v8/build/gyp/pylib/gyp/generator/scons.py
|
1794
1798
|
- vendor/v8/build/gyp/pylib/gyp/generator/xcode.py
|
1799
|
+
- vendor/v8/build/gyp/pylib/gyp/generator/xcode.pyc
|
1795
1800
|
- vendor/v8/build/gyp/pylib/gyp/input.py
|
1801
|
+
- vendor/v8/build/gyp/pylib/gyp/input.pyc
|
1796
1802
|
- vendor/v8/build/gyp/pylib/gyp/mac_tool.py
|
1797
1803
|
- vendor/v8/build/gyp/pylib/gyp/msvs_emulation.py
|
1798
1804
|
- vendor/v8/build/gyp/pylib/gyp/MSVSNew.py
|
@@ -1806,9 +1812,12 @@ files:
|
|
1806
1812
|
- vendor/v8/build/gyp/pylib/gyp/SCons.py
|
1807
1813
|
- vendor/v8/build/gyp/pylib/gyp/sun_tool.py
|
1808
1814
|
- vendor/v8/build/gyp/pylib/gyp/system_test.py
|
1815
|
+
- vendor/v8/build/gyp/pylib/gyp/system_test.pyc
|
1809
1816
|
- vendor/v8/build/gyp/pylib/gyp/win_tool.py
|
1810
1817
|
- vendor/v8/build/gyp/pylib/gyp/xcode_emulation.py
|
1818
|
+
- vendor/v8/build/gyp/pylib/gyp/xcode_emulation.pyc
|
1811
1819
|
- vendor/v8/build/gyp/pylib/gyp/xcodeproj_file.py
|
1820
|
+
- vendor/v8/build/gyp/pylib/gyp/xcodeproj_file.pyc
|
1812
1821
|
- vendor/v8/build/gyp/pylib/gyp/xml_fix.py
|
1813
1822
|
- vendor/v8/build/gyp/pylintrc
|
1814
1823
|
- vendor/v8/build/gyp/samples/samples
|
@@ -2514,7 +2523,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
2514
2523
|
version: '0'
|
2515
2524
|
segments:
|
2516
2525
|
- 0
|
2517
|
-
hash:
|
2526
|
+
hash: 2167820676660108591
|
2518
2527
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
2519
2528
|
none: false
|
2520
2529
|
requirements:
|
@@ -2523,7 +2532,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
2523
2532
|
version: '0'
|
2524
2533
|
segments:
|
2525
2534
|
- 0
|
2526
|
-
hash:
|
2535
|
+
hash: 2167820676660108591
|
2527
2536
|
requirements: []
|
2528
2537
|
rubyforge_project: libv8
|
2529
2538
|
rubygems_version: 1.8.24
|