From 30f59975eda5097e0df7f89984e1e40d15707f7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernat=20R=C3=A0fales?= Date: Fri, 17 Aug 2012 18:15:35 +0200 Subject: [PATCH] Removed Retryable module inclusion Since new versions of the gem retryable don't actually use a Retryable module, it can be safely removed --- lib/mega_mutex/distributed_mutex.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/mega_mutex/distributed_mutex.rb b/lib/mega_mutex/distributed_mutex.rb index 31454f0..5e8465d 100644 --- a/lib/mega_mutex/distributed_mutex.rb +++ b/lib/mega_mutex/distributed_mutex.rb @@ -6,7 +6,6 @@ module MegaMutex class TimeoutError < Exception; end class DistributedMutex - include Retryable class << self def cache