logtrend 0.1.20101203222805 → 0.1.20101204135642

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.
Files changed (2) hide show
  1. data/samples/example.rb +3 -3
  2. metadata +18 -4
data/samples/example.rb CHANGED
@@ -11,13 +11,13 @@ Dir.mkdir('/tmp/graphs') if !File.exists?('/tmp/graphs')
11
11
  LogTrend.start('test.log', "/tmp/rrd", "/tmp/graphs") do |l|
12
12
  l.trends = {
13
13
  :total => /.*/,
14
- :fbod => /fogbugz\.com/,
15
- :kod => /kilnhg\.com/
14
+ :fbod => /fogbugz.com/,
15
+ :kod => /kilnhg.com/
16
16
  }
17
17
 
18
18
  l.graphs = {
19
19
  "requests_per_minute" => {
20
- :total => '#0066cc',
20
+ :fbod => '#0066cc',
21
21
  :kod => '#993333'
22
22
  }
23
23
  }
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: 40202406445617
4
+ hash: 40202408271279
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 20101203222805
10
- version: 0.1.20101203222805
9
+ - 20101204135642
10
+ version: 0.1.20101204135642
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-03 00:00:00 -05:00
18
+ date: 2010-12-04 00:00:00 -05:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -46,6 +46,20 @@ dependencies:
46
46
  version: "0"
47
47
  type: :runtime
48
48
  version_requirements: *id002
49
+ - !ruby/object:Gem::Dependency
50
+ name: rrd-ffi
51
+ prerelease: false
52
+ requirement: &id003 !ruby/object:Gem::Requirement
53
+ none: false
54
+ requirements:
55
+ - - ">="
56
+ - !ruby/object:Gem::Version
57
+ hash: 3
58
+ segments:
59
+ - 0
60
+ version: "0"
61
+ type: :runtime
62
+ version_requirements: *id003
49
63
  description: logtrend is an HTTP log parser built on top of event machine, generating rrd graphs of usage matching patterns you define.
50
64
  email: michael.gorsuch@gmail.com
51
65
  executables: []