Sha256: 127e0879e116ea4b9ff59223077018427daf83d9082efe2f9dd77fdc3618f02f

Contents?: true

Size: 427 Bytes

Versions: 15

Compression:

Stored size: 427 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

15 entries across 15 versions & 1 rubygems

Version Path
chake-0.21.2 examples/test/Rakefile
chake-0.21.1 examples/test/Rakefile
chake-0.21 examples/test/Rakefile
chake-0.20 examples/test/Rakefile
chake-0.19 examples/test/Rakefile
chake-0.18 examples/test/Rakefile
chake-0.17.1 examples/test/Rakefile
chake-0.17 examples/test/Rakefile
chake-0.16 examples/test/Rakefile
chake-0.15 examples/test/Rakefile
chake-0.14 examples/test/Rakefile
chake-0.13 examples/test/Rakefile
chake-0.12 examples/test/Rakefile
chake-0.11 examples/test/Rakefile
chake-0.10.2 examples/test/Rakefile