rb_falcon_logger 0.3.0 → 0.3.1
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/LICENSE.txt +1 -1
- data/README.md +3 -3
- data/lib/version.rb +1 -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: 13d373b7ea772ec8efd5e7f2d6d56d2bdbc105d81c99d393d81cadd5e3168269
|
|
4
|
+
data.tar.gz: 44cc9a93d2d3fd0a6fb7648cb24e795011dba15156b3999984063edec6ab9c2c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6699e2d1503fd7f173e88b57901efa67fabf12f02a2d21d1dc5ed13d1cf0f95ca17d5f1af52d07c93e29ba6e27639c03a9e8d9e842a6bee126f7b6116ded6039
|
|
7
|
+
data.tar.gz: 2c887c74a855988e4681c597dcf762b2ef32e086069bc0125fd37e9f842a9f478be96ee96238548aacbb6dbce6f7ddce3bacbb22407b7f1312077a97ce526634
|
data/LICENSE.txt
CHANGED
data/README.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
* website:
|
|
2
|
-
* installation:
|
|
1
|
+
* website: [Website](https://arrizza.com/rb-falcon-logger.html)
|
|
2
|
+
* installation: [Common Setup](https://arrizza.com/setup-common.html)
|
|
3
3
|
|
|
4
4
|
## Summary
|
|
5
5
|
|
|
6
6
|
This is a ruby gem that provides a way to run a fast logger.
|
|
7
|
-
see
|
|
7
|
+
see [Python Falcon Logger](https://arrizza.com/python-falcon-logger.html) for a python version
|
|
8
8
|
|
|
9
9
|
## Sample code
|
|
10
10
|
|
data/lib/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rb_falcon_logger
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- J. Arrizza
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2026-03-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: fast logger with multiple modes and formats
|
|
14
14
|
email: cppgent0@gmail.com
|