god 0.4.0 → 0.4.1
Sign up to get free protection for your applications and to get access to all the features.
- data/History.txt +4 -0
- data/Rakefile +1 -1
- data/lib/god.rb +2 -1
- metadata +1 -1
data/History.txt
CHANGED
data/Rakefile
CHANGED
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.
|
56
|
+
VERSION = '0.4.1'
|
56
57
|
|
57
58
|
LOG = Logger.new
|
58
59
|
|