Sha256: 5274aadde440322fd4bac707869820834d576ca281c99211e6146ddbeffc6c70
Contents?: true
Size: 298 Bytes
Versions: 4
Compression:
Stored size: 298 Bytes
Contents
module Pah module Templates class Bullet < Pah::Template def call puts 'Adding bullet... '.magenta copy_static_file 'config/initializers/bullet.rb' git add: 'config/initializers/bullet.rb' git_commit 'Adding bullet config.' end end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
pah-0.0.20 | lib/pah/templates/bullet.rb |
pah-0.0.19 | lib/pah/templates/bullet.rb |
pah-0.0.17 | lib/pah/templates/bullet.rb |
pah-0.0.16 | lib/pah/templates/bullet.rb |