rakefile with dsl goodness

This commit is contained in:
John Bintz 2011-06-18 12:17:22 -04:00
parent 74d4ce577f
commit 93a8d546b8
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
require 'bundler'
Bundler::GemHelper.install_tasks
include Rake::DSL if defined?(Rake::DSL)
desc 'Push everywhere!'
task :push_everywhere do
system %{git push origin master}