Sha256: 084c829d9c80feb5488238fb962aafc76eb311fe5f6fce19184d46cdc5e5d62c

Contents?: true

Size: 328 Bytes

Versions: 3

Compression:

Stored size: 328 Bytes

Contents

#!/usr/bin/env rake
begin
  require 'bundler/setup'
rescue LoadError
  puts 'You must `gem install bundler` and `bundle install` to run rake tasks'
end

# I want these tasks local to the project, not in Rake's 'app' namespace
Dir.glob('tasks/*.rake').each { |r| import r }

Bundler::GemHelper.install_tasks

task default: :spec

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
activity_engine-0.0.9 Rakefile
activity_engine-0.0.8 Rakefile
activity_engine-0.0.7 Rakefile