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 +4 -4
- data/CHANGELOG.md +3 -0
- data/lib/europe/vat/format.rb +1 -1
- data/lib/europe/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c7e224f623861cce105b5e91602123cdbeec0992108c5dd843bad10a4d6cd52c
|
4
|
+
data.tar.gz: 99c745e6dd699d362f2ac118cb7721e7b97523c42be29f2320a8c23924f5bebb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
data/lib/europe/vat/format.rb
CHANGED
data/lib/europe/version.rb
CHANGED
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.
|
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-
|
11
|
+
date: 2025-04-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: byebug
|