Sha256: 9cec138eff91416030e320a1527af76d1395e9ca80b58ef529fe2a259bead6c0

Contents?: true

Size: 288 Bytes

Versions: 6

Compression:

Stored size: 288 Bytes

Contents

# encoding: utf-8

# Set up env
$LOAD_PATH.unshift(File.expand_path(File.dirname(__FILE__) + '/lib'))
require './test/gem_loader.rb'

# Load nanoc
require 'nanoc'

# Load tasks
Dir.glob('tasks/**/*.rake').each { |r| Rake.application.add_import r }

# Set default task
task default: :test

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
nanoc-4.0.0b2 Rakefile
nanoc-4.0.0b1 Rakefile
nanoc-4.0.0a2 Rakefile
nanoc-4.0.0a1 Rakefile
nanoc-3.8.0 Rakefile
nanoc-3.7.5 Rakefile