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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a1265263ae93ea1408b778a1bff21d44a913d54f10e034d2eb4f2536ed3e87ce
4
- data.tar.gz: '079be0aeba6bf84a543b9df49e25d1571b3a8527b3770c176ae3014b3260d809'
3
+ metadata.gz: 74ac3245cc45575b18122cc8373d545d3f303cf0d0e5664e8e629c6d99bd1411
4
+ data.tar.gz: 81ac5481c954e26268c4c240f4b38b97221795061274a757a7ddf9fbae564fa9
5
5
  SHA512:
6
- metadata.gz: fb51a61ff49138ce79b0e3919427967a62b79ece0f8285c3b2074cbb4cb2a960f02d611970991e43784dcb750e09d8708c822840b338cbd41cd3aa1c5df53666
7
- data.tar.gz: 8c4eda6745c2a60a39e9c38dbb2770a23cf0597764bfab1e57deeac3c2bdbcbf5fe0659c0a96cf023176219808ccab0c91966d4e8454a1f0632f9c91eda61f02
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)
@@ -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: 20.0,
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
@@ -2,5 +2,5 @@
2
2
 
3
3
  # Europe version
4
4
  module Europe
5
- VERSION = '0.0.21'
5
+ VERSION = '0.0.22'
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.21
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-02-01 00:00:00.000000000 Z
11
+ date: 2024-03-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: byebug