Sha256: 8c4a56beb33a96767a32a3571de893a67b453d7966855d77fef63686f4d75a66

Contents?: true

Size: 291 Bytes

Versions: 32

Compression:

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

32 entries across 32 versions & 1 rubygems

Version Path
nanoc-3.7.4 Rakefile
nanoc-3.7.3 Rakefile
nanoc-3.7.2 Rakefile
nanoc-3.7.1 Rakefile
nanoc-3.7.0 Rakefile
nanoc-3.6.11 Rakefile
nanoc-3.6.10 Rakefile
nanoc-3.6.9 Rakefile
nanoc-3.6.8 Rakefile
nanoc-3.6.7 Rakefile
nanoc-3.6.6 Rakefile
nanoc-3.6.5 Rakefile
nanoc-3.6.4 Rakefile
nanoc-3.6.3 Rakefile
nanoc-3.6.2 Rakefile
nanoc-3.6.1 Rakefile
nanoc-3.6.0 Rakefile
nanoc-3.5.0 Rakefile
nanoc-3.5.0b2 Rakefile
nanoc-3.5.0b1 Rakefile