god 0.4.0 → 0.4.1

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 (4) hide show
  1. data/History.txt +4 -0
  2. data/Rakefile +1 -1
  3. data/lib/god.rb +2 -1
  4. metadata +1 -1
data/History.txt CHANGED
@@ -1,3 +1,7 @@
1
+ == 0.4.1
2
+ * Bug Fixes
3
+ * require 'stringio' for ruby 1.8.5
4
+
1
5
  == 0.4.0
2
6
 
3
7
  * Major Enhancements
data/Rakefile CHANGED
@@ -1,7 +1,7 @@
1
1
  require 'rubygems'
2
2
  require 'hoe'
3
3
 
4
- Hoe.new('god', '0.4.0') do |p|
4
+ Hoe.new('god', '0.4.1') do |p|
5
5
  p.rubyforge_name = 'god'
6
6
  p.author = 'Tom Preston-Werner'
7
7
  p.email = 'tom@rubyisawesome.com'
data/lib/god.rb CHANGED
@@ -1,6 +1,7 @@
1
1
  $:.unshift File.dirname(__FILE__) # For use/testing when no gem is installed
2
2
 
3
3
  # core
4
+ require 'stringio'
4
5
  require 'logger'
5
6
 
6
7
  # stdlib
@@ -52,7 +53,7 @@ end
52
53
  God::EventHandler.load
53
54
 
54
55
  module God
55
- VERSION = '0.4.0'
56
+ VERSION = '0.4.1'
56
57
 
57
58
  LOG = Logger.new
58
59
 
metadata CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.9.2
3
3
  specification_version: 1
4
4
  name: god
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.4.0
6
+ version: 0.4.1
7
7
  date: 2007-09-10 00:00:00 -07:00
8
8
  summary: Like monit, only awesome
9
9
  require_paths: