Skip to content

Commit

Permalink
Released request-log-analyzer gem version 1.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
wvanbergen committed Sep 22, 2009
1 parent 9d94aa2 commit e79d070
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/request_log_analyzer.rb
Expand Up @@ -11,7 +11,7 @@ module RequestLogAnalyzer


# The current version of request-log-analyzer. # The current version of request-log-analyzer.
# This will be diplayed in output reports etc. # 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) # 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. # <tt>const</tt>:: The constant that is not yet loaded in the RequestLogAnalyzer namespace. This should be passed as a string or symbol.
Expand Down
4 changes: 2 additions & 2 deletions request-log-analyzer.gemspec
@@ -1,7 +1,7 @@
Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = "request-log-analyzer" s.name = "request-log-analyzer"
s.version = "1.3.6" s.version = "1.3.7"
s.date = "2009-09-20" s.date = "2009-09-22"


s.rubyforge_project = 'r-l-a' s.rubyforge_project = 'r-l-a'


Expand Down

0 comments on commit e79d070

Please sign in to comment.