Sha256: 4e8d88174241ef5d18308cec1fbc9365d3d0f2fd5be26ac19cebf33af5391ef6
Contents?: true
Size: 577 Bytes
Versions: 18
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 => '.' git :commit => "-aqm 'rails_apps_composer: initial commit'" end __END__ name: git description: "Initialize git for your application." author: RailsApps category: configuration
Version data entries
18 entries across 18 versions & 1 rubygems