aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 11935394..7e8b9fca 100644
--- a/Rakefile
+++ b/Rakefile
@@ -126,7 +126,7 @@ begin
puts "RUBYOPT=#{ENV['RUBYOPT']}"
end
- task rg => ["clone_rubygems_#{rg}", "man:build"]
+ task rg => ["man:build", "clone_rubygems_#{rg}"]
task "rubygems:all" => rg
end