mirror of
https://github.com/rubyjs/therubyracer
synced 2023-03-27 23:21:42 -04:00
0.7.2: embed ruby class objects as javascript constructors. unified javascript/ruby backtrace. rubinius 1.x support.
This commit is contained in:
parent
19a88a48fb
commit
2e7f3e1358
2 changed files with 3 additions and 3 deletions
2
Rakefile
2
Rakefile
|
@ -3,7 +3,7 @@ require 'rubygems'
|
|||
UPSTREAM = "ext/v8/upstream"
|
||||
|
||||
manifest = Rake::FileList.new("**/*")
|
||||
manifest.exclude "lib/v8/*.bundle", "lib/v8/*.so", "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"
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue