countries 5.3.1 → 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: bc93451afdab4af4e84a38f9f37ed3175c7eacda4e61cf22cf3a026f861707ee
4
- data.tar.gz: 2eba6085694a0b344d47701297c3c907a4a539d946b3807eedef4c974f135fa4
3
+ metadata.gz: 2dbd1d2fabc23bc8ff8ae89a3d41c8a2a429a5e19d6b1c5adcaf0fe895030b14
4
+ data.tar.gz: 8f86afddfb52099dba4cacbe45d712b139f02fc3af0ecb24735ee650fe39a714
5
5
  SHA512:
6
- metadata.gz: 78923a53a74f230417019140eabec95115274a39c6bcedf042e660afa80938908a4e8d3d10df5a6e4f25e6e04759960022ec7058a9ede37d55d12b2461acb829
7
- data.tar.gz: 8e85eab6ece18c5f0decf040928d8042f684b04f1ccb5ce555eea4352f4a5dd24c8124fcd5fd8cd7670200a17f0323857085cca1e8514db9f4d746873abc4aac
6
+ metadata.gz: c6e391cbcd4467e15f9be499266cbdedccd2ed4b937c8a7543a0ad11c586897b91328380857f97b965df07866c9dd061921ac4e39c4ffa9229db00907a426b1b
7
+ data.tar.gz: e7e5b9394328c190aed09e3d95be5ac47fe78b20920aefc9a9e17378fbd034e89e21234af9761118cd83c1e402eb802d990d6d12433003789d26b22c5919483b
data/CHANGELOG.md CHANGED
@@ -3,6 +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
+
12
+ ## [5.3.2](https://github.com/countries/countries/releases/tag/v5.3.2') (2023/03/31 13:46 +00:00)
13
+
14
+ * Add Japanese translation for Czechia, North Macedonia and Eswatini [\#795](https://github.com/countries/countries/pull/795) ([nmbakfm](https://github.com/nmbakfm))
6
15
 
7
16
  ## [5.3.1](https://github.com/countries/countries/releases/tag/v5.3.1') (2023/01/26 14:05 +00:00)
8
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