lib/seo_cache.rb in seo_cache-0.6.0 vs lib/seo_cache.rb in seo_cache-0.7.0

- old
+ new

@@ -30,9 +30,12 @@ self.redis_url = 'redis://localhost:6379/' mattr_accessor :redis_namespace self.redis_namespace = '_seo_cache:' + mattr_accessor :whitelist_hosts + self.whitelist_hosts = [] + mattr_accessor :blacklist_urls self.blacklist_urls = [] mattr_accessor :whitelist_urls self.whitelist_urls = []