lib/attempt.rb in attempt-0.5.1 vs lib/attempt.rb in attempt-0.6.0
- old
+ new
@@ -4,10 +4,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.5.1'.freeze
+ VERSION = '0.6.0'.freeze
# Warning raised if an attempt fails before the maximum number of tries
# has been reached.
class Warning < StructuredWarnings::StandardWarning; end