merb-cache 1.0.9 → 1.0.10
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.
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: merb-cache
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.10
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ben Burkert
|
|
@@ -9,7 +9,7 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2009-
|
|
12
|
+
date: 2009-03-18 00:00:00 -07:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
@@ -20,7 +20,7 @@ dependencies:
|
|
|
20
20
|
requirements:
|
|
21
21
|
- - ">="
|
|
22
22
|
- !ruby/object:Gem::Version
|
|
23
|
-
version: 1.0.
|
|
23
|
+
version: 1.0.10
|
|
24
24
|
version:
|
|
25
25
|
description: Merb plugin that provides caching (page, action, fragment, object)
|
|
26
26
|
email: ben@benburkert.com
|
|
@@ -81,6 +81,8 @@ files:
|
|
|
81
81
|
- spec/spec_helper.rb
|
|
82
82
|
has_rdoc: true
|
|
83
83
|
homepage: http://merbivore.com
|
|
84
|
+
licenses: []
|
|
85
|
+
|
|
84
86
|
post_install_message:
|
|
85
87
|
rdoc_options: []
|
|
86
88
|
|
|
@@ -103,7 +105,7 @@ requirements: []
|
|
|
103
105
|
rubyforge_project: merb
|
|
104
106
|
rubygems_version: 1.3.1
|
|
105
107
|
signing_key:
|
|
106
|
-
specification_version:
|
|
108
|
+
specification_version: 3
|
|
107
109
|
summary: Merb plugin that provides caching (page, action, fragment, object)
|
|
108
110
|
test_files: []
|
|
109
111
|
|