hash-compositing 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,6 @@
1
1
 
2
+ begin ; require 'development' ; rescue ; end
3
+
2
4
  require 'hash/hooked'
3
5
 
4
6
  # namespaces that have to be declared ahead of time for proper load order
@@ -307,7 +307,7 @@ module ::Hash::Compositing::HashInterface
307
307
  unless @without_child_hooks
308
308
  object = child_pre_set_hook( key, object )
309
309
  end
310
-
310
+
311
311
  non_cascading_store( key, object )
312
312
 
313
313
  unless @without_child_hooks
@@ -328,6 +328,8 @@ module ::Hash::Compositing::HashInterface
328
328
 
329
329
  @parent_key_lookup[ key ] = true
330
330
 
331
+ non_cascading_store( key, nil )
332
+
331
333
  @sub_composite_hashes.each do |this_hash|
332
334
  this_hash.instance_eval do
333
335
  update_as_sub_hash_for_parent_store( key )
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hash-compositing
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-07-14 00:00:00.000000000 Z
12
+ date: 2012-07-26 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: hash-hooked