Make build task depend on gemspec. Closes GH issue #15

This commit is contained in:
Bryan Helmkamp 2009-09-07 13:22:57 -04:00
parent 63591a8c30
commit 756a0c62ba
1 changed files with 1 additions and 0 deletions

View File

@ -180,6 +180,7 @@ end
if defined?(Jeweler)
task :spec => :check_dependencies
task :build => :gemspec
end
task :default => :spec