akumria / puppet-postgresql

Manage and install Postgresql databases and users
37 stars 20 forks source link

String.each doesn't work anymore in Ruby 1.9 #14

Closed hajee closed 11 years ago

hajee commented 11 years ago

In ruby 1.9 the String doesn't have the method each. Resulting in the message

Could not evaluate: undefined method `each' for "1\n":String
akumria commented 11 years ago

Thanks you for providing a fix.

My apologies I left this open so long.