e-invoice-api 0.24.0 → 0.24.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: 35be882463a64af438eda3d7efe63fe3402ec965fdf0c64c276eeb5566050198
4
- data.tar.gz: 92447dbe5e83df24d3e0476edbede1a471ba7274602fbc488097998551a5f19e
3
+ metadata.gz: 4c2c8e5c769136bc7e8492fa77e8b91ad3b7a3b60b962792127f0c04c03af8aa
4
+ data.tar.gz: ca84a3157c67d189bdaf24abe0d5b73d4a23fe86e5cb79ef3288b491187e82be
5
5
  SHA512:
6
- metadata.gz: b1a7686e7f18b4e4ab36d1f060ebd38b9231ea8149c259725afeeaefb26b707aca9791eb2fef8e6c35224c7bac537faf3f98fae40823f65f76484108cbf1b1e2
7
- data.tar.gz: 0acaf753b8843585cfbede105a189ee81d127c39d86f9941e7442b577a9e00b3263679f461eb29f35b356c0bcee2cb09a2a64c4ebf000ec134bfd4a982ed1b40
6
+ metadata.gz: f3345929b2e3382165d0c69d7fb136bc9e627b2de6ce2248406d7dac53c87cecf96c1be1b55c4a4bf8c123808084613c141b8330c26ff645867e277d209d310a
7
+ data.tar.gz: 919d37b39c9746f491216d50ea68eba174f9a2da1fae2d26946f39f0eba7d42c014e95549b99e5405675a4a76eb83393503d95f8e06afa9d370059c8942c6cfe
data/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.24.1 (2026-02-27)
4
+
5
+ Full Changelog: [v0.24.0...v0.24.1](https://github.com/e-invoice-be/e-invoice-rb/compare/v0.24.0...v0.24.1)
6
+
7
+ ### Bug Fixes
8
+
9
+ * properly mock time in ruby ci tests ([52ec541](https://github.com/e-invoice-be/e-invoice-rb/commit/52ec541253abb91ffc061779a8f7023d542414b2))
10
+
11
+
12
+ ### Chores
13
+
14
+ * **internal:** remove mock server code ([b32ab61](https://github.com/e-invoice-be/e-invoice-rb/commit/b32ab61227d3ebcd872f1ac9c5860628538d81a4))
15
+ * update mock server docs ([bfae676](https://github.com/e-invoice-be/e-invoice-rb/commit/bfae6768aa2e0b22c35690209664a8973bc34077))
16
+
3
17
  ## 0.24.0 (2026-02-16)
4
18
 
5
19
  Full Changelog: [v0.23.0...v0.24.0](https://github.com/e-invoice-be/e-invoice-rb/compare/v0.23.0...v0.24.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.24.0"
29
+ gem "e-invoice-api", "~> 0.24.1"
30
30
  ```
31
31
 
32
32
  <!-- x-release-please-end -->
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module EInvoiceAPI
4
- VERSION = "0.24.0"
4
+ VERSION = "0.24.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.24.0
4
+ version: 0.24.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-02-16 00:00:00.000000000 Z
11
+ date: 2026-02-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cgi