🚀 Big News:Socket Has Acquired Secure Annex.Learn More
Socket
Book a DemoSign in
Socket

redis_object

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redis_object - rubygems Package Compare versions

Comparing version
1.4.2
to
1.4.3
+1
-1
lib/redis_object/ext/view_caching.rb

@@ -143,3 +143,3 @@ # View Caching

obj = Object.const_get(obj) if obj.is_a?(String) or obj.is_a?(Symbol)
if invalidations(:up).include?(obj.class) and obj.respond_to?(:invalidated_by_other)
if (invalidations(:up).include?(obj.class) or invalidations(:up).include?(obj.class.name.to_sym)) and obj.respond_to?(:invalidated_by_other)
obj.invalidated_by_other(self,invalidation_chain + [self.hkey])

@@ -146,0 +146,0 @@ end

module Seabright
class RedisObject
VERSION = "1.4.2"
VERSION = "1.4.3"
end
end