Sha256: c622cb11ee4386e5d51a3a47f1738826750a49fad657802ff15529f6757f6596
Contents?: true
Size: 332 Bytes
Versions: 1
Compression:
Stored size: 332 Bytes
Contents
begin require 'bundler/setup' rescue LoadError puts 'You must `gem install bundler` and `bundle install` to run rake tasks' end APP_RAKEFILE = File.expand_path("../spec/dummy/Rakefile", __FILE__) load 'rails/tasks/engine.rake' load "jshint/tasks/jshint.rake" Peoplefinder::Engine.load_tasks Bundler::GemHelper.install_tasks
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
peoplefinder-0.0.2 | Rakefile |