Sha256: 7f4641a8a386661a56a672ce03a50117715ce4ca7e4acf39c981832bde5dad55

Contents?: true

Size: 236 Bytes

Versions: 139

Compression:

Stored size: 236 Bytes

Contents

#!/usr/bin/env ruby

if ENV['TESTTOPSCOPE']
  puts "TOPSCOPE"
end

task :default do
  puts "DEFAULT"
end

task :other => [:default] do
  puts "OTHER"
end

task :task_scope do
  if ENV['TESTTASKSCOPE']
    puts "TASKSCOPE"
  end
end    

Version data entries

139 entries across 111 versions & 11 rubygems

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