Skip to content
This repository has been archived by the owner on Mar 16, 2023. It is now read-only.

Commit

Permalink
Run build before signed_build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yorick Peterse committed Dec 1, 2013
1 parent 7cb8417 commit 4a17aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion task/build.rake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
desc 'Builds a new Gem and its checksum'
task :signed_build do
task :signed_build => [:build] do
Rake::Task['checksum'].invoke
end

0 comments on commit 4a17aef

Please sign in to comment.