Sha256: f87363054139aeb74f3b3922178abe34c349e46bb2023e2e776b8ab8124d04e2

Contents?: true

Size: 168 Bytes

Versions: 14

Compression:

Stored size: 168 Bytes

Contents

subdirs "sub"

file "t" do |t|
    sys.touch t.name
end

file "subdep.t" => "sub/rootdep.t" do |t|
    sys.touch t.name
end

task :clean do
    sys.rm_f Dir["*t"]
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
rant-0.3.2 test/subdirs/sub2/rantfile.rb
rant-0.3.4 test/subdirs/sub2/rantfile.rb
rant-0.3.6 test/subdirs/sub2/rantfile.rb
rant-0.3.8 test/subdirs/sub2/rantfile.rb
rant-0.4.0 test/subdirs/sub2/rantfile.rb
rant-0.4.2 test/subdirs/sub2/rantfile.rb
rant-0.4.6 test/subdirs/sub2/rantfile
rant-0.4.8 test/subdirs/sub2/rantfile
rant-0.5.0 test/subdirs/sub2/rantfile
rant-0.5.2 test/subdirs/sub2/rantfile
rant-0.5.4 test/subdirs/sub2/rantfile
rant-0.5.6 test/subdirs/sub2/rantfile
rant-0.4.4 test/subdirs/sub2/rantfile.rb
rant-0.5.7 test/subdirs/sub2/rantfile