Sha256: c98c44557d568ae628ca741f635f5304166c9b317c0e0ae2ed638d0a6b02a8f7

Contents?: true

Size: 245 Bytes

Versions: 4

Compression:

Stored size: 245 Bytes

Contents

module Pah
  module Templates
    class Bin < Pah::Template
      def call
        system 'bundle exec spring binstub --all'

        git add: 'bin/rake bin/rails bin/spring'
        git_commit 'Add spring bin files'
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
pah-0.0.20 lib/pah/templates/bin.rb
pah-0.0.19 lib/pah/templates/bin.rb
pah-0.0.17 lib/pah/templates/bin.rb
pah-0.0.16 lib/pah/templates/bin.rb