Sha256: 984adb2288a08f8670101633fb1b3059763374c7ec40328e7a9dffd6a33c7124

Contents?: true

Size: 266 Bytes

Versions: 8

Compression:

Stored size: 266 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 bin/bundle bin/rspec'
        git_commit 'Add spring bin files'
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

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