Skip to content
This repository has been archived by the owner on Nov 30, 2017. It is now read-only.

Commit

Permalink
test before publishing new version
Browse files Browse the repository at this point in the history
  • Loading branch information
badboy committed Apr 16, 2010
1 parent 32dae6b commit f49ffb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -6,7 +6,7 @@ begin
task :gem => :package

desc "Push a new version to Gemcutter and publish docs."
task :publish => :gemcutter do
task :publish => [:test, :gemcutter] do
require File.dirname(__FILE__) + '/lib/i3-ipc/version'

sh "git tag v#{I3::Version}"
Expand Down

0 comments on commit f49ffb7

Please sign in to comment.