erector_cache 0.0.3 → 0.0.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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.3
1
+ 0.0.4
@@ -31,7 +31,7 @@ module ErectorCache
31
31
  end
32
32
  end.join(":")
33
33
 
34
- LAWNCHAIR.redis.keys(search_key).split.each{|key| LAWNCHAIR.redis.del(key) }
34
+ LAWNCHAIR.redis.keys(search_key).each{|key| LAWNCHAIR.redis.del(key) }
35
35
  end
36
36
 
37
37
  def cache_key(hash)
@@ -120,6 +120,7 @@ describe ErectorCache::Widget do
120
120
 
121
121
  Lawnchair.redis.keys("*Shell*").should_not be_blank
122
122
  Lawnchair.redis.keys("*Katanas*").should_not be_blank
123
+
123
124
  NinjaTurtle.expire!(:weapon => @shell)
124
125
 
125
126
  Lawnchair.redis.keys("*Shell*").should be_blank
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: erector_cache
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 23
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 3
10
- version: 0.0.3
9
+ - 4
10
+ version: 0.0.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Grockit