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 +4 -4
- data/3rd-party-licenses.txt +92 -0
- data/Gemfile.lock +1 -1
- data/lib/ubill/version.rb +1 -1
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4c6122ed87965944ddec1e509f656649357dc23f13aca8255eca59af8f940c8e
|
4
|
+
data.tar.gz: 96fd9f5d487a4d1bc6a626bfeb688f94d6a1e464f508ef4c8e28838427b9dfec
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
data/lib/ubill/version.rb
CHANGED
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.
|
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
|