Sha256: f032f92eabcc8db8851957aca474e251c4a31a7d524bc61159672545f66a3ef8

Contents?: true

Size: 277 Bytes

Versions: 6

Compression:

Stored size: 277 Bytes

Contents

$:.unshift(File.expand_path('../lib', __FILE__))
require 'alf-doc'

#
# Install all tasks found in tasks folder
#
# See .rake files there for complete documentation.
#
Dir["tasks/*.rake"].each do |taskfile|
  load taskfile
end

# We run tests by default
task :default => :test

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
alf-doc-0.16.4 Rakefile
alf-doc-0.16.3 Rakefile
alf-doc-0.16.2 Rakefile
alf-doc-0.16.1 Rakefile
alf-doc-0.16.0 Rakefile
alf-doc-0.15.0 Rakefile