tiny_log 1.0.0 → 1.0.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/lib/tiny_log.rb +1 -1
- 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: 6b0c929818f43c13ea0abc76b487773fffaa9a41dfc9457260f39d5c53c42de5
|
4
|
+
data.tar.gz: 782f6be926f8be3420ad06a90df545946a2e94ab5e09a079bbe04d86e6ef20f7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e7fcaeb0db49141f2a37c1619146564541ff4457db10aebc1a68470865bf669d98d355e9194cada4c47614e0ee52c35063a92a2218b756c21cf6eb0cc16d7409
|
7
|
+
data.tar.gz: 6893fd027e3d9b7443216385ab4e04169d1c55447af72ee8d7a64ec052356b2af336364859af47362e237f66ce73dc8b384c8e242ba405e954e555282af47fce
|
data/lib/tiny_log.rb
CHANGED
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.2
|
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: []
|