Sha256: cb1ca811b28de0893c84f8bcc3099953be0ec0652b6ddd662ea3f9e2f26036d9
Contents?: true
Size: 578 Bytes
Versions: 30
Compression:
Stored size: 578 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
30 entries across 30 versions & 2 rubygems