cache-machine 0.1.6c → 0.1.7
Sign up to get free protection for your applications and to get access to all the features.
- data/README.rdoc +0 -1
- data/VERSION +1 -1
- data/cache-machine.gemspec +3 -4
- metadata +6 -6
data/README.rdoc
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.7
|
data/cache-machine.gemspec
CHANGED
@@ -5,13 +5,13 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{cache-machine}
|
8
|
-
s.version = "0.1.
|
8
|
+
s.version = "0.1.7"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
|
-
s.authors = ["Kevin Goslar"]
|
11
|
+
s.authors = ["Kevin Goslar", "Sergei Zinin"]
|
12
12
|
s.date = %q{2011-06-30}
|
13
13
|
s.description = %q{A Ruby on Rails framework to support cache management based on explicitely modeled caching dependencies.}
|
14
|
-
s.email = %q{kgoslar@partyearth.
|
14
|
+
s.email = %q{kgoslar@partyearth.com}
|
15
15
|
s.extra_rdoc_files = [
|
16
16
|
"LICENSE.txt",
|
17
17
|
"README.rdoc"
|
@@ -41,4 +41,3 @@ Gem::Specification.new do |s|
|
|
41
41
|
s.add_dependency(%q<jeweler>, ["~> 1.6.2"])
|
42
42
|
end
|
43
43
|
end
|
44
|
-
|
metadata
CHANGED
@@ -1,17 +1,17 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cache-machine
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
5
|
-
prerelease:
|
4
|
+
hash: 21
|
5
|
+
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
|
11
|
-
version: 0.1.6c
|
9
|
+
- 7
|
10
|
+
version: 0.1.7
|
12
11
|
platform: ruby
|
13
12
|
authors:
|
14
13
|
- Kevin Goslar
|
14
|
+
- Sergei Zinin
|
15
15
|
autorequire:
|
16
16
|
bindir: bin
|
17
17
|
cert_chain: []
|
@@ -65,7 +65,7 @@ dependencies:
|
|
65
65
|
type: :development
|
66
66
|
version_requirements: *id003
|
67
67
|
description: A Ruby on Rails framework to support cache management based on explicitely modeled caching dependencies.
|
68
|
-
email: kgoslar@partyearth.
|
68
|
+
email: kgoslar@partyearth.com
|
69
69
|
executables: []
|
70
70
|
|
71
71
|
extensions: []
|