license-compatibility 1.0.0 → 1.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/license/compatibility.rb +1 -1
- data/lib/license/compatibility/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 176806f73eddde23b44c22206d351f6456084f46
|
4
|
+
data.tar.gz: 434dbd7c8a7b590bb07506e534356fcfed2094e4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 764d228bf994c2bae3bb6e87dc078f18385d855d36764ddcd18dde61b829ebb31e615f477535f5669bc050e2de63485533f1f9b5bf0ff9dc686cb2f3cc6ac5c1
|
7
|
+
data.tar.gz: d6f4c8155cf00d19b6f031e3c207e5b6c2082fd7217b4e58c4cf9200b0d1c5210773911609e6ed694b48f90179b8a5cc385a91fda20d23c6f5699e1d98bcb739
|
@@ -19,7 +19,7 @@ module License
|
|
19
19
|
when :public_domain
|
20
20
|
return true
|
21
21
|
when :permissive, :weak_copyleft
|
22
|
-
[:permissive, :weak_copyleft, :copyleft, :strong_copyleft].include? derivative_type
|
22
|
+
[:public_domain, :permissive, :weak_copyleft, :copyleft, :strong_copyleft].include? derivative_type
|
23
23
|
when :copyleft
|
24
24
|
[:copyleft, :strong_copyleft].include? derivative_type
|
25
25
|
when :strong_copyleft
|