Skip to content

Commit

Permalink
Build all files needed
Browse files Browse the repository at this point in the history
  • Loading branch information
leahneukirchen committed Mar 25, 2009
1 parent c76306d commit 9031881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -26,7 +26,7 @@ task :officialrelease do
sh "mv stage/#{release}.tar.gz stage/#{release}.gem ."
end

task :officialrelease_really => [:fulltest, :dist, :gem] do
task :officialrelease_really => [:fulltest, "RDOX", "SPEC", :dist, :gem] do
sh "sha1sum #{release}.tar.gz #{release}.gem"
end

Expand Down

0 comments on commit 9031881

Please sign in to comment.