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: fcfd6caf41091c1b39ac120a61729786b14cce5e814f6d5fdcb46705c53ab0b6
4
- data.tar.gz: 8d8d4d6b4beb0062ab28ee47171cc30009c2713aeddccd789c493b82b98db2fd
3
+ metadata.gz: 00e6cf6abd7d331e0ef90b23896aa31b7da46df2dd0b05473b3ff95aa1fbae02
4
+ data.tar.gz: 5dbf325ff4a9f1f92f8841af4902cec2df599411ce036d2bd55ebc200534f99f
5
5
  SHA512:
6
- metadata.gz: 57286ce86923c9dd5aeb47f3f825667040034459ae43744a50c5085a629f02b4ffad76a6ce6a28d86c5aad25d4776fceec13e4f9a0bde8aa94505b83a62868e2
7
- data.tar.gz: 3f452acd71edba99d0043352900e3e88cd9009a6cb64dfacd184b73ffcfa408b4ec0166a5fc1f064593afd166e7ad064de3bd54c4803ded33419e09ec547fea0
6
+ metadata.gz: 8139ba1822c008ac4200b4fde9f3240e85b5210017f032b70781c3407537268a40f5c81ddfa0dbcd8d6202c39f785a4c36128d49aee626664b84525c22e8385f
7
+ data.tar.gz: f93f0a52091ec71e002d20105e9bd82144247720578c35801ec573ead17923e546a82a60c57f6f617bbf9f6037f1417d535d0e443ee3d2a4f51b1c01907dd62e
@@ -54,7 +54,7 @@ module Licensee
54
54
  # Backward compatibalize `#["spdx-id"]` calls to avoid a breaking change
55
55
  def [](key)
56
56
  key = 'spdx_id' if key == 'spdx-id'
57
- super(key)
57
+ super
58
58
  end
59
59
 
60
60
  def source
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Licensee
4
- VERSION = '9.17.0'
4
+ VERSION = '9.17.1'
5
5
  end
@@ -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.0
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-03-13 00:00:00.000000000 Z
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: '9.0'
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: '9.0'
52
+ version: '10.0'
53
53
  - !ruby/object:Gem::Dependency
54
54
  name: reverse_markdown
55
55
  requirement: !ruby/object:Gem::Requirement