Sha256: 3bcfaea544843fbf74b0baf56899c667373e6725bff36de41d03e6a4ed444f61

Contents?: true

Size: 435 Bytes

Versions: 9

Compression:

Stored size: 435 Bytes

Contents

$LOAD_PATH.unshift '../../lib' # this shouldn't be needed when you have chake installed
require 'chake'

manifest = %w[
  Rakefile
  cookbooks
  cookbooks/example
  cookbooks/example/recipes
  cookbooks/example/recipes/default.rb
  cookbooks/example/files
  cookbooks/example/files/host-homer
  cookbooks/example/files/host-homer/test.asc
  config.rb
]

desc 'removes everything'
task :clean do
  rm_rf Dir.glob('**/*') - manifest
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
chake-0.91 examples/test/Rakefile
chake-0.90.3 examples/test/Rakefile
chake-0.90.2 examples/test/Rakefile
chake-0.90.1 examples/test/Rakefile
chake-0.90 examples/test/Rakefile
chake-0.82 examples/test/Rakefile
chake-0.81.1 examples/test/Rakefile
chake-0.81 examples/test/Rakefile
chake-0.80 examples/test/Rakefile