Sha256: c89e6da43dd393d2be540c519a70519e4bd9854ba988766d0f2e9b40b09e1f47

Contents?: true

Size: 286 Bytes

Versions: 32

Compression:

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

# Load the dummy app's rake tasks
APP_RAKEFILE = File.expand_path('../test/dummy/Rakefile', __FILE__)
load 'rails/tasks/engine.rake'

Version data entries

32 entries across 24 versions & 3 rubygems

Version Path
workarea-api-4.5.6 storefront/Rakefile
workarea-api-4.5.6 admin/Rakefile
workarea-api-storefront-4.5.6 Rakefile
workarea-api-admin-4.5.6 Rakefile
workarea-api-4.5.5 storefront/Rakefile
workarea-api-4.5.5 admin/Rakefile
workarea-api-storefront-4.5.5 Rakefile
workarea-api-admin-4.5.5 Rakefile
workarea-api-4.5.4 storefront/Rakefile
workarea-api-4.5.4 admin/Rakefile
workarea-api-storefront-4.5.4 Rakefile
workarea-api-admin-4.5.4 Rakefile
workarea-api-4.5.3 admin/Rakefile
workarea-api-4.5.3 storefront/Rakefile
workarea-api-storefront-4.5.3 Rakefile
workarea-api-admin-4.5.3 Rakefile
workarea-api-4.5.2 admin/Rakefile
workarea-api-4.5.2 storefront/Rakefile
workarea-api-storefront-4.5.2 Rakefile
workarea-api-admin-4.5.2 Rakefile