cachetastic 1.7.2 → 1.7.3

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.
Files changed (2) hide show
  1. data/doc/created.rid +1 -1
  2. metadata +6 -5
@@ -1 +1 @@
1
- Tue, 01 Jul 2008 15:06:06 -0400
1
+ Mon, 04 Aug 2008 10:28:47 -0400
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cachetastic
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.2
4
+ version: 1.7.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - markbates
@@ -9,17 +9,18 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-07-01 00:00:00 -04:00
12
+ date: 2008-08-04 00:00:00 -04:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: application_configuration
17
+ type: :runtime
17
18
  version_requirement:
18
19
  version_requirements: !ruby/object:Gem::Requirement
19
20
  requirements:
20
- - - ">="
21
+ - - "="
21
22
  - !ruby/object:Gem::Version
22
- version: "0"
23
+ version: 1.5.2
23
24
  version:
24
25
  description: A very simple, yet very powerful caching framework for Ruby.
25
26
  email: mark@mackframework.com
@@ -122,7 +123,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
122
123
  requirements: []
123
124
 
124
125
  rubyforge_project: magrathea
125
- rubygems_version: 1.1.1
126
+ rubygems_version: 1.2.0
126
127
  signing_key:
127
128
  specification_version: 2
128
129
  summary: A very simple, yet very powerful caching framework for Ruby.