Sha256: 9c900b51647a8ac61b569957c086d4b275faa3023a3368429a6a138b83217a1a

Contents?: true

Size: 287 Bytes

Versions: 5

Compression:

Stored size: 287 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

APP_RAKEFILE = File.expand_path("../spec/dummy/Rakefile", __FILE__)
load 'rails/tasks/engine.rake'

Bundler::GemHelper.install_tasks

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
active_metadata-0.8.9 Rakefile
active_metadata-0.8.8 Rakefile
active_metadata-0.8.7.1 Rakefile
active_metadata-0.8.7 Rakefile
active_metadata-0.8.6 Rakefile