multi_fetch_fragments 0.0.6 → 0.0.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.
Files changed (2) hide show
  1. data/lib/multi_fetch_fragments.rb +0 -3
  2. metadata +1 -1
@@ -43,7 +43,6 @@ module MultiFetchFragments
43
43
 
44
44
  # sequentially render any non-cached objects remaining, and cache them
45
45
  if @collection.any?
46
- # debugger
47
46
 
48
47
  collection_objects_clone = @collection.clone
49
48
 
@@ -54,8 +53,6 @@ module MultiFetchFragments
54
53
  collection_object = collection_objects_clone[index]
55
54
  key = collection_to_keys_map[collection_object]
56
55
 
57
- debugger if key.blank?
58
-
59
56
  Rails.cache.write(key, item)
60
57
  end
61
58
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: multi_fetch_fragments
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: