lib/fozzie.rb in fozzie-1.0.1 vs lib/fozzie.rb in fozzie-1.0.2

- old
+ new

@@ -5,12 +5,16 @@ # # Fozzie provides automatic namespacing for the current environment, and host. # # Rack and Rails middleware is avaliable to gather statistics on the processing time of Controller actions. # + module Fozzie require 'core_ext/module/monitor' + require 'core_ext/module/alias_method_chain' unless Module.methods.include?(:alias_method_chain) + require 'core_ext/string/snakecase' + require 'core_ext/hash/symbolize_keys' require 'fozzie/adapter' require "fozzie/exception" require 'fozzie/configuration'