aub-cache_advance 1.1.0 → 1.1.1

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.
@@ -1,5 +1,5 @@
1
1
  Gem::Specification.new do |s|
2
- s.version = '1.1.0'
2
+ s.version = '1.1.1'
3
3
  s.date = %q{2009-01-08}
4
4
 
5
5
  s.name = %q{cache_advance}
@@ -56,7 +56,7 @@ module CacheAdvance
56
56
 
57
57
  def enabled=(state)
58
58
  @enabled = !!state
59
- write_to_store(enabled_key, @enabled, false)
59
+ @store.set(enabled_key, @enabled)
60
60
  end
61
61
 
62
62
  def enabled?
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aub-cache_advance
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aubrey Holland