Sha256: a543be89ae8f16c6442011aaff565dd8a9e5c6040f5cef84bbebf43040076701

Contents?: true

Size: 424 Bytes

Versions: 8

Compression:

Stored size: 424 Bytes

Contents

$:.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

8 entries across 8 versions & 1 rubygems

Version Path
chake-0.10.1 examples/test/Rakefile
chake-0.10 examples/test/Rakefile
chake-0.9.1 examples/test/Rakefile
chake-0.9 examples/test/Rakefile
chake-0.8 examples/test/Rakefile
chake-0.7 examples/test/Rakefile
chake-0.6 examples/test/Rakefile
chake-0.5 examples/test/Rakefile