Rakefile in guard-rails-0.4.7 vs Rakefile in guard-rails-0.5.0
- old
+ new
@@ -22,11 +22,9 @@
task :default => 'spec:platforms'
desc 'Push everywhere!'
task :publish do
system %{git push origin}
- system %{git push guard}
system %{git push gitcafe}
system %{git push origin --tags}
- system %{git push guard --tags}
system %{git push gitcafe --tags}
end