lib/howami/configuration.rb in howami-0.0.1 vs lib/howami/configuration.rb in howami-0.0.2

- old
+ new

@@ -1,6 +1,7 @@ require "methadone" +require "fileutils" module Howami class Configuration include Methadone::CLILogging @@ -30,6 +31,6 @@ def self.has_stored_credentials? File.exist? CREDENTIALS_STORE end end -end \ No newline at end of file +end