rbi/sord.rbi in sord-3.0.0 vs rbi/sord.rbi in sord-3.0.1
- old
+ new
@@ -1,8 +1,8 @@
# typed: strong
module Sord
- VERSION = T.let('3.0.0', T.untyped)
+ VERSION = T.let('3.0.1', T.untyped)
# Handles writing logs to stdout and any other classes which request them.
module Logging
AVAILABLE_TYPES = T.let([:warn, :info, :duck, :error, :infer, :omit, :done].freeze, T.untyped)