Sha256: 12fa7609d57111428cbb93ed9e278871171feb7bf85992a962943a125e4de07d
Contents?: true
Size: 179 Bytes
Versions: 4
Compression:
Stored size: 179 Bytes
Contents
class Recipes::Git < Rails::AppBuilder def create git :init after(:database_creation) do git add: "." git commit: %{ -m 'Initial commit' } end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
potassium-3.0.0 | lib/potassium/recipes/git.rb |
potassium-2.3.0 | lib/potassium/recipes/git.rb |
potassium-2.2.0 | lib/potassium/recipes/git.rb |
potassium-2.1.0 | lib/potassium/recipes/git.rb |