diff --git a/lib/request_log_analyzer.rb b/lib/request_log_analyzer.rb index e7ac0a26..81713345 100644 --- a/lib/request_log_analyzer.rb +++ b/lib/request_log_analyzer.rb @@ -11,7 +11,7 @@ module RequestLogAnalyzer # The current version of request-log-analyzer. # This will be diplayed in output reports etc. - VERSION = "1.3.6" + VERSION = "1.3.7" # Loads constants in the RequestLogAnalyzer namespace using self.load_default_class_file(base, const) # const:: The constant that is not yet loaded in the RequestLogAnalyzer namespace. This should be passed as a string or symbol. diff --git a/request-log-analyzer.gemspec b/request-log-analyzer.gemspec index 0b524aa9..26465e98 100644 --- a/request-log-analyzer.gemspec +++ b/request-log-analyzer.gemspec @@ -1,7 +1,7 @@ Gem::Specification.new do |s| s.name = "request-log-analyzer" - s.version = "1.3.6" - s.date = "2009-09-20" + s.version = "1.3.7" + s.date = "2009-09-22" s.rubyforge_project = 'r-l-a'