europe 0.0.24 → 0.0.25

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: e64d994e1bcde40d5299ac2f99a1709a57e6fb44af2577ee88a22f12dbafaac8
4
- data.tar.gz: 2035eec388fb5c6e975465c46e0cab5767e82064dbcfdffbfa46969ab1a7d2be
3
+ metadata.gz: c7e224f623861cce105b5e91602123cdbeec0992108c5dd843bad10a4d6cd52c
4
+ data.tar.gz: 99c745e6dd699d362f2ac118cb7721e7b97523c42be29f2320a8c23924f5bebb
5
5
  SHA512:
6
- metadata.gz: 50ef66cb98eefbde1b30e0178a326b398f43b88cf56e6d187f58a26b755bb29ae37398a60b3cb3f541b0e5002059504453965208352f376fef008ba037c10b49
7
- data.tar.gz: bf540b38bda311c563456826a56e835cf30f2aac6a2db9ef204bd124379c96fac4c811e209f0f190dc067155b4e4d48f1dd943e528442fc74a6a2cecb5f804af
6
+ metadata.gz: 3bdcdc1ab6dcdafff3f2af14a745cfc8b644891948d6b00d0c2e2b6791893da866805e95f27a232c8f619f6a4d95fe58fe071afef4ac9d43fd3cd559537ef2fa
7
+ data.tar.gz: 95f2d2670eeb506298751d7e0de15ba544d19407fa10088c2d84b1a273df4a6871c2160fd481f74e57896f5ffada5bcd620dc9beb89f4f0731c72219a12943fa
data/CHANGELOG.md CHANGED
@@ -1,6 +1,9 @@
1
1
  # Change Log
2
2
  All notable changes to this project will be documented in this file.
3
3
  This project adheres to [Semantic Versioning](http://semver.org/).
4
+ ## 0.0.25
5
+ - A fix for Ireland's VAT numbers, https://github.com/gem-shards/europe.rb/pull/5, thank you again tim-vandecasteele
6
+ - [Full Changelog](https://github.com/gem-shards/europe.rb/compare/v0.0.24...v0.0.25)
4
7
  ## 0.0.24
5
8
  - Changed source for retrieving VAT rates. (https://europa.eu/youreurope/business/taxation/vat/vat-rules-rates/index_en.htm)
6
9
  - Removed UK from VAT rate fallbacks
@@ -21,7 +21,7 @@ module Europe
21
21
  FR: /^FR[A-Z0-9][A-Z0-9] \d{9}$/,
22
22
  HR: /^HR\d{11}$/,
23
23
  HU: /^HU\d{8}$/,
24
- IE: /^IE\d[A-Z0-9\+\*|\d]\d{5}([A-Z]|WI)$/,
24
+ IE: /^IE(\d[A-Z]\d{5}[A-Z]|\d{7}[A-Z]{2})$/,
25
25
  IT: /^IT\d{11}$/,
26
26
  LT: /^LT(\d{9}|\d{12})$/,
27
27
  LU: /^LU\d{8}$/,
@@ -2,5 +2,5 @@
2
2
 
3
3
  # Europe version
4
4
  module Europe
5
- VERSION = '0.0.24'
5
+ VERSION = '0.0.25'
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: europe
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.24
4
+ version: 0.0.25
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gem shards
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-04-07 00:00:00.000000000 Z
11
+ date: 2025-04-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: byebug