module-cluster 1.1.0 → 1.1.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.
@@ -19,7 +19,7 @@ describe ModuleCluster::IncludeExtendSupport do
19
19
  class ModuleCluster::IncludeExtendSupport::MockClass
20
20
  includes = [ ModuleCluster::IncludeExtendSupport::Mock01::MockModule1,
21
21
  ModuleCluster::IncludeExtendSupport::Mock01::MockModule2 ]
22
- ModuleCluster::IncludeExtendSupport::Mock01.set_includes_for_class_or_module( self, includes )
22
+ ModuleCluster::IncludeExtendSupport::Mock01.add_includes_for_class_or_module( self, includes )
23
23
  end
24
24
  end
25
25
 
@@ -39,7 +39,7 @@ describe ModuleCluster::IncludeExtendSupport do
39
39
  class ModuleCluster::IncludeExtendSupport::MockClass
40
40
  includes = [ ModuleCluster::IncludeExtendSupport::Mock02::MockModule1,
41
41
  ModuleCluster::IncludeExtendSupport::Mock02::MockModule2 ]
42
- ModuleCluster::IncludeExtendSupport::Mock02.set_includes_for_class_or_module( self, includes )
42
+ ModuleCluster::IncludeExtendSupport::Mock02.add_includes_for_class_or_module( self, includes )
43
43
  end
44
44
  end
45
45
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 1
8
- - 0
9
- version: 1.1.0
8
+ - 1
9
+ version: 1.1.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Asher