Sha256: 95102cc8821f027b08718266cb08a9e6ac288de8a7fdde901a868c32b91f0558

Contents?: true

Size: 298 Bytes

Versions: 9

Compression:

Stored size: 298 Bytes

Contents

after_everything do
  git :init
  git :add => '.'
  git :commit => '-m "Initial import."'
end

__END__

name: Git
description: "Provides basic Git setup for the Rails app and commits the initial repository."
author: mbleigh

exclusive: scm
category: deployment

run_before: [git, eycloud, heroku]

Version data entries

9 entries across 9 versions & 3 rubygems

Version Path
appscrolls-0.8.4 scrolls/git.rb
appscrolls-0.8.3 scrolls/git.rb
appscrolls-0.8.2 scrolls/git.rb
appscrolls-0.8.1 scrolls/git.rb
appscrolls-0.8.0 scrolls/git.rb
appscrolls-0.7.1 scrolls/git.rb
appscrolls-0.7.0 scrolls/git.rb
eldarscrolls-0.7.0 scrolls/git.rb
ey_rails_wizard-0.6.0 scrolls/git.rb