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