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 +4 -4
- data/CHANGELOG.md +13 -0
- data/README.md +1 -1
- data/lib/e_invoice_api/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b54bb0b8d93ee10549d527e6fb8bfd0b787774fc3fffc2b928411438575547a1
|
4
|
+
data.tar.gz: 646b9ce1729ce290e7d89e88eac44ed935cb3439c36f54d0f64cd51f40d7b4f9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
20
|
+
gem "e-invoice-api", "~> 0.1.0.pre.alpha.7"
|
21
21
|
```
|
22
22
|
|
23
23
|
<!-- x-release-please-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.
|
4
|
+
version: 0.1.0.pre.alpha.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
-
|
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
|
289
|
+
summary: Ruby SDK for the e-invoice.be Peppol API
|
290
290
|
test_files: []
|