Sha256: b17e81a832af0c4c7243e997909278e1d638d399bcd74d0c823dae4c91b5d98e
Contents?: true
Size: 292 Bytes
Versions: 7
Compression:
Stored size: 292 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 'nanoc3' # Load tasks Dir.glob('tasks/**/*.rake').each { |r| Rake.application.add_import r } # Set default task task :default => :test
Version data entries
7 entries across 7 versions & 1 rubygems
Version | Path |
---|---|
nanoc3-3.2.4 | Rakefile |
nanoc3-3.2.3 | Rakefile |
nanoc3-3.2.2 | Rakefile |
nanoc3-3.2.1 | Rakefile |
nanoc3-3.2.0 | Rakefile |
nanoc3-3.2.0b3 | Rakefile |
nanoc3-3.2.0b2 | Rakefile |