i18n-migrations 2.2 → 2.2.2

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
  SHA256:
3
- metadata.gz: c794a07b5f171a0a62b142739b15d912f2adbb30abd08ea312664a5a8d8ea6b7
4
- data.tar.gz: c6d8f2f7337e76ba91a5c6334e89e81c8060db755881f30ab0da138812c36d72
3
+ metadata.gz: d8c9367049f5afc1c4ea29f1c2cfb5224609dc84403732a0f2ab96647b91bb6b
4
+ data.tar.gz: 19052c533e0790a1a602c6abdd430173330323cc1d9c174e60cb1ae0659a099f
5
5
  SHA512:
6
- metadata.gz: 03b7052d802ba2581023d2942fe31a6f45ebfd0b45828998bce656540fb5f40b114991301a4c500a05eb137a830a626b9b1c7c928c7f73a17d8f0cf6da8d6a16
7
- data.tar.gz: eb79a91390106288b7a2799db2e34f2da8413c2dbbd3f2b58accc396b178b28380f81189fb269d5fe2b6642ec6c2e9bff0d37c9b200e958247c29055bdc6e27b
6
+ metadata.gz: 9b4655bb1c108ffc2446391ffe0f8de1d002e4c67ab787f2aca732778ce3f478007733f9343b158d81e0b48fa1f611d7f76dd01683a3ac0e25744849d369abb5
7
+ data.tar.gz: 520cf350b8040fbb692ccacbc904dd734fa0c1f9f168776f0fe3f91821debdc9a3e256341bb8e76318285709f3b4ce447318e7fafdba8c21114eb2e0626f9834
data/.gitignore CHANGED
@@ -10,4 +10,5 @@
10
10
  /.idea
11
11
  .env
12
12
  .i18n-migrations.yml
13
- /config/
13
+ /config/
14
+ *.gem
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- i18n-migrations (2.2)
4
+ i18n-migrations (2.2.2)
5
5
  activesupport
6
6
  colorize
7
7
  faraday
@@ -84,7 +84,7 @@ GEM
84
84
  mime-types-data (~> 3.2015)
85
85
  mime-types-data (3.2022.0105)
86
86
  mini_mime (1.1.2)
87
- mini_portile2 (2.8.6)
87
+ mini_portile2 (2.8.9)
88
88
  minitest (5.23.1)
89
89
  multi_json (1.15.0)
90
90
  multipart-post (2.2.3)
@@ -92,22 +92,21 @@ GEM
92
92
  net-http-digest_auth (1.4.1)
93
93
  net-http-persistent (4.0.1)
94
94
  connection_pool (~> 2.2)
95
- nokogiri (1.16.5)
95
+ nokogiri (1.18.9)
96
96
  mini_portile2 (~> 2.8.2)
97
97
  racc (~> 1.4)
98
- nokogiri (1.16.5-x86_64-linux)
98
+ nokogiri (1.18.9-x86_64-linux-gnu)
99
99
  racc (~> 1.4)
100
100
  os (1.1.4)
101
101
  public_suffix (5.0.1)
102
- racc (1.8.0)
102
+ racc (1.8.1)
103
103
  rake (13.0.6)
104
104
  representable (3.2.0)
105
105
  declarative (< 0.1.0)
106
106
  trailblazer-option (>= 0.1.1, < 0.2.0)
107
107
  uber (< 0.2.0)
108
108
  retriable (3.1.2)
109
- rexml (3.3.6)
110
- strscan
109
+ rexml (3.4.1)
111
110
  rspec (3.12.0)
112
111
  rspec-core (~> 3.12.0)
113
112
  rspec-expectations (~> 3.12.0)
@@ -134,7 +133,6 @@ GEM
134
133
  faraday (>= 0.17.5, < 3.a)
135
134
  jwt (>= 1.5, < 3.0)
136
135
  multi_json (~> 1.10)
137
- strscan (3.1.0)
138
136
  trailblazer-option (0.1.2)
139
137
  tzinfo (2.0.6)
140
138
  concurrent-ruby (~> 1.0)
data/bin/i18n-migrate CHANGED
@@ -54,7 +54,7 @@ when 'push'
54
54
  nontranslating_migrator.push(ARGV[0] || 'all', force)
55
55
 
56
56
  when 'validate'
57
- nontranslating_migrator.validate(ARGV[0] || 'all')
57
+ translating_migrator.validate(ARGV[0] || 'all')
58
58
 
59
59
  when 'new_locale'
60
60
  locale = ARGV.shift
@@ -12,7 +12,6 @@ module I18n
12
12
 
13
13
  def pull(locale)
14
14
  pull_from_crowd_translate(locale)
15
- locale.migrate!
16
15
  end
17
16
 
18
17
  def push(locale, force: false)
@@ -1,5 +1,5 @@
1
1
  module I18n
2
2
  module Migrations
3
- VERSION = "2.2"
3
+ VERSION = "2.2.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: i18n-migrations
3
3
  version: !ruby/object:Gem::Version
4
- version: '2.2'
4
+ version: 2.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeremy Lightsmith
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-06 00:00:00.000000000 Z
10
+ date: 2025-12-16 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: bundler