Skip to content

Commit

Permalink
test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Ginty committed May 23, 2010
1 parent 2c801aa commit 7fd97fc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,16 @@ end

task :default => :spec

task :push do
system "git push origin master"
end


task :build do
system "gem build cranky.gemspec"
end

desc "Release version #{Cranky::VERSION} to Rubygems.org"
desc "Release version #{Cranky::VERSION}"
task :release => :build do
system "gem push cranky-#{Cranky::VERSION}.gem"
end
Expand Down

0 comments on commit 7fd97fc

Please sign in to comment.