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:
parent
95be39a32f
commit
8eae5d4b3b
1 changed files with 2 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue