faktura 0.1.2 → 0.1.3

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. metadata +5 -4
  3. /data/{exe → bin}/faktura +0 -0
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b17f4705a4468b9afa4af52a53267aa3e8d05a05
4
- data.tar.gz: c11b4435ff7b31ab7beac155fbf2f3fd83f72936
3
+ metadata.gz: 7072aa8cc361f0dd60bfa0dc3c603ce4859a3c93
4
+ data.tar.gz: 3eca1aa8964aed6d0d694b316ea51444c6d84703
5
5
  SHA512:
6
- metadata.gz: 825bfc87d744abec50ec882b6d9f98d57c6dab24fc1158986ada3292992ebafa590e7d994e95fd7c1f28d71f5b7776b4457c927aaf71703e55cd7074a827d533
7
- data.tar.gz: e0bcddba803cf40dd7800ca3c20ad7df6fd5a1cabc11e87341e521bc69685547810c829d578714682292ae84d442b3b8ce498138d240e15dfbe703cb66fcfd97
6
+ metadata.gz: 3f4d375c86788f5d30165663c776956a9c90c52ab16d6ac6208f56da987d4c698dfd8357a6ca0dde9b64b8a1474e67c8eb651061db5716cdb375487934e7b530
7
+ data.tar.gz: 391d51e077e46f8f00b077d31da9d8287a65ce61a214c9359ea25d3aae9d8a6ab19ad6e88352c5ee71e9bcea32a4320937a411673b5b6567ce9883824d1d7ab7
metadata CHANGED
@@ -1,12 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: faktura
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marcin Koziej
8
8
  autorequire:
9
- bindir: exe
9
+ bindir: bin
10
10
  cert_chain: []
11
11
  date: 2019-01-10 00:00:00.000000000 Z
12
12
  dependencies:
@@ -60,16 +60,17 @@ dependencies:
60
60
  version: 0.9.0
61
61
  description: This tool shows invocies issuers, and summarizes which invoices are downloaded
62
62
  email: marcin@akcjademokracja.pl
63
- executables: []
63
+ executables:
64
+ - faktura
64
65
  extensions: []
65
66
  extra_rdoc_files: []
66
67
  files:
67
- - "./exe/faktura"
68
68
  - "./lib/faktura.rb"
69
69
  - "./lib/faktura/cli.rb"
70
70
  - "./lib/faktura/helpers.rb"
71
71
  - "./lib/faktura/pdf.rb"
72
72
  - "./lib/faktura/stamp.rb"
73
+ - bin/faktura
73
74
  homepage: http://rubygems.org/gems/faktura
74
75
  licenses:
75
76
  - 0BSD
File without changes