Sha256: 5f511cafcb0bdfce2ab9a15adcb5e3c65a6509c09d2da7333781d5f9f158d21d

Contents?: true

Size: 577 Bytes

Versions: 1

Compression:

Stored size: 577 Bytes

Contents

# Application template recipe for the rails_apps_composer. Change the recipe here:
# https://github.com/RailsApps/rails_apps_composer/blob/master/recipes/git.rb

## Git
say_wizard "initialize git"
prefs[:git] = true unless prefs.has_key? :git
if prefer :git, true
  copy_from 'https://raw.github.com/RailsApps/rails-composer/master/files/gitignore.txt', '.gitignore'
  git :init
  git :add => '-A'
  git :commit => "-qm 'rails_apps_composer: initial commit'"
end

__END__

name: git
description: "Initialize git for your application."
author: RailsApps

category: configuration

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rails_apps_composer-2.2.10 recipes/git.rb