faktura 0.1.4 → 0.1.5
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/lib/faktura/faktura.yml +9 -0
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ce1c82947c41eb3d2bc381839f382d772018068f
|
4
|
+
data.tar.gz: e0c7ba6da70d5a524903b1f826e8bd6cece32b43
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 691fcf1339620af896b30223bad273f6c666da208af8b9e49381b021d380374b626adeab2a21f76d8d74e8e88358d2959fdbae6ac5376612abc794b7beaf9026
|
7
|
+
data.tar.gz: a0088fd30958b7893e01419dba4f399d05b5c011ff7ae2cbd22dca65e03eb3840faf42b27916929da1d820e3c7b1c6899d2dc3dbc791418ffec87db818205b91
|
@@ -0,0 +1,9 @@
|
|
1
|
+
---
|
2
|
+
description:
|
3
|
+
csl: "Platforma Nasza Demokracja"
|
4
|
+
aws: "Hosting danych"
|
5
|
+
freshdesk: "Usługa helpdesk do skrzynki kontakt@akcjademokracja.pl"
|
6
|
+
newrelic: "Usługa monitoringu"
|
7
|
+
ovh: "Hosting aplikacji"
|
8
|
+
zoom: "Usługa videokonferencji"
|
9
|
+
planyway: "Licencja na oprogramowanie biurowe"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: faktura
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Marcin Koziej
|
@@ -67,6 +67,7 @@ extra_rdoc_files: []
|
|
67
67
|
files:
|
68
68
|
- "./lib/faktura.rb"
|
69
69
|
- "./lib/faktura/cli.rb"
|
70
|
+
- "./lib/faktura/faktura.yml"
|
70
71
|
- "./lib/faktura/helpers.rb"
|
71
72
|
- "./lib/faktura/pdf.rb"
|
72
73
|
- "./lib/faktura/stamp.rb"
|