lib/totrello.rb in totrello-0.0.7 vs lib/totrello.rb in totrello-0.0.8

- old
+ new

@@ -18,10 +18,10 @@ error_data += " You must define TRELLO_DEVELOPER_PUBLIC_KEY & TRELLO_MEMBER_TOKEN\n" error_data += " \nYou can generate the TRELLO_DEVELOPER_PUBLIC_KEY at:\n" error_data += " \nhttps://trello.com/1/appKey/generate\n" error_data += " \nYou can generate the TRELLO_MEMBER_TOKEN at:\n " error_data += "\nhttps://trello.com/1/authorize?key=[TRELLO_DEVELOPER_PUBLIC_KEY]&name=ToTrelloGem&expiration=never&response_type=token&scope=read,write\n" - raise CustomException.new(error: error_data) + #raise CustomException.new(error: error_data) end #find_todo_items end