o_lo 0.0.0
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 +7 -0
- metadata +43 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 62dbc47d0ff3ff78f94def28ef1702db978b7bff2be632bb12a4bac5c0f7be6c
|
4
|
+
data.tar.gz: ca4ea82ba519b3e2aceb1f2d908f958ce163baca7f08fb5495494348140646b8
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 911d9aaa14d937cfa29d3444cb1675723daaab8144fb952a679f15fa9d100d162262b03b1922dd269643c3e1a4694947d3464a44b21e4a0a1f07fa706b9f70cb
|
7
|
+
data.tar.gz: 26bb56f62a5e0732880d4ecc62bd305804ae6530541b1824105d9f2e256ce9a72f8d3c12680e9ac5887a19235999f3fdab7e2425324dc3c3045f3f207dffb660
|
metadata
ADDED
@@ -0,0 +1,43 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: o_lo
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.0.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Ryan Stuhl
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2021-09-03 00:00:00.000000000 Z
|
12
|
+
dependencies: []
|
13
|
+
description: Displays output in logs with decorators, making it easy to find in a
|
14
|
+
log stream.
|
15
|
+
email: designstuhltech@gmail.com
|
16
|
+
executables: []
|
17
|
+
extensions: []
|
18
|
+
extra_rdoc_files: []
|
19
|
+
files: []
|
20
|
+
homepage: https://rubygems.org/gems/o_lo
|
21
|
+
licenses:
|
22
|
+
- MIT
|
23
|
+
metadata: {}
|
24
|
+
post_install_message:
|
25
|
+
rdoc_options: []
|
26
|
+
require_paths:
|
27
|
+
- lib
|
28
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
29
|
+
requirements:
|
30
|
+
- - ">="
|
31
|
+
- !ruby/object:Gem::Version
|
32
|
+
version: '0'
|
33
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
34
|
+
requirements:
|
35
|
+
- - ">="
|
36
|
+
- !ruby/object:Gem::Version
|
37
|
+
version: '0'
|
38
|
+
requirements: []
|
39
|
+
rubygems_version: 3.1.4
|
40
|
+
signing_key:
|
41
|
+
specification_version: 4
|
42
|
+
summary: Obvious Logger for use in development.
|
43
|
+
test_files: []
|