cache-store-api 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -54,7 +54,7 @@ module CacheStoreApi
54
54
 
55
55
  protected
56
56
  def perform_caching_lambda
57
- @perform_caching_lambda || lambda do
57
+ @perform_caching_lambda ||= lambda do
58
58
  true
59
59
  end
60
60
  end
@@ -1,3 +1,3 @@
1
1
  module CacheStoreApi
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: cache-store-api
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.2
5
+ version: 0.1.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - Brian Takita
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-09-06 00:00:00 -07:00
13
+ date: 2011-09-07 00:00:00 -07:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency