Sha256: b294366ec2c914ed73a841195ed2fd6af66a6026181174a5619810a416fee323

Contents?: true

Size: 416 Bytes

Versions: 3

Compression:

Stored size: 416 Bytes

Contents

# Require the environment
require_relative('config/environment')

# Require the Wukong rake helper which gives us the :environment task.
require 'wukong/rake_helper'

# Load all pre-defined tasks from the deploy pack library.
require 'wukong-deploy/tasks'

# Load all tasks within this deploy pack.
Dir[File.join(File.expand_path('../lib/tasks', __FILE__), '*')].each { |path| require path }

task :default => :spec

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
wukong-deploy-0.2.0 templates/Rakefile.erb
wukong-deploy-0.1.1 templates/Rakefile.erb
wukong-deploy-0.1.0 templates/Rakefile.erb