request-log-analyzer 1.3.0 → 1.3.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,8 +2,8 @@
2
2
  $:.unshift(File.dirname(__FILE__) + '/../lib')
3
3
  require 'request_log_analyzer'
4
4
  require 'cli/command_line_arguments'
5
- require 'lib/cli/progressbar'
6
- require 'lib/cli/tools'
5
+ require 'cli/progressbar'
6
+ require 'cli/tools'
7
7
 
8
8
  # Parse the arguments given via commandline
9
9
  begin
@@ -11,7 +11,7 @@ module RequestLogAnalyzer
11
11
 
12
12
  # The current version of request-log-analyzer.
13
13
  # This will be diplayed in output reports etc.
14
- VERSION = "1.3.0"
14
+ VERSION = "1.3.1"
15
15
 
16
16
  # Loads constants in the RequestLogAnalyzer namespace using self.load_default_class_file(base, const)
17
17
  # <tt>const</tt>:: The constant that is not yet loaded in the RequestLogAnalyzer namespace. This should be passed as a string or symbol.
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "request-log-analyzer"
3
- s.version = "1.3.0"
3
+ s.version = "1.3.1"
4
4
  s.date = "2009-09-12"
5
5
 
6
6
  s.rubyforge_project = 'r-l-a'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: request-log-analyzer
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Willem van Bergen