revo-cache_fu 1.1.0 → 1.1.1

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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.0
1
+ 1.1.1
data/cache_fu.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{cache_fu}
8
- s.version = "1.1.0"
8
+ s.version = "1.1.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Chris Wanstrath"]
@@ -35,7 +35,7 @@ Gem::Specification.new do |s|
35
35
  "lib/acts_as_cached/local_cache.rb",
36
36
  "lib/acts_as_cached/memcached_rails.rb",
37
37
  "lib/acts_as_cached/recipes.rb",
38
- "lib/init.rb",
38
+ "lib/cache_fu.rb",
39
39
  "tasks/memcached.rake",
40
40
  "test/benchmarking_test.rb",
41
41
  "test/cache_test.rb",
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: revo-cache_fu
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Wanstrath
@@ -41,7 +41,7 @@ files:
41
41
  - lib/acts_as_cached/local_cache.rb
42
42
  - lib/acts_as_cached/memcached_rails.rb
43
43
  - lib/acts_as_cached/recipes.rb
44
- - lib/init.rb
44
+ - lib/cache_fu.rb
45
45
  - tasks/memcached.rake
46
46
  - test/benchmarking_test.rb
47
47
  - test/cache_test.rb