pangdudu-rofl 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/rofl.rb +1 -1
- metadata +2 -2
data/lib/rofl.rb
CHANGED
@@ -30,7 +30,7 @@ module Rofl
|
|
30
30
|
#warning
|
31
31
|
def wlog text="warning"
|
32
32
|
rofl_logger_check #check if logger is setup
|
33
|
-
@logger.
|
33
|
+
@logger.warn "#{@debugname}.#{rofl_meth_trace.to_s}: #{text.to_s}"
|
34
34
|
end
|
35
35
|
#info message
|
36
36
|
def ilog text="info"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pangdudu-rofl
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- pangdudu
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-07-
|
12
|
+
date: 2009-07-26 00:00:00 -07:00
|
13
13
|
default_executable: rofl
|
14
14
|
dependencies: []
|
15
15
|
|