Skip to content

Commit

Permalink
Don't need to clean + clobber by default
Browse files Browse the repository at this point in the history
  • Loading branch information
raggi committed Jan 28, 2009
1 parent 6e5ea50 commit ae1f407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -50,7 +50,7 @@ if Gem.path.any? {|path| %r(^#{Regexp.escape path}) =~ __DIR__}
task :default => :gem_build
else
desc "Build gemspec, then build eventmachine, then run tests."
task :default => [:gemspec, :build, :test]
task :default => [:build, :test]
end

desc ":default build when running under rubygems."
Expand Down

0 comments on commit ae1f407

Please sign in to comment.