logtrend 0.9.20101205102615 → 0.9.20101208165234

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/logtrend.rb +2 -2
  2. metadata +5 -5
data/lib/logtrend.rb CHANGED
@@ -7,9 +7,9 @@ require 'erb'
7
7
 
8
8
  module LogTrend
9
9
  class Base
10
- # This sets the directory where graphs should be stored. Default is '.'
10
+ # This sets the directory where graphs should be stored.
11
11
  attr_accessor :graphs_dir
12
- # This sets the directory where your RRD files will rest. Default is '.'
12
+ # This sets the directory where your RRD files will rest.
13
13
  attr_accessor :rrd_dir
14
14
 
15
15
  def initialize
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logtrend
3
3
  version: !ruby/object:Gem::Version
4
- hash: 40202410205205
4
+ hash: 40202416330463
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 9
9
- - 20101205102615
10
- version: 0.9.20101205102615
9
+ - 20101208165234
10
+ version: 0.9.20101208165234
11
11
  platform: ruby
12
12
  authors:
13
13
  - Michael Gorsuch
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-12-05 00:00:00 -05:00
18
+ date: 2010-12-08 00:00:00 -05:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -105,6 +105,6 @@ rubyforge_project:
105
105
  rubygems_version: 1.3.7
106
106
  signing_key:
107
107
  specification_version: 3
108
- summary: logtrend - an event-driven http log parser that generates rrd graphs
108
+ summary: logtrend - an event-driven log parser that watches logs in realtime, categorized traffic, and generates rrd graphs.
109
109
  test_files: []
110
110