Sha256: cb7824f2b311832ef60457d8ccd11b4f442cb39aa0faba76f342aec8ddb367c7

Contents?: true

Size: 271 Bytes

Versions: 1

Compression:

Stored size: 271 Bytes

Contents

require 'bundler'
Bundler::GemHelper.install_tasks

# the following lines are so that resque workers can be run from rake within this project. mainly for testing
require 'resque/tasks'
task 'resque:setup' => :environment
task :environment do
  require 'cheetah_mail'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cheetah_mail-0.6.0 Rakefile