Sha256: b6daf2a972cc5948c5d9254444b9fb1ece8542d0b15b3673936f8bc256637f51

Contents?: true

Size: 210 Bytes

Versions: 193

Compression:

Stored size: 210 Bytes

Contents

# -*- ruby -*-

task :default => "play.app"

file "play.scpt" => "base" do |t|
  cp t.prerequisites.first, t.name
end

rule ".app" => ".scpt" do |t|
  cp t.source, t.name
end

file 'base' do
  touch 'base'
end

Version data entries

193 entries across 124 versions & 13 rubygems

Version Path
craigmarksmith-rake-0.8.3.100 test/data/chains/Rakefile
craigmarksmith-rake-0.8.4.101 test/data/chains/Rakefile
craigmarksmith-rake-0.8.4.102 test/data/chains/Rakefile
craigmarksmith-rake-0.8.4.103 test/data/chains/Rakefile
elliottcable-echoe-3.1.1 vendor/rake/test/data/chains/Rakefile
elliottcable-echoe-3.1.2 vendor/rake/test/data/chains/Rakefile
jimweirich-rake-0.8.1.10 test/data/chains/Rakefile
jimweirich-rake-0.8.1.11 test/data/chains/Rakefile
jimweirich-rake-0.8.1.5 test/data/chains/Rakefile
jimweirich-rake-0.8.1.6 test/data/chains/Rakefile
jimweirich-rake-0.8.1.7 test/data/chains/Rakefile
jimweirich-rake-0.8.1.8 test/data/chains/Rakefile
jimweirich-rake-0.8.1.9 test/data/chains/Rakefile
jimweirich-rake-0.8.2.99 test/data/chains/Rakefile
jimweirich-rake-0.8.2 test/data/chains/Rakefile
jimweirich-rake-0.8.3.1 test/data/chains/Rakefile
jimweirich-rake-0.8.3.100 test/data/chains/Rakefile
jimweirich-rake-0.8.3.99 test/data/chains/Rakefile
jimweirich-rake-0.8.3 test/data/chains/Rakefile
jimweirich-rake-0.8.4.99 test/data/chains/Rakefile