module-cluster 1.3.6 → 1.3.7

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.
@@ -9,7 +9,7 @@ module ModuleCluster::ExtendForCascade
9
9
  super
10
10
  class_or_module.module_eval do
11
11
  extend ModuleCluster::CascadeFeatures
12
- end unless class_or_module.is_a?( Class )
12
+ end if class_or_module.is_a?( Module ) and ! class_or_module.is_a?( Class )
13
13
  end
14
14
 
15
15
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: module-cluster
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.3.6
5
+ version: 1.3.7
6
6
  platform: ruby
7
7
  authors:
8
8
  - Asher