Skip to content

Commit

Permalink
Rename bin/rubyscript to rubyscript-node
Browse files Browse the repository at this point in the history
  • Loading branch information
judofyr committed Jul 31, 2011
1 parent a87732e commit a018852
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Then run:

$ cat test.rb
p 123
$ bin/rubyscript test.rb
$ bin/rubyscript-node test.rb
123


Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace :test do
puts
fails = Hash.new(0)
BOOTSTRAP_TESTS.each do |test|
IO.popen("bin/rubyscript #{test}") do |io|
IO.popen("bin/rubyscript-node #{test}") do |io|
io.each_line do |line|
if line.strip != "ok"
fails[test] += 1
Expand Down
File renamed without changes.

0 comments on commit a018852

Please sign in to comment.