lib/request_log_analyzer.rb in wvanbergen-request-log-analyzer-1.2.7 vs lib/request_log_analyzer.rb in wvanbergen-request-log-analyzer-1.2.8

- old
+ new

@@ -9,10 +9,10 @@ # - The actual application resides in the RequestLogAnalyzer::Controller class. module RequestLogAnalyzer # The current version of request-log-analyzer. # This will be diplayed in output reports etc. - VERSION = "1.2.7" + VERSION = "1.2.8" # Loads constants in the RequestLogAnalyzer namespace using self.load_default_class_file(base, const) # <tt>const</tt>:: The constant that is not yet loaded in the RequestLogAnalyzer namespace. This should be passed as a string or symbol. def self.const_missing(const) load_default_class_file(RequestLogAnalyzer, const)