i18n-migrations 2.0.10 → 2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +135 -84
- data/lib/i18n/migrations/migrator.rb +2 -0
- data/lib/i18n/migrations/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3222379e3c0147177cc712856d96c687525cd522df164fdfa5b93209df84c2d0
|
4
|
+
data.tar.gz: 3d26a19e166b5a1f8ec23e20940128cf52f6db8ba432a40acb0ddf79ddece887
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9efbb8b0e289431dce695f9eece3e9e3d33bc443c1887ed61d3f047e55fcedd74bfcb204b76670e2d7bb047ea0e0dc6d68b38adec34a2e2aab558e5230300b6c
|
7
|
+
data.tar.gz: 56b70c0099c639e183ce49a94ccdde7352b6688c7525c9805565505d0edbd8b9e55a6acf5ba94362bcc390467ad0353f7194657f2863464ac349f8ce64ae819b
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
i18n-migrations (2.
|
4
|
+
i18n-migrations (2.1)
|
5
5
|
activesupport
|
6
6
|
colorize
|
7
7
|
faraday
|
@@ -10,132 +10,183 @@ PATH
|
|
10
10
|
GEM
|
11
11
|
remote: https://rubygems.org/
|
12
12
|
specs:
|
13
|
-
activesupport (7.
|
13
|
+
activesupport (7.1.3.4)
|
14
|
+
base64
|
15
|
+
bigdecimal
|
14
16
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
17
|
+
connection_pool (>= 2.2.5)
|
18
|
+
drb
|
15
19
|
i18n (>= 1.6, < 2)
|
16
20
|
minitest (>= 5.1)
|
21
|
+
mutex_m
|
17
22
|
tzinfo (~> 2.0)
|
18
|
-
addressable (2.8.
|
19
|
-
public_suffix (>= 2.0.2, <
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
google-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
23
|
+
addressable (2.8.7)
|
24
|
+
public_suffix (>= 2.0.2, < 7.0)
|
25
|
+
autoparse (0.3.3)
|
26
|
+
addressable (>= 2.3.1)
|
27
|
+
extlib (>= 0.9.15)
|
28
|
+
multi_json (>= 1.0.0)
|
29
|
+
base64 (0.2.0)
|
30
|
+
bigdecimal (3.1.8)
|
31
|
+
childprocess (5.0.0)
|
32
|
+
colorize (1.1.0)
|
33
|
+
concurrent-ruby (1.3.3)
|
34
|
+
connection_pool (2.4.1)
|
35
|
+
date (3.3.4)
|
36
|
+
diff-lcs (1.5.1)
|
37
|
+
domain_name (0.6.20240107)
|
38
|
+
drb (2.2.1)
|
39
|
+
extlib (0.9.16)
|
40
|
+
faraday (2.10.0)
|
41
|
+
faraday-net_http (>= 2.0, < 3.2)
|
42
|
+
logger
|
43
|
+
faraday-net_http (3.1.0)
|
44
|
+
net-http
|
45
|
+
google-api-client (0.7.1)
|
46
|
+
addressable (>= 2.3.2)
|
47
|
+
autoparse (>= 0.3.3)
|
48
|
+
extlib (>= 0.9.15)
|
49
|
+
faraday (>= 0.9.0)
|
50
|
+
jwt (>= 0.1.5)
|
51
|
+
launchy (>= 2.1.1)
|
52
|
+
multi_json (>= 1.0.0)
|
53
|
+
retriable (>= 1.4)
|
54
|
+
signet (>= 0.5.0)
|
55
|
+
uuidtools (>= 2.1.0)
|
56
|
+
google_drive (1.0.6)
|
57
|
+
google-api-client (>= 0.7.0, < 0.9)
|
58
|
+
nokogiri (>= 1.4.4, != 1.5.2, != 1.5.1)
|
59
|
+
oauth (>= 0.3.6)
|
60
|
+
oauth2 (>= 0.5.0)
|
61
|
+
hashie (5.0.0)
|
62
|
+
http-cookie (1.0.6)
|
55
63
|
domain_name (~> 0.5)
|
56
|
-
|
57
|
-
i18n (1.12.0)
|
64
|
+
i18n (1.14.5)
|
58
65
|
concurrent-ruby (~> 1.0)
|
59
|
-
jwt (2.
|
60
|
-
|
66
|
+
jwt (2.8.2)
|
67
|
+
base64
|
68
|
+
launchy (3.0.1)
|
69
|
+
addressable (~> 2.8)
|
70
|
+
childprocess (~> 5.0)
|
71
|
+
logger (1.6.0)
|
72
|
+
mail (2.8.1)
|
61
73
|
mini_mime (>= 0.1.1)
|
62
|
-
|
74
|
+
net-imap
|
75
|
+
net-pop
|
76
|
+
net-smtp
|
77
|
+
mechanize (2.10.1)
|
63
78
|
addressable (~> 2.8)
|
79
|
+
base64
|
64
80
|
domain_name (~> 0.5, >= 0.5.20190701)
|
65
81
|
http-cookie (~> 1.0, >= 1.0.3)
|
66
82
|
mime-types (~> 3.0)
|
67
83
|
net-http-digest_auth (~> 1.4, >= 1.4.1)
|
68
84
|
net-http-persistent (>= 2.5.2, < 5.0.dev)
|
85
|
+
nkf
|
69
86
|
nokogiri (~> 1.11, >= 1.11.2)
|
70
87
|
rubyntlm (~> 0.6, >= 0.6.3)
|
71
88
|
webrick (~> 1.7)
|
72
89
|
webrobots (~> 0.1.2)
|
73
|
-
memoist (0.16.2)
|
74
90
|
mime (0.4.4)
|
75
|
-
mime-types (3.
|
91
|
+
mime-types (3.5.2)
|
76
92
|
mime-types-data (~> 3.2015)
|
77
|
-
mime-types-data (3.
|
78
|
-
mini_mime (1.1.
|
79
|
-
|
80
|
-
minitest (5.18.0)
|
93
|
+
mime-types-data (3.2024.0702)
|
94
|
+
mini_mime (1.1.5)
|
95
|
+
minitest (5.24.1)
|
81
96
|
multi_json (1.15.0)
|
82
|
-
|
97
|
+
multi_xml (0.7.1)
|
98
|
+
bigdecimal (~> 3.1)
|
99
|
+
mutex_m (0.2.0)
|
100
|
+
net-http (0.4.1)
|
101
|
+
uri
|
83
102
|
net-http-digest_auth (1.4.1)
|
84
|
-
net-http-persistent (4.0.
|
103
|
+
net-http-persistent (4.0.2)
|
85
104
|
connection_pool (~> 2.2)
|
86
|
-
|
87
|
-
|
105
|
+
net-imap (0.4.14)
|
106
|
+
date
|
107
|
+
net-protocol
|
108
|
+
net-pop (0.1.2)
|
109
|
+
net-protocol
|
110
|
+
net-protocol (0.2.2)
|
111
|
+
timeout
|
112
|
+
net-smtp (0.5.0)
|
113
|
+
net-protocol
|
114
|
+
nkf (0.2.0)
|
115
|
+
nokogiri (1.16.6-aarch64-linux)
|
116
|
+
racc (~> 1.4)
|
117
|
+
nokogiri (1.16.6-arm-linux)
|
118
|
+
racc (~> 1.4)
|
119
|
+
nokogiri (1.16.6-arm64-darwin)
|
120
|
+
racc (~> 1.4)
|
121
|
+
nokogiri (1.16.6-x86-linux)
|
122
|
+
racc (~> 1.4)
|
123
|
+
nokogiri (1.16.6-x86_64-darwin)
|
88
124
|
racc (~> 1.4)
|
89
|
-
nokogiri (1.
|
125
|
+
nokogiri (1.16.6-x86_64-linux)
|
90
126
|
racc (~> 1.4)
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
127
|
+
oauth (1.1.0)
|
128
|
+
oauth-tty (~> 1.0, >= 1.0.1)
|
129
|
+
snaky_hash (~> 2.0)
|
130
|
+
version_gem (~> 1.1)
|
131
|
+
oauth-tty (1.0.5)
|
132
|
+
version_gem (~> 1.1, >= 1.1.1)
|
133
|
+
oauth2 (2.0.9)
|
134
|
+
faraday (>= 0.17.3, < 3.0)
|
135
|
+
jwt (>= 1.0, < 3.0)
|
136
|
+
multi_xml (~> 0.5)
|
137
|
+
rack (>= 1.2, < 4)
|
138
|
+
snaky_hash (~> 2.0)
|
139
|
+
version_gem (~> 1.1)
|
140
|
+
public_suffix (6.0.0)
|
141
|
+
racc (1.8.0)
|
142
|
+
rack (3.1.7)
|
143
|
+
rake (13.2.1)
|
99
144
|
retriable (3.1.2)
|
100
|
-
|
101
|
-
|
102
|
-
rspec-
|
103
|
-
rspec-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
rspec-expectations (3.11.1)
|
145
|
+
rspec (3.13.0)
|
146
|
+
rspec-core (~> 3.13.0)
|
147
|
+
rspec-expectations (~> 3.13.0)
|
148
|
+
rspec-mocks (~> 3.13.0)
|
149
|
+
rspec-core (3.13.0)
|
150
|
+
rspec-support (~> 3.13.0)
|
151
|
+
rspec-expectations (3.13.1)
|
108
152
|
diff-lcs (>= 1.2.0, < 2.0)
|
109
|
-
rspec-support (~> 3.
|
110
|
-
rspec-mocks (3.
|
153
|
+
rspec-support (~> 3.13.0)
|
154
|
+
rspec-mocks (3.13.1)
|
111
155
|
diff-lcs (>= 1.2.0, < 2.0)
|
112
|
-
rspec-support (~> 3.
|
113
|
-
rspec-support (3.
|
156
|
+
rspec-support (~> 3.13.0)
|
157
|
+
rspec-support (3.13.1)
|
114
158
|
rspec_junit_formatter (0.6.0)
|
115
159
|
rspec-core (>= 2, < 4, != 2.12.0)
|
116
160
|
ruby-gmail (0.3.1)
|
117
161
|
mail (>= 2.2.1)
|
118
162
|
mime (>= 0.1)
|
119
163
|
shared-mime-info
|
120
|
-
rubyntlm (0.6.
|
164
|
+
rubyntlm (0.6.5)
|
165
|
+
base64
|
121
166
|
shared-mime-info (0.2.5)
|
122
|
-
signet (0.
|
167
|
+
signet (0.19.0)
|
123
168
|
addressable (~> 2.8)
|
124
169
|
faraday (>= 0.17.5, < 3.a)
|
125
170
|
jwt (>= 1.5, < 3.0)
|
126
171
|
multi_json (~> 1.10)
|
127
|
-
|
172
|
+
snaky_hash (2.0.1)
|
173
|
+
hashie
|
174
|
+
version_gem (~> 1.1, >= 1.1.1)
|
175
|
+
timeout (0.4.1)
|
128
176
|
tzinfo (2.0.6)
|
129
177
|
concurrent-ruby (~> 1.0)
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
unf_ext (0.0.8.2)
|
178
|
+
uri (0.13.0)
|
179
|
+
uuidtools (2.2.0)
|
180
|
+
version_gem (1.1.4)
|
134
181
|
webrick (1.8.1)
|
135
182
|
webrobots (0.1.2)
|
136
183
|
|
137
184
|
PLATFORMS
|
138
|
-
|
185
|
+
aarch64-linux
|
186
|
+
arm-linux
|
187
|
+
arm64-darwin
|
188
|
+
x86-linux
|
189
|
+
x86_64-darwin
|
139
190
|
x86_64-linux
|
140
191
|
|
141
192
|
DEPENDENCIES
|
@@ -152,4 +203,4 @@ DEPENDENCIES
|
|
152
203
|
ruby-gmail
|
153
204
|
|
154
205
|
BUNDLED WITH
|
155
|
-
2.
|
206
|
+
2.5.6
|
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: 2.
|
4
|
+
version: '2.1'
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jeremy Lightsmith
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-07-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -169,7 +169,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
169
169
|
- !ruby/object:Gem::Version
|
170
170
|
version: '0'
|
171
171
|
requirements: []
|
172
|
-
rubygems_version: 3.
|
172
|
+
rubygems_version: 3.5.3
|
173
173
|
signing_key:
|
174
174
|
specification_version: 4
|
175
175
|
summary: Migrations for doing i18n.
|