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.
Files changed (4) hide show
  1. data/README.rdoc +0 -1
  2. data/VERSION +1 -1
  3. data/cache-machine.gemspec +3 -4
  4. metadata +6 -6
@@ -120,7 +120,6 @@ From examples above:
120
120
  <% end %>
121
121
  <tt>cache_for</tt> method automatically sets EHTML format on cache key.
122
122
 
123
- == Test
124
123
 
125
124
  == Contributing to cache-machine
126
125
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.6b
1
+ 0.1.7
@@ -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.6c"
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.ru}
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: 56
5
- prerelease: 5
4
+ hash: 21
5
+ prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 6
10
- - c
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.ru
68
+ email: kgoslar@partyearth.com
69
69
  executables: []
70
70
 
71
71
  extensions: []