invoice_printer_server 2.0.0.beta2 → 2.0.0.beta3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 55ceed2d0367bb080453382dcb392ee405c7db5c1165d0e3496bae5eede3e515
4
- data.tar.gz: '09ee3834a1a0cd3982335c33ae9c4ba6fcd24a00aa3f6aa60aa7d9b778d46d6d'
3
+ metadata.gz: 803b7e52c2762ea7b2a41163e94a2801380cf74a77636f880e753cd5cb51582c
4
+ data.tar.gz: 29132953d0d25fa65471e0719a9da7e22c6139944939727d167607db250823ae
5
5
  SHA512:
6
- metadata.gz: a594792ab16f1984739ce98ce9d239ba3a3c3d7028045879d22586075fac1b8cc90c49f311d5b8daabde98fa0f6b78a09180fb14e10d2bab300065ecd6a00ca1
7
- data.tar.gz: 2dc2780744736452717ff515834a27fc018faa344a7e1ac262e41198d70724339d3a55be23b86e5ce3c1232f61a470b160c6329eba28d6d3a7fada83a75aa181
6
+ metadata.gz: eb53254000646e5cd991b014c4d388cc52b1aedbe23c38dadb641056400dd6358e246207a451c4c133c0a01cee5505100318a42f9a90940ffebab30dea95e5de
7
+ data.tar.gz: 015ba8ea11c1e2b128fd625b07ee970849002a46ea6bb53ac27767feeca4969869895b63935c0548fb73a75b5a59362f5e95338e40791e15cb741136dcb0aeb5
data/LICENSE.txt ADDED
@@ -0,0 +1,22 @@
1
+ Copyright (c) 2015-2019 Josef Strzibny
2
+
3
+ MIT License
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining
6
+ a copy of this software and associated documentation files (the
7
+ "Software"), to deal in the Software without restriction, including
8
+ without limitation the rights to use, copy, modify, merge, publish,
9
+ distribute, sublicense, and/or sell copies of the Software, and to
10
+ permit persons to whom the Software is furnished to do so, subject to
11
+ the following conditions:
12
+
13
+ The above copyright notice and this permission notice shall be
14
+ included in all copies or substantial portions of the Software.
15
+
16
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -1,3 +1,3 @@
1
1
  module InvoicePrinter
2
- VERSION = '2.0.0.beta2'
2
+ VERSION = '2.0.0.beta3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: invoice_printer_server
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0.beta2
4
+ version: 2.0.0.beta3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josef Strzibny
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 2.0.0.beta2
19
+ version: 2.0.0.beta3
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 2.0.0.beta2
26
+ version: 2.0.0.beta3
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: json
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -102,6 +102,7 @@ executables:
102
102
  extensions: []
103
103
  extra_rdoc_files: []
104
104
  files:
105
+ - LICENSE.txt
105
106
  - bin/invoice_printer_server
106
107
  - lib/invoice_printer/server.rb
107
108
  - lib/invoice_printer/version.rb