Sha256: 2d599bc90c52e0282594e8e734295aeae3b82a2d84ca4d39b59f099c13935fa8

Contents?: true

Size: 256 Bytes

Versions: 8

Compression:

Stored size: 256 Bytes

Contents

module Pah
  module Templates
    class Bullet < Pah::Template
      def call
        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

8 entries across 8 versions & 1 rubygems

Version Path
pah-0.0.28 lib/pah/templates/bullet.rb
pah-0.0.27 lib/pah/templates/bullet.rb
pah-0.0.26 lib/pah/templates/bullet.rb
pah-0.0.25 lib/pah/templates/bullet.rb
pah-0.0.24 lib/pah/templates/bullet.rb
pah-0.0.23 lib/pah/templates/bullet.rb
pah-0.0.22 lib/pah/templates/bullet.rb
pah-0.0.21 lib/pah/templates/bullet.rb