rbi/sord.rbi in sord-3.0.0.beta.2 vs rbi/sord.rbi in sord-3.0.0

- old
+ new

@@ -1,7 +1,8 @@ # typed: strong + module Sord - VERSION = T.let('3.0.0.beta.2', T.untyped) + VERSION = T.let('3.0.0', 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)