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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7234720f74766f50c163f52dab30ec239192c76fafe5e71735ff375ade967b5e
4
- data.tar.gz: b3450797fe1dbd17c5c9b43b91d397eafa89de20b0093501dec1ec83afbeff83
3
+ metadata.gz: c96dbe5b380560ec31c88250ce483152a9ea72d9423d9b9dc1dab17cdf6350ef
4
+ data.tar.gz: 8deb6048c12a323fc3e96e4d871ae05021eca9fa75e5f15412b9197784bea561
5
5
  SHA512:
6
- metadata.gz: 8ee9a7722f56a6003de802d5d91b82d6822e97ad455e5b0a84982668dd3dbfa6765fc3c6de10bb2b3d1e93a433d472ce7a70b0c83d52034a20642aa54d33829c
7
- data.tar.gz: 5d16ea4f8e12e7bfa0aa0539916d174a97bf502ae97668ab4bea8ab368bc3f4d8d5e375dcc19c0b345bcfb679fdccd7fb607457475f32163836af089b52e5d45
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,
@@ -1,3 +1,3 @@
1
1
  module EuVatRatesData
2
- VERSION = "2026.3.23"
2
+ VERSION = "2026.3.25"
3
3
  end
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.23
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-23 00:00:00.000000000 Z
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