merb-cache 1.0.11 → 1.0.12

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. metadata +4 -16
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.11
4
+ version: 1.0.12
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-03-31 00:00:00 -07:00
12
+ date: 2009-06-30 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.11
23
+ version: 1.0.12
24
24
  version:
25
25
  description: Merb plugin that provides caching (page, action, fragment, object)
26
26
  email: ben@benburkert.com
@@ -37,20 +37,14 @@ files:
37
37
  - README
38
38
  - Rakefile
39
39
  - TODO
40
- - lib/merb-cache
41
40
  - lib/merb-cache/cache.rb
42
41
  - lib/merb-cache/cache_request.rb
43
- - lib/merb-cache/core_ext
44
42
  - lib/merb-cache/core_ext/enumerable.rb
45
43
  - lib/merb-cache/core_ext/hash.rb
46
- - lib/merb-cache/merb_ext
47
44
  - lib/merb-cache/merb_ext/controller.rb
48
- - lib/merb-cache/stores
49
- - lib/merb-cache/stores/fundamental
50
45
  - lib/merb-cache/stores/fundamental/abstract_store.rb
51
46
  - lib/merb-cache/stores/fundamental/file_store.rb
52
47
  - lib/merb-cache/stores/fundamental/memcached_store.rb
53
- - lib/merb-cache/stores/strategy
54
48
  - lib/merb-cache/stores/strategy/abstract_strategy_store.rb
55
49
  - lib/merb-cache/stores/strategy/action_store.rb
56
50
  - lib/merb-cache/stores/strategy/adhoc_store.rb
@@ -58,20 +52,14 @@ files:
58
52
  - lib/merb-cache/stores/strategy/page_store.rb
59
53
  - lib/merb-cache/stores/strategy/sha1_store.rb
60
54
  - lib/merb-cache.rb
61
- - spec/merb-cache
62
55
  - spec/merb-cache/cache_request_spec.rb
63
56
  - spec/merb-cache/cache_spec.rb
64
- - spec/merb-cache/core_ext
65
57
  - spec/merb-cache/core_ext/enumerable_spec.rb
66
58
  - spec/merb-cache/core_ext/hash_spec.rb
67
- - spec/merb-cache/merb_ext
68
59
  - spec/merb-cache/merb_ext/controller_spec.rb
69
- - spec/merb-cache/stores
70
- - spec/merb-cache/stores/fundamental
71
60
  - spec/merb-cache/stores/fundamental/abstract_store_spec.rb
72
61
  - spec/merb-cache/stores/fundamental/file_store_spec.rb
73
62
  - spec/merb-cache/stores/fundamental/memcached_store_spec.rb
74
- - spec/merb-cache/stores/strategy
75
63
  - spec/merb-cache/stores/strategy/abstract_strategy_store_spec.rb
76
64
  - spec/merb-cache/stores/strategy/action_store_spec.rb
77
65
  - spec/merb-cache/stores/strategy/adhoc_store_spec.rb
@@ -103,7 +91,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
103
91
  requirements: []
104
92
 
105
93
  rubyforge_project: merb
106
- rubygems_version: 1.3.1
94
+ rubygems_version: 1.3.2
107
95
  signing_key:
108
96
  specification_version: 3
109
97
  summary: Merb plugin that provides caching (page, action, fragment, object)