e-invoice-api 0.20.2 → 0.20.3

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: '08e80f1abd6c6e93651f9dedc1b3fa3c2c9255d302e90ab8a722ee1d918d3f76'
4
- data.tar.gz: 6866e0a14798654bd48e8d3366fa84ab9138854c3095945a00d354e490ffb3b9
3
+ metadata.gz: e07a5b84735a07e80c4852008aed3e940d68ff08fd43e3032d9f91fc203f79d0
4
+ data.tar.gz: ae7a3a80f6fc684a26070e8b423622046cf2009c3b7e8b1ff60e3910c1235dc7
5
5
  SHA512:
6
- metadata.gz: 8059685ff994d8bca3b1cb0250b004a994604b51b42618e7ea9aa0c4217a5ea2efd34b6313dc803c2cf091eb36463c1fa1b834071a45c21e30211c5d774b528b
7
- data.tar.gz: cf6a727005fd3f49a6326e86b35d5d82f5b0b5effea058ef67d8c4df57540748dfb26fad93a565b1555ea75e145f05a2c1f70bb27edd8fdafc28a9b39730e10a
6
+ metadata.gz: 2fbe564929cfa741672623314dcc9e30d4e717de039820b4b6f8b63682a25cb1386d24b5d3c0662ca14ce39b9625f351e3ba53ec48e2ce4f9d24b10a69d465f4
7
+ data.tar.gz: 563a66f6cb776b1019006d78f8ad615407dc9578a07952704b8ae28873ed52195a7c68e1d8de4059c2968b5b0d76d69c617ce2c72aa001be063f93e72b0f856a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.20.3 (2026-02-07)
4
+
5
+ Full Changelog: [v0.20.2...v0.20.3](https://github.com/e-invoice-be/e-invoice-rb/compare/v0.20.2...v0.20.3)
6
+
7
+ ### Bug Fixes
8
+
9
+ * **client:** loosen json header parsing ([805856a](https://github.com/e-invoice-be/e-invoice-rb/commit/805856a1550550708877d18d01e72d784a6f4382))
10
+
11
+
12
+ ### Chores
13
+
14
+ * **docs:** remove www prefix ([0dced99](https://github.com/e-invoice-be/e-invoice-rb/commit/0dced99dad8386f2a9bb21787a791b76ecff6706))
15
+
3
16
  ## 0.20.2 (2026-02-03)
4
17
 
5
18
  Full Changelog: [v0.20.1...v0.20.2](https://github.com/e-invoice-be/e-invoice-rb/compare/v0.20.1...v0.20.2)
data/README.md CHANGED
@@ -26,7 +26,7 @@ To use this gem, install via Bundler by adding the following to your application
26
26
  <!-- x-release-please-start-version -->
27
27
 
28
28
  ```ruby
29
- gem "e-invoice-api", "~> 0.20.2"
29
+ gem "e-invoice-api", "~> 0.20.3"
30
30
  ```
31
31
 
32
32
  <!-- x-release-please-end -->
@@ -485,7 +485,7 @@ module EInvoiceAPI
485
485
  end
486
486
 
487
487
  # @type [Regexp]
488
- JSON_CONTENT = %r{^application/(?:vnd(?:\.[^.]+)*\+)?json(?!l)}
488
+ JSON_CONTENT = %r{^application/(?:[a-zA-Z0-9.-]+\+)?json(?!l)}
489
489
  # @type [Regexp]
490
490
  JSONL_CONTENT = %r{^application/(:?x-(?:n|l)djson)|(:?(?:x-)?jsonl)}
491
491
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module EInvoiceAPI
4
- VERSION = "0.20.2"
4
+ VERSION = "0.20.3"
5
5
  end
@@ -296,7 +296,7 @@ module EInvoiceAPI
296
296
  end
297
297
 
298
298
  JSON_CONTENT =
299
- T.let(%r{^application/(?:vnd(?:\.[^.]+)*\+)?json(?!l)}, Regexp)
299
+ T.let(%r{^application/(?:[a-zA-Z0-9.-]+\+)?json(?!l)}, Regexp)
300
300
  JSONL_CONTENT =
301
301
  T.let(%r{^application/(:?x-(?:n|l)djson)|(:?(?:x-)?jsonl)}, Regexp)
302
302
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: e-invoice-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.20.2
4
+ version: 0.20.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - e-invoice
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-02-03 00:00:00.000000000 Z
11
+ date: 2026-02-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cgi