zugpferd 0.2.0 → 0.2.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 +4 -4
- metadata +7 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 37973184a46c78a112635cd899a6184312d90d1a7a9a29e6ea1a8cb860fdce61
|
|
4
|
+
data.tar.gz: 00acee1d503c4d39c667e602ec76865d80b3b12eabf0e0f4f95efb6cd0478bab
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f906e49f621cc8141b7a155740e5f0317e95eab9ed5102594960c36be9d3da5818b0a3826456130c51189bbeaa91c576f5cea14d20b7b14b02b59f8dc358d2b8
|
|
7
|
+
data.tar.gz: e461043ec18836b92d9a40f532dbf4bca9444efcd1e038e0e576cdf955ef9964f8824f71cf1f1e0291f21476575611e4bee304afb6b28ed23de0b7f90c16d303
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: zugpferd
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Alexander Zeitler
|
|
@@ -66,7 +66,9 @@ dependencies:
|
|
|
66
66
|
- - "~>"
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
68
|
version: '13.0'
|
|
69
|
-
description:
|
|
69
|
+
description: Read, write and convert electronic invoices according to EN 16931. Supports
|
|
70
|
+
UBL 2.1 and UN/CEFACT CII syntaxes with dedicated classes for Invoice, Credit Note,
|
|
71
|
+
Corrected Invoice, Self-billed Invoice, Partial Invoice and Prepayment Invoice.
|
|
70
72
|
email:
|
|
71
73
|
executables: []
|
|
72
74
|
extensions: []
|
|
@@ -103,6 +105,9 @@ licenses:
|
|
|
103
105
|
metadata:
|
|
104
106
|
source_code_uri: https://github.com/alexzeitler/zugpferd
|
|
105
107
|
homepage_uri: https://alexzeitler.github.io/zugpferd/
|
|
108
|
+
changelog_uri: https://github.com/alexzeitler/zugpferd/blob/master/CHANGELOG.md
|
|
109
|
+
documentation_uri: https://www.rubydoc.info/gems/zugpferd
|
|
110
|
+
bug_tracker_uri: https://github.com/alexzeitler/zugpferd/issues
|
|
106
111
|
post_install_message:
|
|
107
112
|
rdoc_options: []
|
|
108
113
|
require_paths:
|