model-cache 0.1.0 → 0.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.
File without changes
data/lib/model_cache.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  module ModelCache
2
2
 
3
3
  DO_CACHE = Rails.configuration.action_controller.perform_caching
4
- NIL_OBJECT = Object.new
4
+ NIL_OBJECT = :this_is_my_nil_and_not_a_bill
5
5
  DEFAULT_TIME = 12.hours
6
6
 
7
7
  def self.included(klass)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: model-cache
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Frantisek Havluj
@@ -25,7 +25,7 @@ files:
25
25
  - lib/model-cache.rb
26
26
  - lib/model_cache.rb
27
27
  - init.rb
28
- - README.rdoc
28
+ - README.textile
29
29
  - MIT-LICENSE
30
30
  - CHANGELOG
31
31
  has_rdoc: true