lib/site_hook/config.rb in site_hook-0.9.7 vs lib/site_hook/config.rb in site_hook-0.9.8

- old
+ new

@@ -2,9 +2,10 @@ require 'yaml' require 'site_hook/string_ext' require 'site_hook/prelogger' module SiteHook class Config + @@config = {} # def self.validate(config) # config.each do |section, hsh| # case section.to_s # when 'webhook' # if hsh['port'] \ No newline at end of file