From 93a8d546b8b6db200ef3cc2fb3c8cb4d63a76677 Mon Sep 17 00:00:00 2001 From: John Bintz Date: Sat, 18 Jun 2011 12:17:22 -0400 Subject: [PATCH] rakefile with dsl goodness --- Rakefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Rakefile b/Rakefile index 88f2272..456d898 100644 --- a/Rakefile +++ b/Rakefile @@ -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}