apache_log_report 0.9.4 → 0.9.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7e24660fd5b97e6d07312173f1333c60be9191802d27ca114f7fd5ca8e615559
4
- data.tar.gz: f141ec4f8e12eaaee87bdba74ec287d21b0e1266e7ac10364a7dda5f402a0b0b
3
+ metadata.gz: 8d75b1094318f7610f0ef9f0cd34ef7fe5d2ba38effb65514d1ca2dddb90962c
4
+ data.tar.gz: c0c16a44463d9a808dd6919aaf8aa1c1dfbf16bd589bdef1c8ab6e839dba8c05
5
5
  SHA512:
6
- metadata.gz: 793fbf6d497b55d77947034dcc80b4b62f9c83f181db23a7d34554d87becca1e726aed70957646b7da8ff6c22d6055e32df9b1fe18d4b3f74c4e9b56993de99e
7
- data.tar.gz: 4fc2177c75b0a6ea25c6c0c6e7d1166fb28914c1de978d64afd2196e92cb47df65c4901e181f78a432c2786b85d7a6164b4771f40b0a000429d1ba29b938fa65
6
+ metadata.gz: af73bf2dd1eec2b9985cc0fa0cf72c7ae1ca0afa91e14eb11e5b6e187d52a81880fe4b3051eba23ad3d5b207d977e0a9132e0644ae51853b8e6d76ff41b7ee1d
7
+ data.tar.gz: c968b4971563a5164e790392a34d7cda4787a21385f283d6f39c27ae14a4b10bb99c735d7084f562af169337f77e17e22b4a78d7e9cd9d84eca411be0d59b491
data/README.org CHANGED
@@ -12,6 +12,13 @@
12
12
 
13
13
  See the [[file:CHANGELOG.org][CHANGELOG]] file.
14
14
 
15
+ * Todo
16
+
17
+ ** TODO Version information from command line and in reports
18
+ ** TODO Refactor code from one giant class to more manageable chunkes
19
+ ** TODO Move performance stats var to class (to isolate vars)
20
+ ** TODO Check total number of days (which is not working, now)
21
+
15
22
  * Compatibility
16
23
 
17
24
 
@@ -393,12 +393,12 @@ set boxwidth 0.6
393
393
  set style data histograms
394
394
  set style histogram clustered gap 1
395
395
 
396
- plot data using 2:xtic(1) lc rgb "#CC0000" title "4xx", \\
396
+ plot data using 2:xtic(1) lc rgb "#00AA00" title "2xx", \\
397
397
  data using 3 lc rgb "#0000CC" title "3xx", \\
398
- data using 4 lc rgb "#00AA00" title "2xx", \\
399
- data using ($0 - 1. / 4):($2 + 0.5):2 with labels title "" textcolor rgb("#CC0000"), \\
398
+ data using 4 lc rgb "#AA0000" title "4xx", \\
399
+ data using ($0 - 1. / 4):($2 + 0.5):2 with labels title "" textcolor rgb("#00AA00"), \\
400
400
  data using ($0):($3 + 0.5):3 with labels title "" textcolor rgb("#0000CC"), \\
401
- data using ($0 + 1. / 4):($4 + 0.5):4 with labels title "" textcolor rgb("#00AA00")
401
+ data using ($0 + 1. / 4):($4 + 0.5):4 with labels title "" textcolor rgb("#AA0000")
402
402
  #+END_SRC
403
403
 
404
404
  * Browsers
@@ -1,3 +1,3 @@
1
1
  module ApacheLogReport
2
- VERSION = "0.9.4"
2
+ VERSION = "0.9.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: apache_log_report
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.4
4
+ version: 0.9.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adolfo Villafiorita