lib/geordi/settings.rb in geordi-6.1.0 vs lib/geordi/settings.rb in geordi-7.0.0
- old
+ new
@@ -136,10 +136,10 @@
def pt_project_ids_old
if File.exist?('.pt_project_id')
project_ids = File.read('.pt_project_id')
puts # Make sure to start on a new line (e.g. when invoked after a #print)
Geordi::Interaction.warn "The usage of the .pt_project_id file is deprecated."
- Geordi::Interaction.note Util.strip_heredoc(<<-INSTRUCTIONS)
+ Geordi::Interaction.note(<<~INSTRUCTIONS)
Please remove this file from your project and add or extend the .geordi.yml file with the following content:
pivotal_tracker_project_ids: #{project_ids}
INSTRUCTIONS
project_ids