lib/marlowe.rb in marlowe-2.0 vs lib/marlowe.rb in marlowe-2.1
- old
+ new
@@ -1,12 +1,12 @@
# frozen_string_literal: true
# Marlowe, a correlation id injector.
module Marlowe
- VERSION = '2.0' #:nodoc:
+ VERSION = "2.1" #:nodoc:
- require 'marlowe/middleware'
- require 'marlowe/rails' if defined? Rails::Railtie
+ require "marlowe/middleware"
+ require "marlowe/rails" if defined? Rails::Railtie
- autoload :Formatter, 'marlowe/formatter'
- autoload :SimpleFormatter, 'marlowe/simple_formatter'
+ autoload :Formatter, "marlowe/formatter"
+ autoload :SimpleFormatter, "marlowe/simple_formatter"
end