faktura 0.1.1 → 0.1.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/exe/faktura +5 -0
  3. metadata +2 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9323d9d821e87f4456ef5baa73e07e930c88ed42
4
- data.tar.gz: 2dc585ed17e491646eacc4b7b66bb5951343f7a8
3
+ metadata.gz: b17f4705a4468b9afa4af52a53267aa3e8d05a05
4
+ data.tar.gz: c11b4435ff7b31ab7beac155fbf2f3fd83f72936
5
5
  SHA512:
6
- metadata.gz: c8c69a8d2561529531c07db815f124a3582c59c38e0207e3114f102d8ab940d7702c4684a862adea823efa926391bd6ac64ffd4d54852f598c2763764c7f20aa
7
- data.tar.gz: 5215dbb99c1b2a83baa1a399b8842abd73a5097262da4bcfa4b5a965fa1ad321abcc212139d37d6e35f5a75a481a516848b231af0b96670a64368862c2e0479a
6
+ metadata.gz: 825bfc87d744abec50ec882b6d9f98d57c6dab24fc1158986ada3292992ebafa590e7d994e95fd7c1f28d71f5b7776b4457c927aaf71703e55cd7074a827d533
7
+ data.tar.gz: e0bcddba803cf40dd7800ca3c20ad7df6fd5a1cabc11e87341e521bc69685547810c829d578714682292ae84d442b3b8ce498138d240e15dfbe703cb66fcfd97
data/exe/faktura ADDED
@@ -0,0 +1,5 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require 'faktura'
4
+
5
+ Faktura::CLI.run
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.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marcin Koziej
@@ -64,6 +64,7 @@ executables: []
64
64
  extensions: []
65
65
  extra_rdoc_files: []
66
66
  files:
67
+ - "./exe/faktura"
67
68
  - "./lib/faktura.rb"
68
69
  - "./lib/faktura/cli.rb"
69
70
  - "./lib/faktura/helpers.rb"