auxesis-flapjack 0.4.8 → 0.4.9

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/flapjack.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'flapjack'
3
- s.version = '0.4.8'
3
+ s.version = '0.4.9'
4
4
  s.date = '2009-07-14'
5
5
 
6
6
  s.summary = "a scalable and distributed monitoring system"
@@ -1,5 +1,6 @@
1
1
  require 'ostruct'
2
2
  require 'daemons'
3
+ require 'log4r'
3
4
 
4
5
  class OpenStruct
5
6
  def to_h
@@ -16,8 +17,10 @@ module Daemons
16
17
  end
17
18
  end
18
19
 
19
- class Log4r::Logger
20
- def error(args)
21
- err(args)
20
+ module Log4r
21
+ class Logger
22
+ def error(args)
23
+ err(args)
24
+ end
22
25
  end
23
26
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: auxesis-flapjack
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.8
4
+ version: 0.4.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lindsay Holmwood