e-invoice-api 0.26.1 → 0.26.2

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: a70aec4d3b09bf703e42130d5a1670d1b13d8c7edf79172109292b944e4c86de
4
- data.tar.gz: fc89bded7f7a844228e0014a559bc5ec2b9e25cffa96a3e91150242fc6ca8385
3
+ metadata.gz: c7d290f34c964dc16393d7ccac540f560a4dd5833a4ad6b2cbdb2caeb8d75fa3
4
+ data.tar.gz: d766d2717329f1b7228f30e893f528eb8ea505fff0ebace0f5c7be1bf6a519a6
5
5
  SHA512:
6
- metadata.gz: 37cae378926548c8de331bff09d500c10455c921e3ce24ce1e0bc53691961c7dd61513530275a53b9214da5c97661d12c4d8defe9cc6971ce5941149808b5586
7
- data.tar.gz: 3ba052820092450fdd3f27f4d12c051241e25059e164263d9202aba69998d6c3ef88b6a2252c7083f46d59f45710b253e91a9cdfbe832dd637eabef4c5e3b556
6
+ metadata.gz: d2504a9927b38296e4a98ac694930b46ec8a61a57c941d768618e0abc8902bb247ef8b854b948fd91c8cee0d6dcd16db7cbd5944788c15b87395a0207b3b5341
7
+ data.tar.gz: 76a7607632b3beeef4953ad4fd942d2bf7559df5fad5ef6952294cfb36e7da45e3744cbf32d8648f2f17825baa89440d0d3f26a0ad9dca70b526606e7564ae89
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.26.2 (2026-04-01)
4
+
5
+ Full Changelog: [v0.26.1...v0.26.2](https://github.com/e-invoice-be/e-invoice-rb/compare/v0.26.1...v0.26.2)
6
+
7
+ ### Bug Fixes
8
+
9
+ * variable name typo ([bffa1d2](https://github.com/e-invoice-be/e-invoice-rb/commit/bffa1d200bdcf96cab9fe76c302d519bdfbaa103))
10
+
11
+
12
+ ### Chores
13
+
14
+ * **ci:** support opting out of skipping builds on metadata-only commits ([1e7dc7f](https://github.com/e-invoice-be/e-invoice-rb/commit/1e7dc7fab78fb7aa5e3b878514a51de56487c54d))
15
+
3
16
  ## 0.26.1 (2026-03-27)
4
17
 
5
18
  Full Changelog: [v0.26.0...v0.26.1](https://github.com/e-invoice-be/e-invoice-rb/compare/v0.26.0...v0.26.1)
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.1"
29
+ gem "e-invoice-api", "~> 0.26.2"
30
30
  ```
31
31
 
32
32
  <!-- x-release-please-end -->
@@ -157,7 +157,7 @@ module EInvoiceAPI
157
157
  in Hash | nil => coerced
158
158
  coerced
159
159
  else
160
- message = "Expected a #{Hash} or #{EInvoiceAPI::Internal::Type::BaseModel}, got #{data.inspect}"
160
+ message = "Expected a #{Hash} or #{EInvoiceAPI::Internal::Type::BaseModel}, got #{input.inspect}"
161
161
  raise ArgumentError.new(message)
162
162
  end
163
163
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module EInvoiceAPI
4
- VERSION = "0.26.1"
4
+ VERSION = "0.26.2"
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.1
4
+ version: 0.26.2
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-27 00:00:00.000000000 Z
11
+ date: 2026-04-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cgi