Sha256: 99dd5bb0c2ec757abf6a2c71acfa414bbde0d3e5f694535201c37fe9ec0b5d63

Contents?: true

Size: 368 Bytes

Versions: 2

Compression:

Stored size: 368 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 'rspec/rails/tasks/rspec.rake'

load "jshint/tasks/jshint.rake"

Peoplefinder::Engine.load_tasks

Bundler::GemHelper.install_tasks

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
peoplefinder-0.1.1 Rakefile
peoplefinder-0.1.0 Rakefile