Sha256: fa9852bf909ea50ffbee97b5cc686e0c76f6270ab809587b2b1c1ec4931ceb20

Contents?: true

Size: 195 Bytes

Versions: 11

Compression:

Stored size: 195 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)

:return_val

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
rant-0.5.2 test/project2/buildfile
rant-0.4.0 test/project2/buildfile
rant-0.4.2 test/project2/buildfile
rant-0.4.4 test/project2/buildfile
rant-0.4.6 test/project2/buildfile
rant-0.4.8 test/project2/buildfile
rant-0.5.0 test/project2/buildfile
rant-0.5.4 test/project2/buildfile
rant-0.5.6 test/project2/buildfile
rant-0.3.8 test/project2/buildfile
rant-0.5.7 test/project2/buildfile