Skip to content

Commit

Permalink
Released request-log-analyzer gem version 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wvanbergen committed Oct 7, 2009
1 parent 775069e commit d987b57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.
# Do not change the value by hand; it will be updated automatically by the gem release script.
VERSION = "4.0.1"
VERSION = "1.4.1"

# 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.
Expand Down
2 changes: 1 addition & 1 deletion request-log-analyzer.gemspec
Expand Up @@ -2,7 +2,7 @@ Gem::Specification.new do |s|
s.name = "request-log-analyzer"

# Do not set the version and date field manually, this is done by the release script
s.version = "4.0.1"
s.version = "1.4.1"
s.date = "2009-10-07"

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

0 comments on commit d987b57

Please sign in to comment.