lib/luffa/patches/retriable.rb in luffa-1.0.3 vs lib/luffa/patches/retriable.rb in luffa-1.0.4
- old
+ new
@@ -1,5 +1,6 @@
require 'retriable'
+require 'retriable/version'
module Luffa
# A class to bridge the gap between retriable 1.x and 2.0.
class RetryOpts
def self.tries_and_interval(tries, interval, other_retry_options={})