examples/sql/tiers.rb in fog-google-0.1.3 vs examples/sql/tiers.rb in fog-google-0.2.0

- old
+ new

@@ -1,7 +1,7 @@ def test connection = Fog::Google::SQL.new - puts 'Listing all Tiers...' - puts '--------------------' + puts "Listing all Tiers..." + puts "--------------------" connection.tiers end