lib/request_log_analyzer.rb in wvanbergen-request-log-analyzer-1.3.2 vs lib/request_log_analyzer.rb in wvanbergen-request-log-analyzer-1.3.3
- 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.3.2"
+ VERSION = "1.3.3"
# 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)