lib/totrello.rb in totrello-0.1.2 vs lib/totrello.rb in totrello-0.1.5
- old
+ new
@@ -39,10 +39,10 @@
board ||= @trello.create_board(todos[:directory], 'Auto Generated by ToTrello Gem')
end
- puts 'Taking to Trello, this is the longest part...'
+ puts 'Talking to Trello, this is the longest part...'
todos[:todo_list].each do |tdl|
tdl[:todos].each do |td|
begin
@trello.create_card(board,td, gen_description(tdl[:file],td),'To Do') unless td == ''
rescue