lib/totrello.rb in totrello-0.1.7 vs lib/totrello.rb in totrello-0.1.8

- old
+ new

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