mirror of
https://github.com/rubyjs/therubyracer
synced 2023-03-27 23:21:42 -04:00
exclude *.bundle and *.so files from the gemspec.
This commit is contained in:
parent
63b36ea80d
commit
9e8525a695
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -5,7 +5,7 @@ SCONS = "#{UPSTREAM}/scons"
|
|||
V8_SRC = "#{UPSTREAM}/2.0.6"
|
||||
|
||||
manifest = Rake::FileList.new("**/*")
|
||||
manifest.exclude "ext/**/test/*", "ext/**/test/*", "ext/**/samples/*", "ext/**/benchmarks/*", "#{UPSTREAM}/build", "tmp", "tmp/**/*", "**/*.gem"
|
||||
manifest.exclude "lib/v8/*.bundle", "lib/v8/*.so", "ext/**/test/*", "ext/**/test/*", "ext/**/samples/*", "ext/**/benchmarks/*", "#{UPSTREAM}/build", "tmp", "tmp/**/*", "**/*.gem"
|
||||
Gem::Specification.new do |gemspec|
|
||||
$gemspec = gemspec
|
||||
gemspec.name = gemspec.rubyforge_project = "therubyracer"
|
||||
|
|
Loading…
Add table
Reference in a new issue