1
0
Fork 0

Initial version.

This commit is contained in:
Mathias Gawlista 2013-05-06 20:45:41 +02:00
parent 614f2eff59
commit 03b0c3bcf9
1 changed files with 8 additions and 0 deletions

8
Rakefile Normal file
View File

@ -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