./lib/catori/Db.rb in catori-0.2.5 vs ./lib/catori/Db.rb in catori-0.2.6

- old
+ new

@@ -17,9 +17,10 @@ @@db end def self.data_conexion if(File.exists?(Catori::CONFIG_FILE)) data={} + require 'yaml' File.open( Catori::CONFIG_FILE ) { |yf| data=YAML::load( yf ) } else raise "Install the application using catori --install" end data