record_cache 0.9.7 → 0.9.8
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/README.rdoc +0 -2
- data/Rakefile +1 -0
- data/VERSION +1 -1
- metadata +11 -1
data/README.rdoc
CHANGED
|
@@ -25,9 +25,7 @@ Invalidation is handled for you using callbacks.
|
|
|
25
25
|
== Dependencies:
|
|
26
26
|
|
|
27
27
|
* {after_commit}[http://github.com/freelancing-god/after_commit]
|
|
28
|
-
* {deferrable}[http://github.com/ninjudd/deferrable]
|
|
29
28
|
* {memcache}[http://github.com/ninjudd/memcache]
|
|
30
|
-
* {cache_version}[http://github.com/ninjudd/cache_version]
|
|
31
29
|
|
|
32
30
|
== License:
|
|
33
31
|
|
data/Rakefile
CHANGED
|
@@ -15,6 +15,7 @@ begin
|
|
|
15
15
|
s.add_dependency('deferrable', '>= 0.1.0')
|
|
16
16
|
s.add_dependency('memcache', '>= 1.0.0')
|
|
17
17
|
s.add_dependency('cache_version', '>= 0.9.4')
|
|
18
|
+
s.add_dependency('activerecord', '>= 0')
|
|
18
19
|
end
|
|
19
20
|
rescue LoadError
|
|
20
21
|
puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.9.
|
|
1
|
+
0.9.8
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: record_cache
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.
|
|
4
|
+
version: 0.9.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Justin Balthrop
|
|
@@ -52,6 +52,16 @@ dependencies:
|
|
|
52
52
|
- !ruby/object:Gem::Version
|
|
53
53
|
version: 0.9.4
|
|
54
54
|
version:
|
|
55
|
+
- !ruby/object:Gem::Dependency
|
|
56
|
+
name: activerecord
|
|
57
|
+
type: :runtime
|
|
58
|
+
version_requirement:
|
|
59
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
60
|
+
requirements:
|
|
61
|
+
- - ">="
|
|
62
|
+
- !ruby/object:Gem::Version
|
|
63
|
+
version: "0"
|
|
64
|
+
version:
|
|
55
65
|
description: Active Record caching and indexing in memcache
|
|
56
66
|
email: code@justinbalthrop.com
|
|
57
67
|
executables: []
|