lib/marlowe.rb in marlowe-1.0.0 vs lib/marlowe.rb in marlowe-1.0.1

- old
+ new

@@ -1,7 +1,7 @@ # Marlowe, a correlation id injector. module Marlowe - VERSION = '1.0.0' #:nodoc: + VERSION = '1.0.1' #:nodoc: require 'marlowe/middleware' require 'marlowe/rails' if defined? Rails::Railtie autoload :Formatter, 'marlowe/formatter'