tiny_log 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0f4ac3bead71ae6bd4b79cf5bc08a84abadd04eb35e98bfcf684077ccf7bf733
|
4
|
+
data.tar.gz: 5219f6fad3b63a97e969acdaea62b6cba3d77e558bab26c83d3af837b9184d14
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3fa4c6404810d1b7aa2b4757dd3eed4f7c8ecdcb4252a84e90e60627bfc2409100e04baabb4e67904566a310b1586d0f64393b0110a46be08721e990b56247d6
|
7
|
+
data.tar.gz: 550f4c186a01e3b420e737228b142a05e600fbe776c21c499881bc14a24d6d5b69dcd39e72b651b8e96f4dbf0d2bff356c47383bd6abb93f0aeacc0d0c95902a
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tiny_log
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jeff Lunt
|
@@ -10,9 +10,7 @@ bindir: bin
|
|
10
10
|
cert_chain: []
|
11
11
|
date: 2022-11-18 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
|
-
description:
|
14
|
-
able to add a logger level to log lines, and absolutely nothing else? then this
|
15
|
-
library is for you.
|
13
|
+
description: a tiny logger with almost no features
|
16
14
|
email: jefflunt@gmail.com
|
17
15
|
executables: []
|
18
16
|
extensions: []
|
@@ -41,5 +39,7 @@ requirements: []
|
|
41
39
|
rubygems_version: 3.3.7
|
42
40
|
signing_key:
|
43
41
|
specification_version: 4
|
44
|
-
summary: a
|
42
|
+
summary: want to log stuff to a file or $stdout with timestamps in UTC, and be able
|
43
|
+
to add a logger level to log lines, and absolutely nothing else? then this library
|
44
|
+
is for you.
|
45
45
|
test_files: []
|