countries 5.3.2 → 5.4.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: a8b8c9e65217e4fed00ab16cecf9ff8ca53825ded1e22e81688eddd05f0e05b9
4
- data.tar.gz: e29ccd5fb8f38a91c3d630764b186b7cb4b9c506948ba04ac9d43d329e2a1b51
3
+ metadata.gz: 2dbd1d2fabc23bc8ff8ae89a3d41c8a2a429a5e19d6b1c5adcaf0fe895030b14
4
+ data.tar.gz: 8f86afddfb52099dba4cacbe45d712b139f02fc3af0ecb24735ee650fe39a714
5
5
  SHA512:
6
- metadata.gz: 0e9a1db8e2e75df365c493ae4c7ee5eaf6e29b58430a46757c85123c07b23f6ba6c56c367a296bef5d6e8ec5cae08585726cc3884c8dfaaf8da4c48908807ab4
7
- data.tar.gz: b7157cf79fc04db21c557306d6dc6864a3c54a59cc93aea87c0fd6f129b56f0f8cbb74bcd9aafbd4296c0d10c581c59b5d71c7133ff737a9cd80e0c429d81ba2
6
+ metadata.gz: c6e391cbcd4467e15f9be499266cbdedccd2ed4b937c8a7543a0ad11c586897b91328380857f97b965df07866c9dd061921ac4e39c4ffa9229db00907a426b1b
7
+ data.tar.gz: e7e5b9394328c190aed09e3d95be5ac47fe78b20920aefc9a9e17378fbd034e89e21234af9761118cd83c1e402eb802d990d6d12433003789d26b22c5919483b
data/CHANGELOG.md CHANGED
@@ -3,9 +3,15 @@
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.4.0](https://github.com/countries/countries/releases/tag/v5.4.0') (2023/04/12 12:44 +00:00)
7
+
8
+ * fix: RUP are part of the European Union [\#794](https://github.com/countries/countries/pull/794) ([btrd](https://github.com/btrd))
9
+ * Fix wrong translation of MY in gn locale [\#798](https://github.com/countries/countries/pull/798) ([pmor](https://github.com/pmor))
10
+ * Add EU VAT Area membership [\#796](https://github.com/countries/countries/pull/796) ([pmor](https://github.com/pmor))
11
+
6
12
  ## [5.3.2](https://github.com/countries/countries/releases/tag/v5.3.2') (2023/03/31 13:46 +00:00)
7
13
 
8
- * Add Japanese translation for Czechia, North Macedonia and Eswatini [\#792](https://github.com/countries/countries/pull/795) ([nmbakfm](https://github.com/nmbakfm))
14
+ * Add Japanese translation for Czechia, North Macedonia and Eswatini [\#795](https://github.com/countries/countries/pull/795) ([nmbakfm](https://github.com/nmbakfm))
9
15
 
10
16
  ## [5.3.1](https://github.com/countries/countries/releases/tag/v5.3.1') (2023/01/26 14:05 +00:00)
11
17
 
data/README.md CHANGED
@@ -200,6 +200,12 @@ c.in_eea? # => false
200
200
  c.in_esm? # => false
201
201
  ```
202
202
 
203
+ ### EU VAT Area membership
204
+
205
+ ```ruby
206
+ c.in_eu_vat? # => false
207
+ ```
208
+
203
209
  ## Country Code in Emoji
204
210
 
205
211
  ```ruby