teLogger 0.2.0 → 0.2.2
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.
- checksums.yaml +4 -4
- data/.release_history.yml +4 -0
- data/Gemfile.lock +1 -1
- data/lib/teLogger/version.rb +1 -1
- data/lib/teLogger.rb +4 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ec94014ca54c5c11d6bf14376b35824a2c3977a28bc99be39a75a32d524bca7d
|
|
4
|
+
data.tar.gz: 9d6f7dbd4c61918d38e3e148f3574166522aa8b91a5a313a63c2a452d8baba70
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 49f141f8766f0e8d0c452c687d5b3c513de9ae66bf4cabd4f081df15b0b548c820e635b9b935011e50046b97d7393a310e164e43fa9680961e12a76dc13c4e4f
|
|
7
|
+
data.tar.gz: cc9eda4b63e29fad9fa2f91b4828df82998e73a23af1d639eaf0c7981c86fa6da5e9aa7bb6be39f18c59966b218228db0d2b67186cdb90ada63f16f739196c11
|
data/.release_history.yml
CHANGED
data/Gemfile.lock
CHANGED
data/lib/teLogger/version.rb
CHANGED
data/lib/teLogger.rb
CHANGED
|
@@ -67,7 +67,7 @@ module TeLogger
|
|
|
67
67
|
intLogger.debug "logOutput is #{logOutput}"
|
|
68
68
|
@teLogger = Tlogger.new(*logOutput)
|
|
69
69
|
else
|
|
70
|
-
intLogger.debug "logOutput is not available. Please note TeLogHelper mixin only works properly on directly included class/module. Fall back to console only"
|
|
70
|
+
intLogger.debug "logOutput is not available in #{self}. Please note TeLogHelper mixin only works properly on directly included class/module. Fall back to console only"
|
|
71
71
|
@teLogger = Tlogger.new
|
|
72
72
|
end
|
|
73
73
|
|
|
@@ -99,3 +99,6 @@ module TeLogger
|
|
|
99
99
|
|
|
100
100
|
|
|
101
101
|
end
|
|
102
|
+
|
|
103
|
+
TeLogger::Helper = TeLogger::TeLogHelper
|
|
104
|
+
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: teLogger
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ian
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-
|
|
11
|
+
date: 2022-12-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: devops_assist
|