lib/host_config.rb in host_config-0.0.2 vs lib/host_config.rb in host_config-0.0.3

- old
+ new

@@ -1,9 +1,10 @@ require 'ostruct' require 'socket' +require 'active_support/core_ext/hash' module HostConfig - VERSION = "0.0.2" + VERSION = "0.0.3" class MissingConfigFile < StandardError; end class << self def init!( opts={} )