module-cluster 1.3.3 → 1.3.4

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.
@@ -93,10 +93,13 @@ module ModuleCluster::CascadeFeatures
93
93
  end
94
94
 
95
95
  includes.uniq!
96
+ includes.compact!
96
97
  extends.uniq!
98
+ extends.compact!
97
99
  cascades.each do |this_dependency_module, this_method_and_module_set|
98
100
  this_method_and_module_set.each do |this_method, this_module_set|
99
101
  this_module_set.uniq!
102
+ this_module_set.compact!
100
103
  end
101
104
  end
102
105
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 3
8
- - 3
9
- version: 1.3.3
8
+ - 4
9
+ version: 1.3.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - Asher