Sha256: f2062e4646060edcca08208247273c9f80d996679d80b9fca0c7fa5c46dc967f

Contents?: true

Size: 187 Bytes

Versions: 3

Compression:

Stored size: 187 Bytes

Contents

task :gem => 'templates/init/Gemfile'

file 'templates/init/Gemfile' => 'templates.erb/init/Gemfile.erb' do |t|
  sh "erb #{Shellwords.escape t.source} > #{Shellwords.escape t.name}"
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
gemspec-0.3.1 Rakefile
gemspec-0.3.0 Rakefile
gemspec-0.2.5 Rakefile