europe 0.0.21 → 0.0.22
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/rates.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: 74ac3245cc45575b18122cc8373d545d3f303cf0d0e5664e8e629c6d99bd1411
|
|
4
|
+
data.tar.gz: 81ac5481c954e26268c4c240f4b38b97221795061274a757a7ddf9fbae564fa9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0fd626a93c2978c7a42f6525a9660225c4e964c68465d3f48c8652c7e7ef83c33b2442fa3c5176c279276569627a92cb48579863ee5ace1966efd92005554b74
|
|
7
|
+
data.tar.gz: be952232e6468c93da55da187798316e6aab704cd4375dddced8719c6ee1af898f91ebafe87d5c9092cabf85ad101312248b777f54a44153126d86255ddf24e6
|
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.22
|
|
5
|
+
- Updated Estonia's tax rate to 22%
|
|
6
|
+
- [Full Changelog](https://github.com/gem-shards/europe.rb/compare/v0.0.21...v0.0.22)
|
|
4
7
|
## 0.0.21
|
|
5
8
|
- Added check to fail short VAT numbers under 5 characters
|
|
6
9
|
- [Full Changelog](https://github.com/gem-shards/europe.rb/compare/v0.0.20...v0.0.21)
|
data/lib/europe/vat/rates.rb
CHANGED
|
@@ -7,7 +7,7 @@ module Europe
|
|
|
7
7
|
# Rates
|
|
8
8
|
module Rates
|
|
9
9
|
FALLBACK_RATES = {
|
|
10
|
-
AT: 20.0, BE: 21.0, BG: 20.0, CY: 19.0, CZ: 21.0, DE: 19.0, DK: 25.0, EE:
|
|
10
|
+
AT: 20.0, BE: 21.0, BG: 20.0, CY: 19.0, CZ: 21.0, DE: 19.0, DK: 25.0, EE: 22.0,
|
|
11
11
|
EL: 24.0, ES: 21.0, FI: 24.0, FR: 20.0, UK: 20.0, HR: 25.0, HU: 27.0, IE: 23.0,
|
|
12
12
|
IT: 22.0, LT: 21.0, LU: 17.0, LV: 21.0, MT: 18.0, NL: 21.0, PL: 23.0, PT: 23.0,
|
|
13
13
|
RO: 19.0, SE: 25.0, SI: 22.0, SK: 20.0
|
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.22
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Gem shards
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-03-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: byebug
|