worldwide 1.6.1 → 1.6.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- data/Gemfile.lock +1 -1
- data/db/data/regions/BR/pt-BR.yml +2 -2
- data/db/data/regions/CH/pt-BR.yml +2 -2
- data/db/data/regions/DE/pt-BR.yml +2 -2
- data/db/data/regions/DK/pt-BR.yml +2 -2
- data/db/data/regions/ES/pt-BR.yml +2 -2
- data/db/data/regions/IT/pt-BR.yml +2 -2
- data/db/data/regions/NL/pt-BR.yml +2 -2
- data/db/data/regions/NO/pt-BR.yml +2 -2
- data/db/data/regions/SE/pt-BR.yml +3 -3
- data/db/data/regions/_default/ja.yml +3 -3
- data/db/data/regions/_default/nl.yml +40 -40
- data/db/data/regions/_default/zh-TW.yml +33 -33
- data/lib/worldwide/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bb522e094858b83229463d40525a2ce96d80d421b7ed86da659eb6189c64fccc
|
4
|
+
data.tar.gz: 4f4317d023d51215356ff17b60658903875a1079c8f7fdc5501acdcb9c2f9706
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: de6b9334ce2b5e36ff9e1c431013e42fb4adb799561dd3ea59a5d42fbe2628c963adac2eb15ddc104209cf8172e4e4bb71b4d19338b398400d91641730b5e528
|
7
|
+
data.tar.gz: ddc4de7291e96a03f73e57da50c75720884f63298c9f78ef3b606706b279a1cb20899648f0e17bacebb84c747bbece697f043b3f8cba9478317ac4ca217093be
|
data/CHANGELOG.md
CHANGED
@@ -26,9 +26,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
26
26
|
- Security in case of vulnerabilities.
|
27
27
|
|
28
28
|
## [Unreleased]
|
29
|
+
- Nil.
|
29
30
|
|
30
31
|
---
|
31
32
|
|
33
|
+
## [1.6.2] - 2024-07-10
|
34
|
+
|
35
|
+
- Improve tests related to building number requiredness [#249](https://github.com/Shopify/worldwide/pull/249)
|
36
|
+
- Update Dutch translations for street_number [#236](https://github.com/Shopify/worldwide/pull/236)
|
37
|
+
|
32
38
|
## [1.6.1] - 2024-07-03
|
33
39
|
- Move Units constants `SUPPORTED_HUMANIZATIONS` and `MEASUREMENT_KEYS` to `Worldwide.units.supported_humanizations` and `Worldwide.units.measurement_keys` [#240](https://github.com/Shopify/worldwide/pull/240)
|
34
40
|
- Allow house numbers on address2 for Japan [#245](https://github.com/Shopify/worldwide/pull/245)
|
data/Gemfile.lock
CHANGED
@@ -5,8 +5,8 @@ pt-BR:
|
|
5
5
|
addresses:
|
6
6
|
address1:
|
7
7
|
label:
|
8
|
-
default:
|
9
|
-
optional:
|
8
|
+
default: Endereço e número
|
9
|
+
optional: Endereço e número (opcional)
|
10
10
|
errors:
|
11
11
|
blank_instructional: Insira um endereço e o número
|
12
12
|
blank_informative: Faltam o endereço e o número
|
@@ -5,8 +5,8 @@ pt-BR:
|
|
5
5
|
addresses:
|
6
6
|
address1:
|
7
7
|
label:
|
8
|
-
default:
|
9
|
-
optional:
|
8
|
+
default: Endereço e número
|
9
|
+
optional: Endereço e número (opcional)
|
10
10
|
errors:
|
11
11
|
blank_instructional: Insira um endereço e o número
|
12
12
|
blank_informative: Faltam o endereço e o número
|
@@ -5,8 +5,8 @@ pt-BR:
|
|
5
5
|
addresses:
|
6
6
|
address1:
|
7
7
|
label:
|
8
|
-
default:
|
9
|
-
optional:
|
8
|
+
default: Endereço e número
|
9
|
+
optional: Endereço e número (opcional)
|
10
10
|
errors:
|
11
11
|
blank_instructional: Insira um endereço e o número
|
12
12
|
blank_informative: Faltam o endereço e o número
|
@@ -5,8 +5,8 @@ pt-BR:
|
|
5
5
|
addresses:
|
6
6
|
address1:
|
7
7
|
label:
|
8
|
-
default:
|
9
|
-
optional:
|
8
|
+
default: Endereço e número
|
9
|
+
optional: Endereço e número (opcional)
|
10
10
|
errors:
|
11
11
|
blank_instructional: Insira um endereço e o número
|
12
12
|
blank_informative: Faltam o endereço e o número
|
@@ -5,8 +5,8 @@ pt-BR:
|
|
5
5
|
addresses:
|
6
6
|
address1:
|
7
7
|
label:
|
8
|
-
default:
|
9
|
-
optional:
|
8
|
+
default: Endereço e número
|
9
|
+
optional: Endereço e número (opcional)
|
10
10
|
errors:
|
11
11
|
blank_instructional: Insira um endereço e o número
|
12
12
|
blank_informative: Faltam o endereço e o número
|
@@ -5,8 +5,8 @@ pt-BR:
|
|
5
5
|
addresses:
|
6
6
|
address1:
|
7
7
|
label:
|
8
|
-
default:
|
9
|
-
optional:
|
8
|
+
default: Endereço e número
|
9
|
+
optional: Endereço e número (opcional)
|
10
10
|
errors:
|
11
11
|
blank_instructional: Insira um endereço e o número
|
12
12
|
blank_informative: Faltam o endereço e o número
|
@@ -5,8 +5,8 @@ pt-BR:
|
|
5
5
|
addresses:
|
6
6
|
address1:
|
7
7
|
label:
|
8
|
-
default:
|
9
|
-
optional:
|
8
|
+
default: Endereço e número
|
9
|
+
optional: Endereço e número (opcional)
|
10
10
|
errors:
|
11
11
|
blank_instructional: Insira um endereço e o número
|
12
12
|
blank_informative: Faltam o endereço e o número
|
@@ -5,8 +5,8 @@ pt-BR:
|
|
5
5
|
addresses:
|
6
6
|
address1:
|
7
7
|
label:
|
8
|
-
default:
|
9
|
-
optional:
|
8
|
+
default: Endereço e número
|
9
|
+
optional: Endereço e número (opcional)
|
10
10
|
errors:
|
11
11
|
blank_instructional: Insira um endereço e o número
|
12
12
|
blank_informative: Faltam o endereço e o número
|
@@ -5,15 +5,15 @@ pt-BR:
|
|
5
5
|
addresses:
|
6
6
|
address1:
|
7
7
|
label:
|
8
|
-
default:
|
9
|
-
optional:
|
8
|
+
default: Endereço e número
|
9
|
+
optional: Endereço e número (opcional)
|
10
10
|
errors:
|
11
11
|
blank_instructional: Insira um endereço e o número
|
12
12
|
blank_informative: Faltam o endereço e o número
|
13
13
|
address2:
|
14
14
|
label:
|
15
15
|
default: Apartamento, bloco etc.
|
16
|
-
optional:
|
16
|
+
optional: Casa, apto. etc. (opcional)
|
17
17
|
errors:
|
18
18
|
blank_instructional: Insira apartamento, bloco etc.
|
19
19
|
blank_informative: Falta o apartamento ou o bloco
|
@@ -132,7 +132,7 @@ ja:
|
|
132
132
|
unknown_for_province_instructional: "%{province}の有効な市区町村を入力してください"
|
133
133
|
unknown_for_province_informative: 市区町村が%{province}と一致しません
|
134
134
|
unknown_for_zip_and_province_instructional: "%{province}の%{zip}の有効な市区町村を入力してください"
|
135
|
-
unknown_for_zip_and_province_informative:
|
135
|
+
unknown_for_zip_and_province_informative: 市区町村名/都市名が正しくない可能性があります
|
136
136
|
too_long_instructional: 市区町村が長すぎます (最大255文字)
|
137
137
|
too_long_informative: 市区町村が長すぎます
|
138
138
|
contains_emojis_instructional: 市区町村に絵文字を含めることはできません
|
@@ -147,8 +147,8 @@ ja:
|
|
147
147
|
contains_html_tags_informative: 市区町村にHTMLを含めることはできません
|
148
148
|
contains_url_instructional: 市区町村にURLを含めることはできません
|
149
149
|
contains_url_informative: 市区町村にURLを含めることはできません
|
150
|
-
unknown_for_address_instructional:
|
151
|
-
unknown_for_address_informative:
|
150
|
+
unknown_for_address_instructional: 市区町村名/都市名が正しくない可能性があります
|
151
|
+
unknown_for_address_informative: 市区町村名/都市名が正しくない可能性があります
|
152
152
|
country:
|
153
153
|
label:
|
154
154
|
default: 国/地域
|
@@ -101,16 +101,16 @@ nl:
|
|
101
101
|
contains_html_tags_informative: Adres mag geen HTML bevatten
|
102
102
|
contains_url_instructional: Adfres mag geen URL bevatten
|
103
103
|
contains_url_informative: Adres mag geen URL bevatten
|
104
|
-
missing_building_number_instructional: Voeg een
|
104
|
+
missing_building_number_instructional: Voeg een huisnummer toe als je
|
105
105
|
er een hebt
|
106
|
-
missing_building_number_informative:
|
106
|
+
missing_building_number_informative: Huisnummer ontbreekt mogelijk
|
107
107
|
street_unknown_for_zip_instructional: Vul een geldige straatnaam in voor
|
108
108
|
%{zip}
|
109
109
|
street_unknown_for_zip_informative: Straatnaam komt niet overeen met %{zip}
|
110
|
-
building_number_invalid_instructional: Kan
|
111
|
-
%{zip} niet vinden
|
112
|
-
building_number_invalid_informative: Kan gebouwnummer voor %{street},
|
110
|
+
building_number_invalid_instructional: Kan huisnummer voor %{street},
|
113
111
|
%{zip} niet vinden
|
112
|
+
building_number_invalid_informative: Kan huisnummer voor %{street}, %{zip}
|
113
|
+
niet vinden
|
114
114
|
unknown_for_address_instructional: Adresregel 1 is mogelijk onjuist
|
115
115
|
unknown_for_address_informative: Adresregel 1 is mogelijk onjuist
|
116
116
|
address2:
|
@@ -121,16 +121,16 @@ nl:
|
|
121
121
|
blank_instructional: Voer een appartement- of suitenummer in
|
122
122
|
blank_informative: Appartement- of suitenummer ontbreekt
|
123
123
|
too_long_instructional: Adresregel 2 is te lang (het maximum is 255 tekens)
|
124
|
-
missing_building_number_instructional: Voeg een
|
124
|
+
missing_building_number_instructional: Voeg een huisnummer toe als je
|
125
125
|
er een hebt
|
126
|
-
missing_building_number_informative:
|
126
|
+
missing_building_number_informative: Huisnummer ontbreekt mogelijk
|
127
127
|
street_unknown_for_zip_instructional: Vul een geldige straatnaam in voor
|
128
128
|
%{zip}
|
129
129
|
street_unknown_for_zip_informative: Straatnaam is niet geldig voor %{zip}
|
130
|
-
building_number_invalid_instructional: Kan
|
131
|
-
%{zip} niet vinden
|
132
|
-
building_number_invalid_informative: Kan gebouwnummer voor %{street},
|
130
|
+
building_number_invalid_instructional: Kan huisnummer voor %{street},
|
133
131
|
%{zip} niet vinden
|
132
|
+
building_number_invalid_informative: Kan huisnummer voor %{street}, %{zip}
|
133
|
+
niet vinden
|
134
134
|
too_long_informative: Adresregel 2 is te lang
|
135
135
|
contains_emojis_instructional: Adresregel 2 mag geen emoji's bevatten
|
136
136
|
contains_emojis_informative: Adresregel 2 mag geen emoji's bevatten
|
@@ -327,37 +327,37 @@ nl:
|
|
327
327
|
contains_html_tags_informative: Straat mag geen HTML bevatten
|
328
328
|
street_number:
|
329
329
|
label:
|
330
|
-
default:
|
331
|
-
optional:
|
330
|
+
default: Huisnummer
|
331
|
+
optional: Huisnummer (optioneel)
|
332
332
|
warnings:
|
333
333
|
contains_too_many_words: Geef minder dan %{word_count} woorden op voor
|
334
|
-
|
334
|
+
huisnummer
|
335
335
|
errors:
|
336
|
-
blank_instructional: Vul een
|
337
|
-
blank_informative:
|
338
|
-
too_long_instructional:
|
339
|
-
|
340
|
-
too_long_informative:
|
341
|
-
contains_emojis_instructional:
|
342
|
-
contains_emojis_informative:
|
343
|
-
contains_mathematical_symbols_instructional:
|
336
|
+
blank_instructional: Vul een huisnummer in
|
337
|
+
blank_informative: Huisnummer ontbreekt
|
338
|
+
too_long_instructional: Huisnummer is te lang (mag maximaal %{limit} tekens
|
339
|
+
zijn)
|
340
|
+
too_long_informative: Huisnummer is te lang
|
341
|
+
contains_emojis_instructional: Huisnummer mag geen emoji's bevatten
|
342
|
+
contains_emojis_informative: Huisnummer mag geen emoji's bevatten
|
343
|
+
contains_mathematical_symbols_instructional: Huisnummer mag geen wiskundige
|
344
344
|
symbolen bevatten
|
345
|
-
contains_mathematical_symbols_informative:
|
345
|
+
contains_mathematical_symbols_informative: Huisnummer mag geen wiskundige
|
346
346
|
symbolen bevatten
|
347
|
-
contains_restricted_characters_instructional:
|
348
|
-
|
349
|
-
contains_restricted_characters_informative:
|
347
|
+
contains_restricted_characters_instructional: Huisnummer mag alleen letters,
|
348
|
+
cijfers, lokale tekens en speciale tekens bevatten
|
349
|
+
contains_restricted_characters_informative: Huisnummer mag geen verboden
|
350
350
|
tekens bevatten
|
351
|
-
contains_html_tags_instructional:
|
352
|
-
contains_html_tags_informative:
|
353
|
-
contains_url_instructional:
|
354
|
-
contains_url_informative:
|
355
|
-
building_number_invalid_instructional: Kan
|
356
|
-
%{zip} niet vinden
|
357
|
-
building_number_invalid_informative: Kan gebouwnummer voor %{street},
|
351
|
+
contains_html_tags_instructional: Huisnummer mag geen HTML bevatten
|
352
|
+
contains_html_tags_informative: Huisnummer mag geen HTML bevatten
|
353
|
+
contains_url_instructional: Huisnummer mag geen URL bevatten
|
354
|
+
contains_url_informative: Huisnummer mag geen URL bevatten
|
355
|
+
building_number_invalid_instructional: Kan huisnummer voor %{street},
|
358
356
|
%{zip} niet vinden
|
359
|
-
|
360
|
-
|
357
|
+
building_number_invalid_informative: Kan huisnummer voor %{street}, %{zip}
|
358
|
+
niet vinden
|
359
|
+
unknown_for_address_instructional: Voer een geldig huisnummer in
|
360
|
+
unknown_for_address_informative: Huisnummer is niet geldig
|
361
361
|
neighborhood:
|
362
362
|
label:
|
363
363
|
default: Buurt
|
@@ -424,18 +424,18 @@ nl:
|
|
424
424
|
bevatten
|
425
425
|
contains_url_instructional: De tweede adresregel mag geen URL bevatten
|
426
426
|
contains_url_informative: De tweede adresregel mag geen URL bevatten
|
427
|
-
missing_building_number_instructional: Voeg een
|
428
|
-
er een hebt
|
429
|
-
missing_building_number_informative: Voeg een gebouwnummer toe als je
|
427
|
+
missing_building_number_instructional: Voeg een huisnummer toe als je
|
430
428
|
er een hebt
|
429
|
+
missing_building_number_informative: Voeg een huisnummer toe als je er
|
430
|
+
een hebt
|
431
431
|
street_unknown_for_zip_instructional: Vul een geldige straatnaam in voor
|
432
432
|
%{zip}
|
433
433
|
street_unknown_for_zip_informative: Vul een geldige straatnaam in voor
|
434
434
|
%{zip}
|
435
|
-
building_number_invalid_instructional: Kan
|
436
|
-
%{zip} niet vinden
|
437
|
-
building_number_invalid_informative: Kan gebouwnummer voor %{street},
|
435
|
+
building_number_invalid_instructional: Kan huisnummer voor %{street},
|
438
436
|
%{zip} niet vinden
|
437
|
+
building_number_invalid_informative: Kan huisnummer voor %{street}, %{zip}
|
438
|
+
niet vinden
|
439
439
|
unknown_for_address_instructional: De tweede adresregel is mogelijk onjuist
|
440
440
|
unknown_for_address_informative: De tweede adresregel is mogelijk onjuist
|
441
441
|
warnings:
|
@@ -81,12 +81,12 @@ zh-TW:
|
|
81
81
|
contains_html_tags_informative: 地址不得包含 HTML
|
82
82
|
contains_url_instructional: 地址不得包含網址
|
83
83
|
contains_url_informative: 地址不得包含網址
|
84
|
-
missing_building_number_instructional:
|
85
|
-
missing_building_number_informative:
|
84
|
+
missing_building_number_instructional: 如果您的地址有門牌號碼,請新增門牌號碼
|
85
|
+
missing_building_number_informative: 可能未輸入門牌號碼
|
86
86
|
street_unknown_for_zip_instructional: 請輸入 %{zip} 的有效街道名稱
|
87
87
|
street_unknown_for_zip_informative: 街道名稱與 %{zip} 不相符
|
88
|
-
building_number_invalid_instructional: 在 %{zip} %{street}
|
89
|
-
building_number_invalid_informative: 在 %{zip} %{street}
|
88
|
+
building_number_invalid_instructional: 在 %{zip} %{street} 找不到此門牌號碼
|
89
|
+
building_number_invalid_informative: 在 %{zip} %{street} 找不到此門牌號碼
|
90
90
|
unknown_for_address_instructional: 地址第 1 行可能並不正確
|
91
91
|
unknown_for_address_informative: 地址第 1 行可能並不正確
|
92
92
|
address2:
|
@@ -97,12 +97,12 @@ zh-TW:
|
|
97
97
|
blank_instructional: 輸入公寓、套房等
|
98
98
|
blank_informative: 缺少公寓或套房
|
99
99
|
too_long_instructional: 第二行地址過長 (最多 255 個字元)
|
100
|
-
missing_building_number_instructional:
|
101
|
-
missing_building_number_informative:
|
100
|
+
missing_building_number_instructional: 如果您的地址有門牌號碼,請新增門牌號碼
|
101
|
+
missing_building_number_informative: 可能未輸入門牌號碼
|
102
102
|
street_unknown_for_zip_instructional: 請輸入 %{zip} 的有效街道名稱
|
103
103
|
street_unknown_for_zip_informative: "%{zip} 的街道名稱無效"
|
104
|
-
building_number_invalid_instructional: 在 %{zip} %{street}
|
105
|
-
building_number_invalid_informative: 在 %{zip} %{street}
|
104
|
+
building_number_invalid_instructional: 在 %{zip} %{street} 找不到此門牌號碼
|
105
|
+
building_number_invalid_informative: 在 %{zip} %{street} 找不到此門牌號碼
|
106
106
|
too_long_informative: 第二行地址過長
|
107
107
|
contains_emojis_instructional: 第二行地址不得包含表情符號
|
108
108
|
contains_emojis_informative: 第二行地址不得包含表情符號
|
@@ -262,29 +262,29 @@ zh-TW:
|
|
262
262
|
contains_html_tags_informative: 街道不得包含 HTML
|
263
263
|
street_number:
|
264
264
|
label:
|
265
|
-
default:
|
266
|
-
optional:
|
265
|
+
default: 門牌號碼
|
266
|
+
optional: 門牌號碼 (選填)
|
267
267
|
warnings:
|
268
|
-
contains_too_many_words:
|
268
|
+
contains_too_many_words: 建議「門牌號碼」少於 %{word_count} 個字
|
269
269
|
errors:
|
270
|
-
blank_instructional:
|
271
|
-
blank_informative:
|
272
|
-
too_long_instructional: "
|
273
|
-
too_long_informative:
|
274
|
-
contains_emojis_instructional:
|
275
|
-
contains_emojis_informative:
|
276
|
-
contains_mathematical_symbols_instructional:
|
277
|
-
contains_mathematical_symbols_informative:
|
278
|
-
contains_restricted_characters_instructional:
|
279
|
-
contains_restricted_characters_informative:
|
280
|
-
contains_html_tags_instructional:
|
281
|
-
contains_html_tags_informative:
|
282
|
-
contains_url_instructional:
|
283
|
-
contains_url_informative:
|
284
|
-
building_number_invalid_instructional: 在 %{zip} %{street}
|
285
|
-
building_number_invalid_informative: 在 %{zip} %{street}
|
286
|
-
unknown_for_address_instructional:
|
287
|
-
unknown_for_address_informative:
|
270
|
+
blank_instructional: 請輸入門牌號碼
|
271
|
+
blank_informative: 缺少門牌號碼
|
272
|
+
too_long_instructional: "「門牌號碼」過長 (最多 %{limit} 個字元)"
|
273
|
+
too_long_informative: 門牌號碼過長
|
274
|
+
contains_emojis_instructional: 門牌號碼不得包含表情符號
|
275
|
+
contains_emojis_informative: 門牌號碼不得包含表情符號
|
276
|
+
contains_mathematical_symbols_instructional: 門牌號碼不得包含數學符號
|
277
|
+
contains_mathematical_symbols_informative: 門牌號碼不得包含數學符號
|
278
|
+
contains_restricted_characters_instructional: 門牌號碼僅可包含字母、數字、當地字元和特殊字元
|
279
|
+
contains_restricted_characters_informative: 門牌號碼不得包含限制的字元
|
280
|
+
contains_html_tags_instructional: 門牌號碼不得包含 HTML
|
281
|
+
contains_html_tags_informative: 門牌號碼不得包含 HTML
|
282
|
+
contains_url_instructional: 門牌號碼不得包含網址
|
283
|
+
contains_url_informative: 門牌號碼不得包含網址
|
284
|
+
building_number_invalid_instructional: 在 %{zip} %{street} 找不到此門牌號碼
|
285
|
+
building_number_invalid_informative: 在 %{zip} %{street} 找不到此門牌號碼
|
286
|
+
unknown_for_address_instructional: 請輸入有效的門牌號碼
|
287
|
+
unknown_for_address_informative: 門牌號碼無效
|
288
288
|
neighborhood:
|
289
289
|
label:
|
290
290
|
default: 鄰
|
@@ -335,12 +335,12 @@ zh-TW:
|
|
335
335
|
contains_html_tags_informative: "「地址第二行」不得包含 HTML 標籤"
|
336
336
|
contains_url_instructional: "「地址第二行」不得包含網址"
|
337
337
|
contains_url_informative: "「地址第二行」不得包含網址"
|
338
|
-
missing_building_number_instructional:
|
339
|
-
missing_building_number_informative:
|
338
|
+
missing_building_number_instructional: 如果您的地址有門牌號碼,請新增門牌號碼
|
339
|
+
missing_building_number_informative: 如果您的地址有門牌號碼,請新增門牌號碼
|
340
340
|
street_unknown_for_zip_instructional: 請輸入 %{zip} 的有效街道名稱
|
341
341
|
street_unknown_for_zip_informative: 請輸入 %{zip} 的有效街道名稱
|
342
|
-
building_number_invalid_instructional: 在 %{zip} %{street}
|
343
|
-
building_number_invalid_informative: 在 %{zip} %{street}
|
342
|
+
building_number_invalid_instructional: 在 %{zip} %{street} 找不到此門牌號碼
|
343
|
+
building_number_invalid_informative: 在 %{zip} %{street} 找不到此門牌號碼
|
344
344
|
unknown_for_address_instructional: "「地址第二行」可能並不正確"
|
345
345
|
unknown_for_address_informative: "「地址第二行」可能並不正確"
|
346
346
|
warnings:
|
data/lib/worldwide/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: worldwide
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.6.
|
4
|
+
version: 1.6.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Shopify
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-07-
|
11
|
+
date: 2024-07-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|