request-log-analyzer 1.9.4 → 1.9.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -13,7 +13,7 @@ module RequestLogAnalyzer
13
13
 
14
14
  # The current version of request-log-analyzer.
15
15
  # Do not change the value by hand; it will be updated automatically by the gem release script.
16
- VERSION = "1.9.4"
16
+ VERSION = "1.9.5"
17
17
 
18
18
 
19
19
  autoload :Controller, 'request_log_analyzer/controller'
@@ -216,7 +216,7 @@ module RequestLogAnalyzer
216
216
  end
217
217
  end
218
218
 
219
- if options[:reject]
219
+ if options[:select]
220
220
  options[:select].each do |(field, value)|
221
221
  controller.add_filter(:field, :mode => :select, :field => field, :value => value)
222
222
  end
@@ -2,7 +2,7 @@ Gem::Specification.new do |s|
2
2
  s.name = "request-log-analyzer"
3
3
 
4
4
  # Do not set the version and date field manually, this is done by the release script
5
- s.version = "1.9.4"
5
+ s.version = "1.9.5"
6
6
  s.date = "2010-10-14"
7
7
 
8
8
  s.rubyforge_project = 'r-l-a'
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 9
8
- - 4
9
- version: 1.9.4
8
+ - 5
9
+ version: 1.9.5
10
10
  platform: ruby
11
11
  authors:
12
12
  - Willem van Bergen