Skip to content

Commit

Permalink
+ Added gemcutter rubyforge and hoe to the_usual setup
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//src/ZenTest/dev/": change = 5621]
  • Loading branch information
Ryan Davis committed Jan 23, 2010
1 parent dc4ae0b commit 273d561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/multiruby_setup
Expand Up @@ -17,7 +17,7 @@ ARGV.each do |spec|
when "the_usual" then # TODO: update #help
ARGV.push(*Multiruby::TAGS.map { |v| "mri:tar:#{v.gsub(/_/, '.')}" })
ARGV << "build" << "update:rubygems"
system "multigem install --no-ri --no-rdoc rake minitest ZenTest"
system "multigem install --no-ri --no-rdoc rake minitest ZenTest gemcutter rubyforge hoe"
when "build" then
Multiruby.build_and_install
when "clean" then
Expand Down

0 comments on commit 273d561

Please sign in to comment.