worldwide 0.6.4 → 0.6.6

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: a210cd5e40ae766fc5b325333b835f22ff3bd62072b87a5c4d2ce75a19f514b0
4
- data.tar.gz: c143a2c967c98331e92331a83fee13c7097d8977753a35369b515866c92e33b4
3
+ metadata.gz: 51a5d3466269ee42ab651b2e5023677ebc5292677d1e54d89ed110147ae2d862
4
+ data.tar.gz: 7af385162e0d95d225502a8a2d79ebaf0763bef425c4d22d13c6e7557841b5e3
5
5
  SHA512:
6
- metadata.gz: f7714da78c95086ea3577b07154a73f361e3471b342aff2e104c61f76f0f960ccbf2a2d9af2ed0fdf9277bee25b5df4c157f17eb17523bb52fc182f3b58e2f7f
7
- data.tar.gz: acb261241478d869703088715496649e4d195924d5f2cfe03b2da40dafeda8f1006fdbcba0adb29982241bbc060e74750b046229a31912d2ebef248771b59139
6
+ metadata.gz: be8196967f8199532ca24ce1f41169ea00a4ced3546d76f1a77c30fd2a9a07f7a2a7c308e3f9411766e4748ffb51e0e48f691043f8be974d7d1c05d59c1f4ec6
7
+ data.tar.gz: 9fed50b289cce57b4d009358264dfdd8aaaef6695e10af32343c5a9875ae183cfb9c3400b6fbf7d674ba172b324eb5469c837abb258dde8828efaa067ca6eada
data/CHANGELOG.md CHANGED
@@ -27,8 +27,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
27
27
 
28
28
  ## [Unreleased]
29
29
 
30
+ nil.
31
+
30
32
  ---
31
33
 
34
+ [0.6.6] - 2024-01-25
35
+
36
+ - Allow building numbers on address2 field for Portugal addresses [#73](https://github.com/Shopify/worldwide/pull/73)
37
+
38
+ [0.6.5] - 2024-01-24
39
+
40
+ - Allow building numbers on address2 field for Polish addresses [#71](https://github.com/Shopify/worldwide/pull/71)
41
+
32
42
  [0.6.4] - 2024-01-22
33
43
 
34
44
  - Allow building number in address2 for BE [#70](https://github.com/Shopify/worldwide/pull/70)
data/Gemfile.lock CHANGED
@@ -13,7 +13,7 @@ GIT
13
13
  PATH
14
14
  remote: .
15
15
  specs:
16
- worldwide (0.6.4)
16
+ worldwide (0.6.6)
17
17
  activesupport (~> 7.0)
18
18
  i18n (~> 1.12.0)
19
19
  phonelib (~> 0.8)
@@ -17,6 +17,7 @@ group: European Countries
17
17
  group_name: Europe
18
18
  phone_number_prefix: 48
19
19
  building_number_required: true
20
+ building_number_may_be_in_address2: true
20
21
  week_start_day: monday
21
22
  format:
22
23
  address1: "{street} {building_num}"
@@ -12,6 +12,7 @@ zip_regex: "^(PT?-?)?\\d{4}(-?\\d{3})?$"
12
12
  zip_example: 2725-079
13
13
  phone_number_prefix: 351
14
14
  building_number_required: true
15
+ building_number_may_be_in_address2: true
15
16
  tags:
16
17
  - EU-member
17
18
  week_start_day: monday
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Worldwide
4
- VERSION = "0.6.4"
4
+ VERSION = "0.6.6"
5
5
  end
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: 0.6.4
4
+ version: 0.6.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shopify
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-01-23 00:00:00.000000000 Z
11
+ date: 2024-01-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -8231,7 +8231,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
8231
8231
  - !ruby/object:Gem::Version
8232
8232
  version: '0'
8233
8233
  requirements: []
8234
- rubygems_version: 3.5.4
8234
+ rubygems_version: 3.5.5
8235
8235
  signing_key:
8236
8236
  specification_version: 4
8237
8237
  summary: Internationalization and localization APIs