lib/daengine.rb in daengine-0.1.9 vs lib/daengine.rb in daengine-0.2.0

- old
+ new

@@ -49,10 +49,11 @@ def self.config @config end - def self.execute(config_options) + def self.execute() + config_options = YAML.load_file('C:\dev\529-workspace\rails\daengine\client\config.yml') self.configure(config_options) self.set_logger() self.log("Daengine: ### Loading application config ###", "info") config_options.each { |key, value| self.log("CONFIG #{key}\t#{value}", "info")} begin