1
0
Fork 0
mirror of https://github.com/rubyjs/therubyracer synced 2023-03-27 23:21:42 -04:00

add linux x64 patch to gemspec

This commit is contained in:
Charles Lowell 2010-02-16 21:29:49 -06:00
parent 95be39a32f
commit 8eae5d4b3b

View file

@ -5,7 +5,7 @@
Gem::Specification.new do |s|
s.name = %q{therubyracer}
s.version = "0.4.9"
s.version = "0.5.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Charles Lowell", "Bill Robertson"]
@ -412,6 +412,7 @@ Gem::Specification.new do |s|
"ext/v8/upstream/2.0.6/tools/windows-tick-processor.bat",
"ext/v8/upstream/2.0.6/tools/windows-tick-processor.py",
"ext/v8/upstream/Makefile",
"ext/v8/upstream/fpic-on-linux-amd64.patch",
"ext/v8/upstream/no-strict-aliasing.patch",
"ext/v8/upstream/scons/CHANGES.txt",
"ext/v8/upstream/scons/LICENSE.txt",