redis_buddy 0.1.8 → 0.1.9

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/redis_buddy/cache_store.rb +1 -1
  2. metadata +2 -2
@@ -35,7 +35,7 @@ module ActiveSupport
35
35
 
36
36
  def delete(key, options = nil)
37
37
  super do
38
- @data.delete key
38
+ @data.del key
39
39
  end
40
40
  end
41
41
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 8
9
- version: 0.1.8
8
+ - 9
9
+ version: 0.1.9
10
10
  platform: ruby
11
11
  authors:
12
12
  - Ole Riesenberg