fix zlib detection

This commit is contained in:
Ben Balter 2018-11-02 11:57:19 -07:00
parent 665ed18660
commit d877c13c75
No known key found for this signature in database
GPG Key ID: DBB67C246AD356C4
2 changed files with 2 additions and 3 deletions

View File

@ -138,8 +138,7 @@ module Licensee
def content_normalized(wrap: nil)
@content_normalized ||= begin
@_content = nil
@_content = _content.downcase
@_content = content_without_title_and_version.downcase
(NORMALIZATIONS.keys + %i[spelling bullets]).each { |op| normalize(op) }
STRIP_METHODS.each { |op| strip(op) }

View File

@ -18,7 +18,7 @@
"unlicense": "86c75861af1b9b9e0573b190dcb2c2cdbbee7037",
"bsd-2-clause": "59f0099ff04225daf184db3fe55e478256133b1a",
"artistic-2.0": "a2ff6e7fb76e51bda9a5350c759a824f206049d1",
"zlib": "8d43f632a4884e70c72a1ac5926fc87f98305490",
"zlib": "576139d1f785b8f3539099b9702fc68005ee2213",
"lppl-1.3c": "60961652297042d28bb689c17fac47eca7348d16",
"epl-2.0": "b57663bc9c3f41446a8cd3f0050149221a58fe66",
"mit": "d64f3bb4282a97b37454b5bb96a8a264a3363dc3",