i18n-migrations 2.2.1 → 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: 88b62410c1a9937c842cd58cd35508b51934e6790c5e726537cbbde3ccd4012b
4
- data.tar.gz: 16f04ee11044d82ac6c93e63e97409f36d2540fe98c229b8db5a7071618dcdcd
3
+ metadata.gz: d8c9367049f5afc1c4ea29f1c2cfb5224609dc84403732a0f2ab96647b91bb6b
4
+ data.tar.gz: 19052c533e0790a1a602c6abdd430173330323cc1d9c174e60cb1ae0659a099f
5
5
  SHA512:
6
- metadata.gz: bed55c53447f5180ff101fd434462a96c34f60e36076421d1729933b7d34e585c9c2a500bf4ea1faeaf34dd2ec4383fe8607185089dadf5e4f45782042d7588f
7
- data.tar.gz: 62fc3f82c01168ead2f170d0785996feb1d635350f655f44306c9c207c92212f827602b23896f1a9abb833645fa1e6c251e6cc9778c9ecfa75cc57aded37c1d5
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.1)
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,20 +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.18.9-x86_64-linux-gnu)
99
+ racc (~> 1.4)
98
100
  os (1.1.4)
99
101
  public_suffix (5.0.1)
100
- racc (1.8.0)
102
+ racc (1.8.1)
101
103
  rake (13.0.6)
102
104
  representable (3.2.0)
103
105
  declarative (< 0.1.0)
104
106
  trailblazer-option (>= 0.1.1, < 0.2.0)
105
107
  uber (< 0.2.0)
106
108
  retriable (3.1.2)
107
- rexml (3.3.6)
108
- strscan
109
+ rexml (3.4.1)
109
110
  rspec (3.12.0)
110
111
  rspec-core (~> 3.12.0)
111
112
  rspec-expectations (~> 3.12.0)
@@ -132,7 +133,6 @@ GEM
132
133
  faraday (>= 0.17.5, < 3.a)
133
134
  jwt (>= 1.5, < 3.0)
134
135
  multi_json (~> 1.10)
135
- strscan (3.1.0)
136
136
  trailblazer-option (0.1.2)
137
137
  tzinfo (2.0.6)
138
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
@@ -1,5 +1,5 @@
1
1
  module I18n
2
2
  module Migrations
3
- VERSION = "2.2.1"
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.1
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-18 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