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