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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE.txt +1 -1
  3. data/README.md +3 -3
  4. data/lib/version.rb +1 -1
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d580d23f926e2754b3faff8493637860980164d80e84c71d5f0673b032d35253
4
- data.tar.gz: 3b344b9be5ba10542b22188cabf1db9ddf9bf6c2ffe9a6b79774de1e8fcd0907
3
+ metadata.gz: 13d373b7ea772ec8efd5e7f2d6d56d2bdbc105d81c99d393d81cadd5e3168269
4
+ data.tar.gz: 44cc9a93d2d3fd0a6fb7648cb24e795011dba15156b3999984063edec6ab9c2c
5
5
  SHA512:
6
- metadata.gz: 4fb74ebd819ca38ddaf44953388e0dd4c9aae95d589a5f46e4241693018e498ec43a5ce7a6f9355f38b18112c965b6df647658b69e5ce7591500191edaa6bd4d
7
- data.tar.gz: 24f527bd3d2f31989a5ef2066f8dc9241f842450b674dd8f4befe4ce89119f8ccd840d4324ca53cb75bb03e940a99a41b0fd5786f64cc21199c2e38a953e8e6b
6
+ metadata.gz: 6699e2d1503fd7f173e88b57901efa67fabf12f02a2d21d1dc5ed13d1cf0f95ca17d5f1af52d07c93e29ba6e27639c03a9e8d9e842a6bee126f7b6116ded6039
7
+ data.tar.gz: 2c887c74a855988e4681c597dcf762b2ef32e086069bc0125fd37e9f842a9f478be96ee96238548aacbb6dbce6f7ddce3bacbb22407b7f1312077a97ce526634
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) since 2025: rb-falcon-logger Ruby Gem
3
+ Copyright (c) since 2025: rb-falcon-logger Ruby Library
4
4
  description: fast logger with multiple modes and formats
5
5
  author: J. Arrizza email: cppgent0@gmail.com
6
6
 
data/README.md CHANGED
@@ -1,10 +1,10 @@
1
- * website: <https://arrizza.com/rb-falcon-logger.html>
2
- * installation: see <https://arrizza.com/setup-common.html>
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 <https://arrizza.com/python-falcon-logger.html> for a python version
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
@@ -1,3 +1,3 @@
1
1
  # frozen_string_literal: true
2
2
  ## current version
3
- VERSION = '0.3.0'
3
+ VERSION = '0.3.1'
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.0
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: 2025-09-06 00:00:00.000000000 Z
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