Sha256: f46de9410dfbfbf33fb3a3f7a81b8f7d5f18b06f6dbdd5c07fbb7998cb64b347

Contents?: true

Size: 141 Bytes

Versions: 9

Compression:

Stored size: 141 Bytes

Contents

require "./application"

desc "Default task"
namespace :<%= @name %> do
  task :default do
    puts "Hello <%= @name.camelcase %>"
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
aetherg-0.5.1 lib/templates/Rakefile
aetherg-0.5.0 lib/templates/Rakefile
aetherg-0.5.0.beta3 lib/templates/Rakefile
aetherg-0.5.0.beta2 lib/templates/Rakefile
aetherg-0.5.0.beta lib/templates/Rakefile
aetherg-0.3.4 lib/templates/Rakefile
aetherg-0.3.3 lib/templates/Rakefile
aetherg-0.3.2 lib/templates/Rakefile
aetherg-0.3.1 lib/templates/Rakefile