e-invoice-api 0.1.0.pre.alpha.6 → 0.1.0.pre.alpha.8

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: 1727f4e84323433c8e6c8a91f767e16c8494d2e941754bd29af96923eba5712f
4
- data.tar.gz: 1a68180f540d7bec2c926723aa19be7700c8e284a3e47ef8a5e195f8536bed73
3
+ metadata.gz: 29f299e79acc7b28113415c7b35518ce360e31b2e6b4e2d36d4c9735f386177e
4
+ data.tar.gz: 89176daa65b4cc1f40607fc98923683dae4415bfd0a13df618b569c3a5c1cc0b
5
5
  SHA512:
6
- metadata.gz: dc516a01a729fe2bc97e7e6380f3a5c09ce24ad04bab3abd75fe417b845fd0eef8c5782baf83b82d591164bcfe9f0186dcfaf65bdaf5f2959a23a54c80ef9110
7
- data.tar.gz: 39b039758c455cabf2db4291dee63da226a5751ad47e527b27b406fdd5ee5be5ca23df092c615a2df825749df66fae23ef703419848661f3c430dd4e437d2705
6
+ metadata.gz: 99e65b329f01c92709d21230d53397c59f988abf3078c1b46b596c876f63c7e2b616379b630e2e13bbeb59d9b03cd0978b7cf87e6cf7e539e58ad512fef0cffd
7
+ data.tar.gz: 21c9875807fbad0ca51dd935c8bad061e525efa6abed9eebf1ef9446fc70888b563e5cd619f6c80b7e1f097545e510cbc54e68f6e6649d085e4eba9f1623b43b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.0-alpha.8 (2025-06-17)
4
+
5
+ Full Changelog: [v0.1.0-alpha.7...v0.1.0-alpha.8](https://github.com/e-invoice-be/e-invoice-rb/compare/v0.1.0-alpha.7...v0.1.0-alpha.8)
6
+
7
+ ### Chores
8
+
9
+ * **internal:** version bump ([dd999b1](https://github.com/e-invoice-be/e-invoice-rb/commit/dd999b16e5d1e2d432b06988e294e72c380d54ac))
10
+
11
+ ## 0.1.0-alpha.7 (2025-06-17)
12
+
13
+ Full Changelog: [v0.1.0-alpha.6...v0.1.0-alpha.7](https://github.com/e-invoice-be/e-invoice-rb/compare/v0.1.0-alpha.6...v0.1.0-alpha.7)
14
+
15
+ ### Bug Fixes
16
+
17
+ * Update e_invoice_api.gemspec ([1483443](https://github.com/e-invoice-be/e-invoice-rb/commit/148344352efd63bf782a51108c5b838addcd7550))
18
+
19
+
20
+ ### Chores
21
+
22
+ * **internal:** version bump ([6a57f8e](https://github.com/e-invoice-be/e-invoice-rb/commit/6a57f8e75990cac12ac033294b24615d867be17c))
23
+
3
24
  ## 0.1.0-alpha.6 (2025-06-17)
4
25
 
5
26
  Full Changelog: [v0.1.0-alpha.5...v0.1.0-alpha.6](https://github.com/e-invoice-be/e-invoice-rb/compare/v0.1.0-alpha.5...v0.1.0-alpha.6)
data/README.md CHANGED
@@ -17,7 +17,7 @@ To use this gem, install via Bundler by adding the following to your application
17
17
  <!-- x-release-please-start-version -->
18
18
 
19
19
  ```ruby
20
- gem "e-invoice-api", "~> 0.1.0.pre.alpha.6"
20
+ gem "e-invoice-api", "~> 0.1.0.pre.alpha.8"
21
21
  ```
22
22
 
23
23
  <!-- x-release-please-end -->
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module EInvoiceAPI
4
- VERSION = "0.1.0.pre.alpha.6"
4
+ VERSION = "0.1.0.pre.alpha.8"
5
5
  end
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: e-invoice-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0.pre.alpha.6
4
+ version: 0.1.0.pre.alpha.8
5
5
  platform: ruby
6
6
  authors:
7
- - E Invoice
7
+ - e-invoice
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
@@ -286,5 +286,5 @@ requirements: []
286
286
  rubygems_version: 3.4.1
287
287
  signing_key:
288
288
  specification_version: 4
289
- summary: Ruby library to access the E Invoice API
289
+ summary: Ruby SDK for the e-invoice.be Peppol API
290
290
  test_files: []