Sha256: 796e40d94a962b3720321caa9d7e4b8d526aa8c37bfff0bb42e2d2a7a8746a39

Contents?: true

Size: 136 Bytes

Versions: 14

Compression:

Stored size: 136 Bytes

Contents

task :create_s1f1 do
    sys.touch "s1f1"
end

task :insub1_s1f1 do
    sys.touch "s1f1"
end

task :clean do
    sys.rm_f %w(s1f1)
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
rant-0.5.4 test/project2/sub1/Rantfile
rant-0.4.0 test/project2/sub1/Rantfile
rant-0.4.4 test/project2/sub1/Rantfile
rant-0.4.6 test/project2/sub1/Rantfile
rant-0.4.8 test/project2/sub1/Rantfile
rant-0.5.0 test/project2/sub1/Rantfile
rant-0.5.2 test/project2/sub1/Rantfile
rant-0.5.6 test/project2/sub1/Rantfile
rant-0.3.2 test/project2/sub1/Rantfile
rant-0.3.4 test/project2/sub1/Rantfile
rant-0.3.6 test/project2/sub1/Rantfile
rant-0.3.8 test/project2/sub1/Rantfile
rant-0.4.2 test/project2/sub1/Rantfile
rant-0.5.7 test/project2/sub1/Rantfile