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.
data/lib/request_log_analyzer.rb
CHANGED
|
@@ -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.
|
|
16
|
+
VERSION = "1.9.5"
|
|
17
17
|
|
|
18
18
|
|
|
19
19
|
autoload :Controller, 'request_log_analyzer/controller'
|