Sha256: 2248171ee6fb7da2c56299d85a333f77b5d036752412e3311ca6fa5d1c713404

Contents?: true

Size: 359 Bytes

Versions: 1

Compression:

Stored size: 359 Bytes

Contents

puts "Setting up Integration... ".magenta
copy_static_file 'lib/tasks/integration.rake'
copy_static_file 'lib/tasks/tasks.rake'
gsub_file 'lib/tasks/integration.rake', /PROJECT/, @app_name
gsub_file 'lib/tasks/tasks.rake', /PROJECT/, @app_name
git :add => 'lib/tasks/integration.rake lib/tasks/tasks.rake'
git :commit => "-qm 'Adding integration'"

puts "\n"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pah-0.0.3 lib/pah/partials/_integration.rb