eu_vat_rates_data 2026.3.26 → 2026.3.28

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: 8427c28b7f6de6b2d18decd10b5ef180708689045f8ffce380877ef108fa93e3
4
- data.tar.gz: 35cc04e92957c359367a48db96c5de27e8d3a5ccb89284fcd4174f1f875d586a
3
+ metadata.gz: 0b444876a0a0dc2c6aafd9d4e4367514dd72e9a0ef3dab4c8cd42b80e437333d
4
+ data.tar.gz: b56a6237e8b942f3b169ca8df3de118f91f40bf64769b5bbb7c8a0495bff8c3a
5
5
  SHA512:
6
- metadata.gz: 6c29685f3a7e99e9d29a53025234b8f00b464d054d4bef91fc197a00e32bc428378fc0fc372f56a4c1130bcd2d815eac0123b09e9c16f3c84ca0a559a061ad33
7
- data.tar.gz: 6b4a9dc0473e3455b199b9f64a12a004719a748b1d58b719556603c03b7290974fe2de37211ff825b234aa07cc47093235bb0e9290bfc69ad8f6b835d9028642
6
+ metadata.gz: 8bfe1d99c8aa8457366756781a658c35b44214107619847edff94e6547184d59ac08424c6886e5aa5358574ee39a3869dc5c18ba4d708dfc3f7a708b190c7d4e
7
+ data.tar.gz: c41d3ff162e737217675efc767227df1c32f2c0cdbd9989d35c0537346359970ead9fead73ecd773385d20a38eac6a7df242fa86c35b3bed6ab5634e0fa89b9c
data/README.md CHANGED
@@ -9,6 +9,7 @@ VAT rates for **44 European countries** — EU-27 plus Norway, Switzerland, UK,
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
11
  - `vat_name` — official name of the VAT tax in the country's primary official language
12
+ - `vat_abbr` — short abbreviation used locally (e.g. "ALV", "MwSt", "TVA")
12
13
  - No dependencies — pure Ruby 3.0+
13
14
  - Data bundled in the gem — works offline, no network calls
14
15
  - EU rates checked daily via GitHub Actions, new version published only when rates change
@@ -39,6 +40,7 @@ fi = EuVatRatesData.get_rate("FI")
39
40
  # "currency" => "EUR",
40
41
  # "eu_member" => true,
41
42
  # "vat_name" => "Arvonlisävero",
43
+ # "vat_abbr" => "ALV",
42
44
  # "standard" => 25.5,
43
45
  # "reduced" => [10.0, 13.5],
44
46
  # "super_reduced" => nil,
@@ -64,14 +66,14 @@ EuVatRatesData.all_rates.each do |code, rate|
64
66
  end
65
67
 
66
68
  # When were EU rates last fetched?
67
- puts EuVatRatesData.data_version # e.g. "2026-03-18"
69
+ puts EuVatRatesData.data_version # e.g. "2026-03-27"
68
70
  ```
69
71
 
70
72
  ---
71
73
 
72
74
  ## Data source & update frequency
73
75
 
74
- - EU-27 rates: **European Commission TEDB**, refreshed **daily at 08:00 UTC**
76
+ - EU-27 rates: **European Commission TEDB**, refreshed **daily at 07:00 UTC**
75
77
  - Non-EU rates: maintained manually, updated on official rate changes
76
78
  - Published to RubyGems only when actual rates change
77
79
 
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2026-03-26",
2
+ "version": "2026-03-28",
3
3
  "source": "European Commission TEDB",
4
4
  "url": "https://ec.europa.eu/taxation_customs/tedb/",
5
5
  "rates": {
@@ -1,3 +1,3 @@
1
1
  module EuVatRatesData
2
- VERSION = "2026.3.26"
2
+ VERSION = "2026.3.28"
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.26
4
+ version: 2026.3.28
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-26 00:00:00.000000000 Z
11
+ date: 2026-03-28 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