Sha256: 23fd7dfd2f10633c274630040774c154d9cc9c5ec9258673142a7083eabdd04e

Contents?: true

Size: 264 Bytes

Versions: 15

Compression:

Stored size: 264 Bytes

Contents

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

file "r_f2" => "r_f1" do |t|
    sys.touch t.name
end

file "r_f3" => ["r_f2", :r_f4] do |t|
    sys.touch t.name
end

file "r_f4" => "r_f2" do |t|
    sys.touch t.name
end

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

Version data entries

15 entries across 15 versions & 1 rubygems

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