lib/i18n/migrations/config.rb in i18n-migrations-0.1.1 vs lib/i18n/migrations/config.rb in i18n-migrations-0.1.2

- old
+ new

@@ -31,9 +31,13 @@ def google_translate_api_key get_value(:google_translate_api_key) end + def do_not_translate + get_value(:do_not_translate) + end + def read! yaml_file = find_config_file(CONFIG_FILE_NAME) unless yaml_file STDERR.puts "Can't find a #{CONFIG_FILE_NAME} file. Try running 'i18n-migrations setup'" exit(1)