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