seifertd-cache-money 0.2.6 → 0.2.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/cache_money.rb +1 -1
  2. metadata +2 -3
data/lib/cache_money.rb CHANGED
@@ -28,7 +28,7 @@ class ActiveRecord::Base
28
28
  def self.is_cached(options = {})
29
29
  options.assert_valid_keys(:ttl, :repository, :version)
30
30
  include Cash
31
- Config.create(self, options)
31
+ Cash::Config::Config.create(self, options)
32
32
  end
33
33
  end
34
34
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: seifertd-cache-money
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.6
4
+ version: 0.2.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nick Kallen
@@ -74,7 +74,6 @@ files:
74
74
  - lib/cache_money.rb
75
75
  has_rdoc: false
76
76
  homepage: http://github.com/seifertd/cache-money
77
- licenses:
78
77
  post_install_message:
79
78
  rdoc_options: []
80
79
 
@@ -95,7 +94,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
95
94
  requirements: []
96
95
 
97
96
  rubyforge_project:
98
- rubygems_version: 1.3.5
97
+ rubygems_version: 1.2.0
99
98
  signing_key:
100
99
  specification_version: 2
101
100
  summary: Write-through and Read-through Cacheing for ActiveRecord