licensee 9.17.0 → 9.17.1
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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 00e6cf6abd7d331e0ef90b23896aa31b7da46df2dd0b05473b3ff95aa1fbae02
|
|
4
|
+
data.tar.gz: 5dbf325ff4a9f1f92f8841af4902cec2df599411ce036d2bd55ebc200534f99f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8139ba1822c008ac4200b4fde9f3240e85b5210017f032b70781c3407537268a40f5c81ddfa0dbcd8d6202c39f785a4c36128d49aee626664b84525c22e8385f
|
|
7
|
+
data.tar.gz: f93f0a52091ec71e002d20105e9bd82144247720578c35801ec573ead17923e546a82a60c57f6f617bbf9f6037f1417d535d0e443ee3d2a4f51b1c01907dd62e
|
data/lib/licensee/version.rb
CHANGED
|
@@ -196,6 +196,8 @@
|
|
|
196
196
|
|
|
197
197
|
<optional>
|
|
198
198
|
<p>END OF TERMS AND CONDITIONS</p>
|
|
199
|
+
</optional>
|
|
200
|
+
<optional>
|
|
199
201
|
<p>APPENDIX: How to apply the Apache License to your work.</p>
|
|
200
202
|
<p>To apply the Apache License to your work, attach the following boilerplate notice, with the fields
|
|
201
203
|
enclosed by brackets "[]" replaced with your own identifying information. (Don't
|
|
@@ -166,6 +166,9 @@
|
|
|
166
166
|
The former contains code derived from the library, whereas
|
|
167
167
|
the latter must be combined with the library in order to run.
|
|
168
168
|
</p>
|
|
169
|
+
<p>
|
|
170
|
+
GNU LESSER GENERAL PUBLIC LICENSE
|
|
171
|
+
</p>
|
|
169
172
|
<p>
|
|
170
173
|
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
|
171
174
|
</p>
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: licensee
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 9.17.
|
|
4
|
+
version: 9.17.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ben Balter
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-06-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: dotenv
|
|
@@ -39,7 +39,7 @@ dependencies:
|
|
|
39
39
|
version: '4.20'
|
|
40
40
|
- - "<"
|
|
41
41
|
- !ruby/object:Gem::Version
|
|
42
|
-
version: '
|
|
42
|
+
version: '10.0'
|
|
43
43
|
type: :runtime
|
|
44
44
|
prerelease: false
|
|
45
45
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -49,7 +49,7 @@ dependencies:
|
|
|
49
49
|
version: '4.20'
|
|
50
50
|
- - "<"
|
|
51
51
|
- !ruby/object:Gem::Version
|
|
52
|
-
version: '
|
|
52
|
+
version: '10.0'
|
|
53
53
|
- !ruby/object:Gem::Dependency
|
|
54
54
|
name: reverse_markdown
|
|
55
55
|
requirement: !ruby/object:Gem::Requirement
|