Skip to content
This repository has been archived by the owner on Jul 11, 2020. It is now read-only.

Commit

Permalink
Refer to previous commit message
Browse files Browse the repository at this point in the history
Sam Kottler committed Jun 18, 2014
1 parent 94460cf commit eed3484
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Berksfile.lock
Original file line number Diff line number Diff line change
@@ -184,7 +184,7 @@ GRAPH
rubygems (>= 0.0.0)
rubygems-chef (0.0.2)
line (>= 0.0.0)
rubygems-database (0.0.6)
rubygems-database (0.0.7)
database (>= 0.0.0)
postgresql (>= 0.0.0)
rubygems (>= 0.0.0)
2 changes: 1 addition & 1 deletion cookbooks/rubygems-database/metadata.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name 'rubygems-database'
maintainer 'RubyGems.org ops team'

version '0.0.6'
version '0.0.7'

depends 'database'
depends 'postgresql'
2 changes: 1 addition & 1 deletion cookbooks/rubygems-database/recipes/default.rb
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@
stage = node.chef_environment

connection_info = {
:host => '127.0.0.1'
:host => '127.0.0.1',
:port => 5432,
:username => "postgres",
:password => ""

0 comments on commit eed3484

Please sign in to comment.