lib/generators/voltron/notify/install_generator.rb in voltron-notify-0.2.0 vs lib/generators/voltron/notify/install_generator.rb in voltron-notify-0.2.1

- old
+ new

@@ -93,12 +93,11 @@ # We don't want to overwrite anything the user may have created on their own, or modified notification_locale.deep_merge!(locale) File.open(locale_path, 'w') do |f| f.puts '# This file will be merged with various other Voltron related YAML files with priority' - f.puts '# given to what exists in this file to begin with (nothing you add/modify here will be overwritten)' - f.puts '# whenever you run `rails g voltron:<gem_name>:install`,' - f.puts '# only if the gem in question has any locale data associated with it' + f.puts '# given to what exists in this file to begin with (meaning: nothing you add/modify here will be overwritten)' + f.puts '# whenever you run `rails g voltron:<gem_name>:install`' f.puts f.puts notification_locale.stringify_keys.to_yaml(line_width: -1) end end \ No newline at end of file