padrino-cache 0.13.0.beta1 → 0.13.0.beta2
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.
- checksums.yaml +4 -4
- data/README.rdoc +2 -2
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ec0907ad8f67cea9ff70d0e64ca16ca4f03c00a2
|
|
4
|
+
data.tar.gz: bd824d239686aa0a50df596e1e6345603ba4067e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 79f82bcf1edecfe4e087cf825ff233fae9d120ed883dd1ef0bfc877e77fa6739c2ae76fad27485ad6c88f0e85e212dfc302f593c80d02192aeb2910ab2c56a94
|
|
7
|
+
data.tar.gz: 150f0b63155706e2032fa1995c4f0809575fa4d5adb674dce32be81ca8b90fd017832e90adb077fb7dc887ad4c627734dcbdcedd413ff20c72ab3d4f14b1f2d9
|
data/README.rdoc
CHANGED
|
@@ -6,7 +6,7 @@ This component enables caching of an application's response contents on
|
|
|
6
6
|
both page- and fragment-levels. Output cached in this manner is
|
|
7
7
|
persisted, until it expires or is actively expired, in a configurable store
|
|
8
8
|
of your choosing. Most popular key/value stores work out of the box. Take a look
|
|
9
|
-
at the
|
|
9
|
+
at the {Moneta documentation}[http://rubydoc.info/gems/moneta] for a list of all supported stores.
|
|
10
10
|
|
|
11
11
|
== Caching Quickstart
|
|
12
12
|
|
|
@@ -343,4 +343,4 @@ Page-level expiration works exactly like the example above--by using
|
|
|
343
343
|
|
|
344
344
|
== Copyright
|
|
345
345
|
|
|
346
|
-
Copyright (c) 2011-
|
|
346
|
+
Copyright (c) 2011-2015 Padrino. See LICENSE for details.
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: padrino-cache
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.13.0.
|
|
4
|
+
version: 0.13.0.beta2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Padrino Team
|
|
@@ -11,7 +11,7 @@ authors:
|
|
|
11
11
|
autorequire:
|
|
12
12
|
bindir: bin
|
|
13
13
|
cert_chain: []
|
|
14
|
-
date: 2015-
|
|
14
|
+
date: 2015-04-11 00:00:00.000000000 Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: padrino-core
|
|
@@ -19,28 +19,28 @@ dependencies:
|
|
|
19
19
|
requirements:
|
|
20
20
|
- - '='
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
|
-
version: 0.13.0.
|
|
22
|
+
version: 0.13.0.beta2
|
|
23
23
|
type: :runtime
|
|
24
24
|
prerelease: false
|
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
26
26
|
requirements:
|
|
27
27
|
- - '='
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
|
-
version: 0.13.0.
|
|
29
|
+
version: 0.13.0.beta2
|
|
30
30
|
- !ruby/object:Gem::Dependency
|
|
31
31
|
name: padrino-helpers
|
|
32
32
|
requirement: !ruby/object:Gem::Requirement
|
|
33
33
|
requirements:
|
|
34
34
|
- - '='
|
|
35
35
|
- !ruby/object:Gem::Version
|
|
36
|
-
version: 0.13.0.
|
|
36
|
+
version: 0.13.0.beta2
|
|
37
37
|
type: :runtime
|
|
38
38
|
prerelease: false
|
|
39
39
|
version_requirements: !ruby/object:Gem::Requirement
|
|
40
40
|
requirements:
|
|
41
41
|
- - '='
|
|
42
42
|
- !ruby/object:Gem::Version
|
|
43
|
-
version: 0.13.0.
|
|
43
|
+
version: 0.13.0.beta2
|
|
44
44
|
- !ruby/object:Gem::Dependency
|
|
45
45
|
name: moneta
|
|
46
46
|
requirement: !ruby/object:Gem::Requirement
|