From 03b0c3bcf9137ca611124b6f871bdd46b962967f Mon Sep 17 00:00:00 2001 From: Mathias Gawlista Date: Mon, 6 May 2013 20:45:41 +0200 Subject: [PATCH] Initial version. --- Rakefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Rakefile diff --git a/Rakefile b/Rakefile new file mode 100644 index 0000000..1ec0f53 --- /dev/null +++ b/Rakefile @@ -0,0 +1,8 @@ +#!/usr/bin/env rake +begin + require 'bundler/setup' +rescue LoadError + puts 'You must `gem install bundler` and `bundle install` to run rake tasks' +end + +Bundler::GemHelper.install_tasks