diff --git a/Rakefile b/Rakefile index cd30d84..97a505f 100644 --- a/Rakefile +++ b/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"