Sha256: 84be26210acabd7f5e175c3bb00bb766453a686465ed1fbe1bd7328da2fb9ea0

Contents?: true

Size: 182 Bytes

Versions: 3

Compression:

Stored size: 182 Bytes

Contents

file "b_f1" => ["r_f4", "b_f2"] do |t|
    sys.touch t.name
end

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

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

subdirs %w(sub1 sub2)

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rant-0.3.2 test/project2/buildfile
rant-0.3.4 test/project2/buildfile
rant-0.3.6 test/project2/buildfile