e-invoice-api 0.26.0 → 0.26.1

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: db0a02b2fdcf8bc2e9194f4410092ecef52ac1b6de8a2c94bd6b4d3ed81faae6
4
- data.tar.gz: 51379e84106bbaa07fea49a9e46bee139d94d7bcd49fbf56581ce88bed163c05
3
+ metadata.gz: a70aec4d3b09bf703e42130d5a1670d1b13d8c7edf79172109292b944e4c86de
4
+ data.tar.gz: fc89bded7f7a844228e0014a559bc5ec2b9e25cffa96a3e91150242fc6ca8385
5
5
  SHA512:
6
- metadata.gz: 133f69f5b73d45f428075b58be94fd16f854f5d859a852411179930f589bdbce45019258bea0635bb3f713b941e3a1c32b8cac0efc977a54a8f240ed9f144bec
7
- data.tar.gz: 9a20feb042e5c91652a6cadaec249738ec6fbc48202e4d25c38ad84879fbe21f0a1a2e202dfdbc49886c174d22ebf1e04dca00b73362c0203249324185034c83
6
+ metadata.gz: 37cae378926548c8de331bff09d500c10455c921e3ce24ce1e0bc53691961c7dd61513530275a53b9214da5c97661d12c4d8defe9cc6971ce5941149808b5586
7
+ data.tar.gz: 3ba052820092450fdd3f27f4d12c051241e25059e164263d9202aba69998d6c3ef88b6a2252c7083f46d59f45710b253e91a9cdfbe832dd637eabef4c5e3b556
data/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.26.1 (2026-03-27)
4
+
5
+ Full Changelog: [v0.26.0...v0.26.1](https://github.com/e-invoice-be/e-invoice-rb/compare/v0.26.0...v0.26.1)
6
+
7
+ ### Bug Fixes
8
+
9
+ * **internal:** correct multipart form field name encoding ([4bed606](https://github.com/e-invoice-be/e-invoice-rb/commit/4bed6066b55c0a5fbf4ab0b7e2d4474b9582f6db))
10
+
11
+
12
+ ### Chores
13
+
14
+ * **ci:** skip lint on metadata-only changes ([48d14ce](https://github.com/e-invoice-be/e-invoice-rb/commit/48d14ce95a45fc34315479de40bbfe83962fb8d3))
15
+ * **internal:** tweak CI branches ([8687e8d](https://github.com/e-invoice-be/e-invoice-rb/commit/8687e8d5e308562c7adef99a0331d1d3206bab0b))
16
+ * **internal:** update gitignore ([342e355](https://github.com/e-invoice-be/e-invoice-rb/commit/342e355df5e8608456ddc7d1c6ab3b94a11b7cc1))
17
+
3
18
  ## 0.26.0 (2026-03-09)
4
19
 
5
20
  Full Changelog: [v0.25.0...v0.26.0](https://github.com/e-invoice-be/e-invoice-rb/compare/v0.25.0...v0.26.0)
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.26.0"
29
+ gem "e-invoice-api", "~> 0.26.1"
30
30
  ```
31
31
 
32
32
  <!-- x-release-please-end -->
@@ -571,8 +571,7 @@ module EInvoiceAPI
571
571
  y << "Content-Disposition: form-data"
572
572
 
573
573
  unless key.nil?
574
- name = ERB::Util.url_encode(key.to_s)
575
- y << "; name=\"#{name}\""
574
+ y << "; name=\"#{key}\""
576
575
  end
577
576
 
578
577
  case val
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module EInvoiceAPI
4
- VERSION = "0.26.0"
4
+ VERSION = "0.26.1"
5
5
  end
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.26.0
4
+ version: 0.26.1
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-03-09 00:00:00.000000000 Z
11
+ date: 2026-03-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cgi