ubill 0.1.0 → 0.1.1

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: e23f48847054bf7e4f64599585d697f2eb918f13cb080a21818cc27c6da88738
4
- data.tar.gz: 5043034a212d8766fa4a0d1f400fbb92c7507656472e7ad40313165bfaddab7a
3
+ metadata.gz: 4c6122ed87965944ddec1e509f656649357dc23f13aca8255eca59af8f940c8e
4
+ data.tar.gz: 96fd9f5d487a4d1bc6a626bfeb688f94d6a1e464f508ef4c8e28838427b9dfec
5
5
  SHA512:
6
- metadata.gz: b38c22365eebd461ed42f8ab2cc671abaa0f37bf821ad9ead7dd11645d7f9805b07a595aeabdab40fea01576ad2c066f7dd92c96685444ea9bdb3278da6b176b
7
- data.tar.gz: f921dc75d70feae1d634c9f51625eceef7414d5e905a7fd3ee35e82ed45cc8e6c0b043fdc4a2fedc0627deeb7ba3d5a32b5cd9997cadca4678c4b913dfaf536e
6
+ metadata.gz: 4dc36844a1114e04a33a30ebf398a0a498a3f4e4dcac4faae8604014921dd01f278690f352a7ae01e0986130a5b862fb060d448b2b234a57bb03d230452dd00e
7
+ data.tar.gz: 6d54a2e72cbc7bba4e1df58ff18d760b5b019a4b06516ffdfe84680fd7a885ef51595c9b91bc8e19cb283fcaa3a82754e8dc1ce6e8caec3dedf5e12bab9e3ceb
@@ -0,0 +1,92 @@
1
+ This software uses 3rd party libraries, for which the following licenses
2
+ apply:
3
+
4
+
5
+
6
+ https://github.com/ruby/matrix
7
+ ==============================
8
+
9
+ BSD-2-Clause license
10
+ --------------------
11
+
12
+ Copyright (C) 1993-2013 Yukihiro Matsumoto. All rights reserved.
13
+
14
+ Redistribution and use in source and binary forms, with or without
15
+ modification, are permitted provided that the following conditions
16
+ are met:
17
+ 1. Redistributions of source code must retain the above copyright
18
+ notice, this list of conditions and the following disclaimer.
19
+ 2. Redistributions in binary form must reproduce the above copyright
20
+ notice, this list of conditions and the following disclaimer in the
21
+ documentation and/or other materials provided with the distribution.
22
+
23
+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
24
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
25
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
26
+ ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
27
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
28
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
29
+ OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
30
+ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
31
+ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
32
+ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
33
+ SUCH DAMAGE.
34
+
35
+
36
+
37
+ https://github.com/prawnpdf/prawn
38
+ =================================
39
+
40
+ Prawn is copyrighted free software produced by Gregory Brown along with
41
+ community contributions. See git log for authorship information.
42
+
43
+ Licensing terms follow:
44
+
45
+ 1. You may make and give away verbatim copies of the source form of the
46
+ software without restriction, provided that you duplicate all of the
47
+ original copyright notices and associated disclaimers.
48
+
49
+ 2. You may modify your copy of the software in any way, provided that
50
+ you do at least ONE of the following:
51
+
52
+ a) place your modifications in the Public Domain or otherwise
53
+ make them Freely Available, such as by posting said
54
+ modifications to Usenet or an equivalent medium, or by allowing
55
+ the author to include your modifications in the software.
56
+
57
+ b) use the modified software only within your corporation or
58
+ organization.
59
+
60
+ c) rename any non-standard executables so the names do not conflict
61
+ with standard executables, which must also be provided.
62
+
63
+ d) make other distribution arrangements with the author.
64
+
65
+ 3. You may distribute the software in object code or executable
66
+ form, provided that you do at least ONE of the following:
67
+
68
+ a) distribute the executables and library files of the software,
69
+ together with instructions (in the manual page or equivalent)
70
+ on where to get the original distribution.
71
+
72
+ b) accompany the distribution with the machine-readable source of
73
+ the software.
74
+
75
+ c) give non-standard executables non-standard names, with
76
+ instructions on where to get the original software distribution.
77
+
78
+ d) make other distribution arrangements with the author.
79
+
80
+ 4. You may modify and include the part of the software into any other
81
+ software (possibly commercial).
82
+
83
+ 5. The scripts and library files supplied as input to or produced as
84
+ output from the software do not automatically fall under the
85
+ copyright of the software, but belong to whomever generated them,
86
+ and may be sold commercially, and may be aggregated with this
87
+ software.
88
+
89
+ 6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
90
+ IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
91
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
92
+ PURPOSE.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ubill (0.1.0)
4
+ ubill (0.1.1)
5
5
  matrix (~> 0.4)
6
6
  prawn (~> 2.4)
7
7
  prawn-table (~> 0.2)
data/lib/ubill/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Ubill
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ubill
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - couchbelag
@@ -60,6 +60,7 @@ extensions: []
60
60
  extra_rdoc_files: []
61
61
  files:
62
62
  - ".rspec"
63
+ - 3rd-party-licenses.txt
63
64
  - Gemfile
64
65
  - Gemfile.lock
65
66
  - LICENSE.txt