Sha256: f1a82e9a992d0c5dd2bb34ad6083cd9c3c7fdace44341d82614ce4c0a91f2328

Contents?: true

Size: 247 Bytes

Versions: 21

Compression:

Stored size: 247 Bytes

Contents

# encoding: utf-8

# Load nanoc
$LOAD_PATH.unshift(File.expand_path(File.dirname(__FILE__) + '/lib'))
require 'nanoc3'

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

# Set default task
task :default => :test

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
nanoc3-3.2.0b1 Rakefile
nanoc3-3.1.9 Rakefile
nanoc3-3.1.8 Rakefile
nanoc3-3.2.0a4 Rakefile
nanoc3-3.1.7 Rakefile
nanoc3-3.1.6 Rakefile
nanoc3-3.2.0a3 Rakefile
nanoc3-3.1.5 Rakefile
nanoc3-3.1.4 Rakefile
nanoc3-3.2.0a2 Rakefile
nanoc3-3.1.3 Rakefile
nanoc3-3.2.0a1 Rakefile
nanoc3-3.1.2 Rakefile
nanoc3-3.1.1 Rakefile
nanoc3-3.1.0 Rakefile
nanoc3-3.1.0rc1 Rakefile
nanoc3-3.1.0b2 Rakefile
nanoc3-3.1.0b1 Rakefile
nanoc3-3.1.0a3 Rakefile
nanoc3-3.1.0a2 Rakefile