adva-cache 0.0.1 → 0.0.2

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/lib/adva_cache/version.rb +3 -0
  2. metadata +7 -6
@@ -0,0 +1,3 @@
1
+ module AdvaCache
2
+ VERSION = "0.0.2"
3
+ end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: adva-cache
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
9
+ - 2
10
+ version: 0.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Sven Fuchs
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-10-29 00:00:00 +02:00
18
+ date: 2010-11-08 00:00:00 +01:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -80,7 +80,7 @@ dependencies:
80
80
  version: 0.0.4
81
81
  type: :runtime
82
82
  version_requirements: *id004
83
- description: "[description]"
83
+ description: Cache engine for adva-cms2
84
84
  email: nobody@adva-cms.org
85
85
  executables: []
86
86
 
@@ -93,6 +93,7 @@ files:
93
93
  - lib/adva/cache/responder/purge.rb
94
94
  - lib/adva/cache/responder.rb
95
95
  - lib/adva/cache.rb
96
+ - lib/adva_cache/version.rb
96
97
  - lib/testing/step_definitions.rb
97
98
  has_rdoc: true
98
99
  homepage: http://github.com/svenfuchs/adva-cms2
@@ -127,6 +128,6 @@ rubyforge_project: "[none]"
127
128
  rubygems_version: 1.3.7
128
129
  signing_key:
129
130
  specification_version: 3
130
- summary: "[summary]"
131
+ summary: Cache engine for adva-cms2
131
132
  test_files: []
132
133