lib/attempt.rb in attempt-0.1.1 vs lib/attempt.rb in attempt-0.1.2

- old
+ new

@@ -1,8 +1,8 @@ require 'timeout' class Attempt - VERSION = '0.1.1' + VERSION = '0.1.2' # Number of attempts to make before failing. The default is 3. attr_accessor :tries # Number of seconds to wait between attempts. The default is 60.