lib/totrello.rb in totrello-0.1.11 vs lib/totrello.rb in totrello-0.1.12

- old
+ new

@@ -39,10 +39,10 @@ board = @trello.find_board(board_name) rescue board = @trello.create_board(board_name, 'Auto Generated by ToTrello Gem') end - puts "Created or found a board: #{board.name}" + puts "Created or found a board with the ID: #{board}" puts 'Talking to Trello, this is the longest part...' todos[:todo_list].each do |tdl|