lib/bckbn/configuration.rb in bckbn-0.1.2 vs lib/bckbn/configuration.rb in bckbn-0.2.0

- old
+ new

@@ -16,9 +16,10 @@ new end def initialize(**opts) opts[:api_version] ||= API_VERSION + opts[:log_level] ||= :error super(**opts) end end end