Sha256: dfaa801b1ad32ddc7570fc42e19f6970eaf619d36ab01cc8ac9dc69fae2366ca

Contents?: true

Size: 179 Bytes

Versions: 17

Compression:

Stored size: 179 Bytes

Contents

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

desc 'removes everything'
task :clean do
  rm_rf Dir.glob('*') - ['Rakefile']
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
chake-0.4.3 examples/test/Rakefile
chake-0.4.2 examples/test/Rakefile
chake-0.4.1 examples/test/Rakefile
chake-0.4 examples/test/Rakefile
chake-0.3.3 examples/test/Rakefile
chake-0.3.2 examples/test/Rakefile
chake-0.3.1 examples/test/Rakefile
chake-0.3 examples/test/Rakefile
chake-0.2.3 examples/test/Rakefile
chake-0.2.2 examples/test/Rakefile
chake-0.2.1 examples/test/Rakefile
chake-0.2 examples/test/Rakefile
chake-0.1.7 examples/test/Rakefile
chake-0.1.6 examples/test/Rakefile
chake-0.1.5 examples/test/Rakefile
chake-0.1.4 examples/test/Rakefile
chake-0.1.3 examples/test/Rakefile