eu_vat_rates_data 2026.4.27 → 2026.5.20

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: '022784fce9471e576c8564b8b7cf987cc83eb565ac2384cbd15127a1c55cf81b'
4
- data.tar.gz: 0cf098d5d42df63a3b45a9f526be72ab2b953e35b8a45d8798758c8864ba95d9
3
+ metadata.gz: e88559805200ffc6ccdbe861b0967c00fa334070d605b8d505c18ce458ea4d15
4
+ data.tar.gz: 1b9bd795d14ada9da05fd499c21a09a0916f9d7c7b2e363a57fc8d6423172e42
5
5
  SHA512:
6
- metadata.gz: d01db389f4c448f023f46daa2b936f04b9ac70c2eebb005993e22a63e6848f33a78f416bd7ea7309d2f21852e9edebaecc4dbc6f740c8957f71197b641ff716e
7
- data.tar.gz: ca7ff145ac941d82159c0c01d81f34e58abed6e3593cfffbf009a92921364110daf8c3770c00726071e6c0172a4de6df4bcfef4d5404ef24b2d4f1c6d32d3ed2
6
+ metadata.gz: a7bf98953f3ba0b3169b8bc12947f16ae7b3a6b866d60afdd9a928e1ac67108ab4ca587baf9114050e73a7e813884299619f1de6e3e1dd1e553c0769d24a1427
7
+ data.tar.gz: 3e939531ebe95234c489cd9c6fcb782296695245078c2108285afaa8021b89a13ed689402e6c957041da5885687c6d52bdfc3ffcb9e2c441492b1f4c183b2079
data/README.md CHANGED
@@ -20,6 +20,28 @@ Also available in: [JavaScript/TypeScript (npm)](https://www.npmjs.com/package/e
20
20
 
21
21
  ---
22
22
 
23
+ ## Need live VIES validation?
24
+
25
+ This package gives you VAT **rates** and **format checks** for free, offline, in your code. It does **not** call VIES — `valid_format?()` only checks the shape of a VAT number, not whether it actually exists.
26
+
27
+ For **live VIES validation** — confirming a VAT ID is real, pulling the registered company name and address, and getting a VIES consultation number (audit-grade proof of validation) — there's **[vatnode](https://vatnode.dev)**:
28
+
29
+ - Live VIES validation, with national-database fallback when VIES is down
30
+ - Registered company name, address, registration date
31
+ - VIES consultation number for compliance and audit trails
32
+ - Webhooks for VAT status changes
33
+ - Official [MCP server](https://www.npmjs.com/package/vatnode-mcp) so AI agents (Claude, Cursor, ChatGPT) can validate VAT IDs directly
34
+ - Free tier — no credit card needed
35
+
36
+ ```bash
37
+ curl https://api.vatnode.dev/v1/vat/IE6388047V \
38
+ -H "Authorization: Bearer YOUR_API_KEY"
39
+ ```
40
+
41
+ [**Get a free API key →**](https://vatnode.dev)
42
+
43
+ ---
44
+
23
45
  ## Installation
24
46
 
25
47
  ```bash
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2026-04-25",
2
+ "version": "2026-05-20",
3
3
  "source": "European Commission TEDB",
4
4
  "rates": {
5
5
  "AD": {
@@ -1,3 +1,3 @@
1
1
  module EuVatRatesData
2
- VERSION = "2026.4.27"
2
+ VERSION = "2026.5.20"
3
3
  end
metadata CHANGED
@@ -1,19 +1,19 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eu_vat_rates_data
3
3
  version: !ruby/object:Gem::Version
4
- version: 2026.4.27
4
+ version: 2026.5.20
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-04-25 00:00:00.000000000 Z
11
+ date: 2026-05-20 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: VAT rates (standard, reduced, super-reduced, parking) for 45 European
14
14
  countries — EU-27 plus Norway, Switzerland, UK, and more. Includes eu_member flag,
15
15
  local VAT name and abbreviation. Useful for billing, invoicing, e-commerce, fintech,
16
- and VAT compliance.
16
+ and VAT compliance. From vatnode.dev — live VIES validation via API.
17
17
  email:
18
18
  - iurii@rogulia.fi
19
19
  executables: []
@@ -51,5 +51,5 @@ rubygems_version: 3.5.22
51
51
  signing_key:
52
52
  specification_version: 4
53
53
  summary: VAT rates for 45 European countries — EU-27 plus Norway, Switzerland, UK,
54
- and more.
54
+ and more. From vatnode.dev.
55
55
  test_files: []