lib/fozzie.rb in fozzie-0.0.18 vs lib/fozzie.rb in fozzie-0.0.19
- old
+ new
@@ -7,15 +7,15 @@
#
# Rack and Rails middleware is avaliable to gather statistics on the processing time of Controller actions.
#
module Fozzie
- require_relative 'fozzie/configuration'
- require_relative "fozzie/interface"
- require_relative "fozzie/version"
+ require 'fozzie/configuration'
+ require "fozzie/interface"
+ require "fozzie/version"
- require_relative "fozzie/rack/middleware"
- require_relative "fozzie/rails/middleware"
+ require "fozzie/rack/middleware"
+ require "fozzie/rails/middleware"
class << self
# Shortcut for `Fozzie.config`
def c
\ No newline at end of file