eu_vat_rates_data 2026.3.23 → 2026.3.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/README.md +2 -0
- data/lib/eu_vat_rates_data/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: c96dbe5b380560ec31c88250ce483152a9ea72d9423d9b9dc1dab17cdf6350ef
|
|
4
|
+
data.tar.gz: 8deb6048c12a323fc3e96e4d871ae05021eca9fa75e5f15412b9197784bea561
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 60231d37b4dfe87e26fa694cb0921fa495b68401ad5846b54f91cd01a03ec98debbabc4d7169a0436a1ba132767dd775b0fdf5bfd37bc7a21ee81748f0870b3e
|
|
7
|
+
data.tar.gz: b250add073cbc7be2362200e20fe03b145e525fc78d9c2ba7b9114f5876b450ef2fb56036cd7377ca217a58a059970a56404646f9fd894c54a1f5cc08bae6aac
|
data/README.md
CHANGED
|
@@ -8,6 +8,7 @@ VAT rates for **44 European countries** — EU-27 plus Norway, Switzerland, UK,
|
|
|
8
8
|
|
|
9
9
|
- Standard, reduced, super-reduced, and parking rates
|
|
10
10
|
- `eu_member` flag on every country — `true` for EU-27, `false` for non-EU
|
|
11
|
+
- `vat_name` — official name of the VAT tax in the country's primary official language
|
|
11
12
|
- No dependencies — pure Ruby 3.0+
|
|
12
13
|
- Data bundled in the gem — works offline, no network calls
|
|
13
14
|
- EU rates checked daily via GitHub Actions, new version published only when rates change
|
|
@@ -37,6 +38,7 @@ fi = EuVatRatesData.get_rate("FI")
|
|
|
37
38
|
# "country" => "Finland",
|
|
38
39
|
# "currency" => "EUR",
|
|
39
40
|
# "eu_member" => true,
|
|
41
|
+
# "vat_name" => "Arvonlisävero",
|
|
40
42
|
# "standard" => 25.5,
|
|
41
43
|
# "reduced" => [10.0, 13.5],
|
|
42
44
|
# "super_reduced" => nil,
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: eu_vat_rates_data
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2026.3.
|
|
4
|
+
version: 2026.3.25
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Iurii Rogulia
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-03-
|
|
11
|
+
date: 2026-03-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: VAT rates (standard, reduced, super-reduced, parking) for 44 European
|
|
14
14
|
countries — EU-27 plus Norway, Switzerland, UK, and more. Updated daily from the
|