goat 0.3.5 → 0.3.6
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/goat.gemspec +1 -1
- data/lib/goat/net-common.rb +3 -3
- metadata +3 -3
data/goat.gemspec
CHANGED
data/lib/goat/net-common.rb
CHANGED
@@ -19,9 +19,9 @@ module Log
|
|
19
19
|
end
|
20
20
|
end
|
21
21
|
|
22
|
-
def logd(msg); log(:debug, msg); end
|
23
|
-
def logw(msg); log(:warn, msg); end
|
24
|
-
def loge(msg); log(:error, msg); end
|
22
|
+
def logd(msg); Log.log(:debug, msg); end
|
23
|
+
def logw(msg); Log.log(:warn, msg); end
|
24
|
+
def loge(msg); Log.log(:error, msg); end
|
25
25
|
|
26
26
|
module Goat
|
27
27
|
# for use with EM::Connection
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: goat
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 31
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 3
|
9
|
-
-
|
10
|
-
version: 0.3.
|
9
|
+
- 6
|
10
|
+
version: 0.3.6
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Patrick Collison
|