cascading-configuration-hash 1.5.0 → 1.5.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -29,7 +29,7 @@ class CascadingConfiguration::Hash::CompositingHash < Hash
29
29
  if for_instance
30
30
  super_configuration_module = module_configuration_module
31
31
  else
32
- super_configuration_module = module_configuration_module.super_configuration_module
32
+ super_configuration_module = module_configuration_module.super_configuration_module( configuration_name )
33
33
  end
34
34
 
35
35
  if super_configuration_module and
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: cascading-configuration-hash
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.5.0
5
+ version: 1.5.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Asher
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2012-01-16 00:00:00 Z
13
+ date: 2012-01-18 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: module-cluster