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

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: b54bb0b8d93ee10549d527e6fb8bfd0b787774fc3fffc2b928411438575547a1
4
+ data.tar.gz: 646b9ce1729ce290e7d89e88eac44ed935cb3439c36f54d0f64cd51f40d7b4f9
5
5
  SHA512:
6
- metadata.gz: dc516a01a729fe2bc97e7e6380f3a5c09ce24ad04bab3abd75fe417b845fd0eef8c5782baf83b82d591164bcfe9f0186dcfaf65bdaf5f2959a23a54c80ef9110
7
- data.tar.gz: 39b039758c455cabf2db4291dee63da226a5751ad47e527b27b406fdd5ee5be5ca23df092c615a2df825749df66fae23ef703419848661f3c430dd4e437d2705
6
+ metadata.gz: 1c60e8d9effb6a650d990decfb645252a82019620623adea0ac8de5388ee5e86cde2a912250e44200ef2751e74c87550ac7bf988a0419c8a870d94960dcbfd32
7
+ data.tar.gz: 7d55b33fb9b62536e5d1608257c92a9c8f420e4d3fc43181cf989791392ba85af39544848a5416163aff764bd037c874afc0acbd45658a157987e2dd3865833b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.0-alpha.7 (2025-06-17)
4
+
5
+ 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)
6
+
7
+ ### Bug Fixes
8
+
9
+ * Update e_invoice_api.gemspec ([1483443](https://github.com/e-invoice-be/e-invoice-rb/commit/148344352efd63bf782a51108c5b838addcd7550))
10
+
11
+
12
+ ### Chores
13
+
14
+ * **internal:** version bump ([6a57f8e](https://github.com/e-invoice-be/e-invoice-rb/commit/6a57f8e75990cac12ac033294b24615d867be17c))
15
+
3
16
  ## 0.1.0-alpha.6 (2025-06-17)
4
17
 
5
18
  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.7"
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.7"
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.7
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: []