countries 5.5.0 → 5.6.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 558e68f4f533ad329ed3b08cfb026aef3d765e24bc997ec083b7cd37bb42c006
4
- data.tar.gz: 112422bf94a5c6a3d1a3eaf94e6e0f533636568302621f6537fce95d5a779aa1
3
+ metadata.gz: 3d446926a851cd9ecb0ff22038362c02fde53f86b47e81fb375a85d6d1ea79e6
4
+ data.tar.gz: d039338a220c84b5a3b146a289c05883f4dc0d16a4567970e72e3d8f8ef3fe9a
5
5
  SHA512:
6
- metadata.gz: 8c5d0866ebe1b9eeff6b1c363bb89dac7a652eebe88d582743d21b50ee6f91de4f6364b938fe2f8c04e700331e9d2bdefca0b726e1c9f4810bf141c0d38a0645
7
- data.tar.gz: bb2e954f511906dbe97e122aa23613e30fe6e12c0d9bc36a7649dd63f035dd51bd17a97bf1329a5b1f8e6f44cca8ca9bc31b0e70f08cc47ac5752cf31238b4e2
6
+ metadata.gz: ad4c531adddda879df1ef86d7e5e84398def842ab6b20f887d3d58fdc445b0d40e5bb24055cce3f4a96eaa934524b8f3ba5f10e0447192687cd7f9a7c2d39d4e
7
+ data.tar.gz: 13b71be286fb9a8a2884b41e56ecc0868874119ba0688033ad71d1f730a4b6775f34b9a6358f66c73fce5822cd7ae6bdd24c2b7eb0f4e21f2d95f091a4f51ca1
@@ -42,7 +42,7 @@ jobs:
42
42
 
43
43
  # Initializes the CodeQL tools for scanning.
44
44
  - name: Initialize CodeQL
45
- uses: github/codeql-action/init@v1
45
+ uses: github/codeql-action/init@v2
46
46
  with:
47
47
  languages: ${{ matrix.language }}
48
48
  # If you wish to specify custom queries, you can do so here or in a config file.
@@ -53,7 +53,7 @@ jobs:
53
53
  # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
54
54
  # If this step fails, then you should remove it and run the build manually (see below)
55
55
  - name: Autobuild
56
- uses: github/codeql-action/autobuild@v1
56
+ uses: github/codeql-action/autobuild@v2
57
57
 
58
58
  # ℹ️ Command-line programs to run using the OS shell.
59
59
  # 📚 https://git.io/JvXDl
@@ -67,4 +67,4 @@ jobs:
67
67
  # make release
68
68
 
69
69
  - name: Perform CodeQL Analysis
70
- uses: github/codeql-action/analyze@v1
70
+ uses: github/codeql-action/analyze@v2
data/CHANGELOG.md CHANGED
@@ -3,6 +3,11 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  This project adheres to [Semantic Versioning](https://semver.org/).
5
5
 
6
+ ## [5.6.0](https://github.com/countries/countries/releases/tag/v5.6.0') (2023/08/01 14:00 +00:00)
7
+
8
+ * Fix Taiwan's iso_long_name not matching ISO data. [\#810](https://github.com/countries/countries/pull/810) ([pmor](https://github.com/pmor))
9
+ * Wrap postal code format regex in anchors [\#814](https://github.com/countries/countries/pull/814) ([pmor](https://github.com/pmor))
10
+
6
11
  ## [5.5.0](https://github.com/countries/countries/releases/tag/v5.5.0') (2023/06/17 16:20 +00:00)
7
12
 
8
13
  * Added G20 and G7 member fields [\#799](https://github.com/countries/countries/pull/799) ([AndromedaSugar](https://github.com/AndromedaSugar))
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- countries (5.5.0)
4
+ countries (5.6.0)
5
5
  unaccent (~> 0.3)
6
6
 
7
7
  GEM