padrino-cache 0.10.6.a → 0.10.6.b
Sign up to get free protection for your applications and to get access to all the features.
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: padrino-cache
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 99
|
5
5
|
prerelease: 7
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 10
|
9
9
|
- 6
|
10
|
-
-
|
11
|
-
version: 0.10.6.
|
10
|
+
- b
|
11
|
+
version: 0.10.6.b
|
12
12
|
platform: ruby
|
13
13
|
authors:
|
14
14
|
- Padrino Team
|
@@ -19,7 +19,8 @@ autorequire:
|
|
19
19
|
bindir: bin
|
20
20
|
cert_chain: []
|
21
21
|
|
22
|
-
date: 2012-01-23 00:00:00
|
22
|
+
date: 2012-01-23 00:00:00 -08:00
|
23
|
+
default_executable:
|
23
24
|
dependencies:
|
24
25
|
- !ruby/object:Gem::Dependency
|
25
26
|
name: padrino-core
|
@@ -29,13 +30,13 @@ dependencies:
|
|
29
30
|
requirements:
|
30
31
|
- - "="
|
31
32
|
- !ruby/object:Gem::Version
|
32
|
-
hash:
|
33
|
+
hash: 99
|
33
34
|
segments:
|
34
35
|
- 0
|
35
36
|
- 10
|
36
37
|
- 6
|
37
|
-
-
|
38
|
-
version: 0.10.6.
|
38
|
+
- b
|
39
|
+
version: 0.10.6.b
|
39
40
|
type: :runtime
|
40
41
|
version_requirements: *id001
|
41
42
|
description: Caching support for memcached, page and fragment
|
@@ -67,6 +68,7 @@ files:
|
|
67
68
|
- test/helper.rb
|
68
69
|
- test/test_padrino_cache.rb
|
69
70
|
- test/test_stores.rb
|
71
|
+
has_rdoc: true
|
70
72
|
homepage: http://www.padrinorb.com
|
71
73
|
licenses: []
|
72
74
|
|
@@ -98,7 +100,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
98
100
|
requirements: []
|
99
101
|
|
100
102
|
rubyforge_project: padrino-cache
|
101
|
-
rubygems_version: 1.
|
103
|
+
rubygems_version: 1.6.2
|
102
104
|
signing_key:
|
103
105
|
specification_version: 3
|
104
106
|
summary: Page and fragment caching for Padrino
|
@@ -106,4 +108,3 @@ test_files:
|
|
106
108
|
- test/helper.rb
|
107
109
|
- test/test_padrino_cache.rb
|
108
110
|
- test/test_stores.rb
|
109
|
-
has_rdoc:
|