Sha256: 7d8ad1c6804efe792c70d211fca1463d016d2335752d4a9e7770ae0bd69e00b1

Contents?: true

Size: 160 Bytes

Versions: 2

Compression:

Stored size: 160 Bytes

Contents

# -*- ruby -*-

%w(one two three).each do |tgt|
  desc "Create file '#{tgt}'"
  file tgt do |t|
    File.open(t.to_s, 'w') { |f| f.puts(tgt.upcase) }
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
metarake-0.1.1 features/files/Rakefile.one_two_three
metarake-0.1.0 features/files/Rakefile.one_two_three