lib/rotp/totp.rb in rotp-1.5.0 vs lib/rotp/totp.rb in rotp-1.6.0

- old
+ new

@@ -1,7 +1,6 @@ -DEFAULT_INTERVAL = 30 - module ROTP + DEFAULT_INTERVAL = 30 class TOTP < OTP attr_reader :interval, :issuer # @option options [Integer] interval (30) the time interval in seconds for OTP