lib/attempt.rb in attempt-0.6.2 vs lib/attempt.rb in attempt-0.6.3

- old
+ new

@@ -10,10 +10,10 @@ # The Attempt class encapsulates methods related to multiple attempts at # running the same method before actually failing. class Attempt # The version of the attempt library. - VERSION = '0.6.2' + VERSION = '0.6.3' # Warning raised if an attempt fails before the maximum number of tries # has been reached. class Warning < StructuredWarnings::StandardWarning; end