lib/seo_cache.rb in seo_cache-0.3.0 vs lib/seo_cache.rb in seo_cache-0.4.0
- old
+ new
@@ -18,14 +18,14 @@
self.chrome_path = nil
mattr_accessor :cache_mode # disk or memory
self.cache_mode = 'memory'
- mattr_accessor :disk_cache_path
- self.disk_cache_path = ''
+ mattr_accessor :cache_path
+ self.cache_path = ''
- mattr_accessor :disk_cache_extension
- self.disk_cache_extension = '.html'
+ mattr_accessor :cache_extension
+ self.cache_extension = '.html'
mattr_accessor :redis_url
self.redis_url = 'redis://localhost:6379/'
mattr_accessor :redis_namespace