Skip to content

Commit

Permalink
Change default rake task to run specs
Browse files Browse the repository at this point in the history
  • Loading branch information
lsegal committed May 26, 2008
1 parent a44b78a commit 1e4d5e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ SPEC = Gem::Specification.new do |s|
s.has_rdoc = false
end

task :default => :gem
task :default => :specs

Rake::GemPackageTask.new(SPEC) do |pkg|
pkg.need_zip = true
Expand Down

0 comments on commit 1e4d5e9

Please sign in to comment.