i18n-migrations 0.1.3 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6e160f560c0c12fbeee0964487c4c97331322fd3
4
- data.tar.gz: 2ae060da78791f019f5d01b4cd8b9548dce4fe3c
3
+ metadata.gz: 1f368a8f95872f236f752ebee22e0af6d30f8205
4
+ data.tar.gz: c6cf48397cd39f07d65be2207da0f83f0924af73
5
5
  SHA512:
6
- metadata.gz: 0b8d3f5051949f55344f93668ffb69ad5b5339208d7d56a616f3981093406e4709365558f86e0c0dd3ee798a2f7b06a53b55510a3c8ec7ed0b7374560aa74fad
7
- data.tar.gz: 17290e0d50f6ab9028f905337d21bb6ad4c5e1f29857b1d5f87b9f503589c67fd6294d04791c8bfbc40b3671baf8ba23510ed5c4cd3e3b45e03c225cd74658a0
6
+ metadata.gz: 78d56421cb1c62ca4f89b9d16c52e9c0f35ecc82d23f58e631bbe21bd14753d8773dcd90456925197fcfa92514efef6811125393c69744237a14abcef091c751
7
+ data.tar.gz: c86f46c588c42c87ed44f60dabd637d9f4424224f0cc674ab9174e898a26bbba82caee996b837d31d234c2ad869d32c7ad11850e952a95a105d00aecde111588
@@ -118,12 +118,14 @@ end
118
118
  puts "#{config.main_locale}: #{main_term}"
119
119
  puts "#{locale} (old): #{old_term}"
120
120
  puts "#{locale} (new): #{new_term}"
121
+ puts
121
122
  end
122
123
  replace_errors_in_notes(notes, key, errors)
123
124
  if errors.length > 0
124
- puts "Error #{errors.join(', ')} #{key}"
125
- puts "#{config.main_locale}: #{main_term}"
126
- puts "#{locale}: #{old_term}"
125
+ puts "Error #{errors.join(', ').red} #{key.yellow}"
126
+ puts "#{config.main_locale.bold}: #{main_term}"
127
+ puts "#{locale.bold}: #{old_term}"
128
+ puts
127
129
  end
128
130
  end
129
131
  end
@@ -1,5 +1,5 @@
1
1
  module I18n
2
2
  module Migrations
3
- VERSION = "0.1.3"
3
+ VERSION = "0.1.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: i18n-migrations
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeremy Lightsmith
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-11-28 00:00:00.000000000 Z
11
+ date: 2018-01-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler