lib/flapjack/configuration.rb in flapjack-0.6.31 vs lib/flapjack/configuration.rb in flapjack-0.6.32

- old
+ new

@@ -1,8 +1,9 @@ #!/usr/bin/env ruby require 'yaml' +require 'logger' module Flapjack class Configuration @@ -58,6 +59,6 @@ config_env end end -end \ No newline at end of file +end