debug_logging 4.1.1 → 4.1.3
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
- checksums.yaml.gz.sig +0 -0
- data/CHANGELOG.md +102 -7
- data/README.md +49 -45
- data/lib/debug_logging/version.rb +4 -1
- data/lib/debug_logging.rb +1 -2
- data.tar.gz.sig +0 -0
- metadata +21 -20
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2f94df1c95f5416ef7502f5926d3d05c7656e3f86f6e89abc65a39f9f71175c6
|
|
4
|
+
data.tar.gz: 5e64083e17d450d63397d0e4e179a05a7440996174d8c5c4878f340237be48bb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e845871111b0ea143f1d125101985d176febc727960711620e4e16f8dff6fd6c8e0f0976fcd4b7b4b5316f18bf48e719cfd6aab62a92afcaf513f0856f31c221
|
|
7
|
+
data.tar.gz: 5fefed685c4f41f09c6b247ab265f5268e38f9df76eb7e0ebfc9bd9fbd004cde13c363ac907456acde5b93787581452a476b2e09898da4311c7ade9eccb29a66
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -30,6 +30,103 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
30
30
|
|
|
31
31
|
### Security
|
|
32
32
|
|
|
33
|
+
## [4.1.3] - 2026-08-13
|
|
34
|
+
|
|
35
|
+
- TAG: [v4.1.3][4.1.3t]
|
|
36
|
+
- COVERAGE: 97.46% -- 729/748 lines in 28 files
|
|
37
|
+
- BRANCH COVERAGE: 86.34% -- 177/205 branches in 28 files
|
|
38
|
+
- 21.99% documented
|
|
39
|
+
|
|
40
|
+
### Changed
|
|
41
|
+
|
|
42
|
+
- kettle-jem-template-20260801-001 - Generated README gem dashboard links now
|
|
43
|
+
use ClickGems instead of BestGems.
|
|
44
|
+
|
|
45
|
+
- [kc] kettle-jem/prepare: updated 11 project files:
|
|
46
|
+
- dependencies (11)
|
|
47
|
+
|
|
48
|
+
- [kc] kettle-jem/template: updated 7 project files:
|
|
49
|
+
- code and tests (1)
|
|
50
|
+
- configuration (1)
|
|
51
|
+
- dependencies (1)
|
|
52
|
+
- documentation (1)
|
|
53
|
+
- other (3)
|
|
54
|
+
|
|
55
|
+
### Fixed
|
|
56
|
+
|
|
57
|
+
- Remove duplicate loading of the version file from the public entrypoint.
|
|
58
|
+
|
|
59
|
+
- kettle-jem-template-20260801-002 - Generated RSpec helpers now normalize
|
|
60
|
+
managed configuration block bindings structurally, preventing mixed block
|
|
61
|
+
parameter names from producing invalid configuration after a merge.
|
|
62
|
+
- kettle-jem-template-20260801-003 - Generated project metadata and
|
|
63
|
+
documentation now normalize configured underscore hostnames to valid
|
|
64
|
+
hyphenated hostnames.
|
|
65
|
+
- kettle-jem-template-20260801-004 - Generated organization README logos now
|
|
66
|
+
use GitHub's stable organization avatar endpoint instead of assuming a
|
|
67
|
+
matching Galtzo-hosted asset exists.
|
|
68
|
+
|
|
69
|
+
- kettle-jem-template-20260802-001 - Devcontainer JSON files now merge as JSONC,
|
|
70
|
+
preserving comments and trailing commas during template updates.
|
|
71
|
+
|
|
72
|
+
## [4.1.2] - 2026-07-31
|
|
73
|
+
|
|
74
|
+
- TAG: [v4.1.2][4.1.2t]
|
|
75
|
+
- COVERAGE: 97.46% -- 730/749 lines in 28 files
|
|
76
|
+
- BRANCH COVERAGE: 86.34% -- 177/205 branches in 28 files
|
|
77
|
+
- 21.99% documented
|
|
78
|
+
|
|
79
|
+
### Added
|
|
80
|
+
|
|
81
|
+
- Documentation linting now has its generated `yard-lint` dependency and severity config available in the local bundle.
|
|
82
|
+
|
|
83
|
+
- kettle-jem-template-20260726-001 - Projects now include YARD lint
|
|
84
|
+
configuration and documentation dependencies so documentation issues fail
|
|
85
|
+
before generated docs are refreshed.
|
|
86
|
+
|
|
87
|
+
- kettle-jem-template-20260727-001 - Spec harness documentation now lists the
|
|
88
|
+
RSpec helpers provided by `kettle-test`.
|
|
89
|
+
|
|
90
|
+
### Changed
|
|
91
|
+
|
|
92
|
+
- kettle-jem-template-20260728-001 - Generated Ruby workflows now use clearer
|
|
93
|
+
setup-ruby-flash planning and can prepare appraisal-only jobs without
|
|
94
|
+
installing the main Gemfile bundle.
|
|
95
|
+
|
|
96
|
+
### Fixed
|
|
97
|
+
|
|
98
|
+
- kettle-jem-template-20260726-002 - Generated version files now document their
|
|
99
|
+
version namespace and constants, reducing warning-only YARD lint output.
|
|
100
|
+
|
|
101
|
+
- kettle-jem-template-20260726-003 - Coverage upload steps now treat Coveralls,
|
|
102
|
+
QLTY, and Codecov as optional, so provider outages do not fail CI when local
|
|
103
|
+
coverage thresholds still pass.
|
|
104
|
+
- kettle-jem-template-20260728-002 - Generated RuboCop configs now ignore the
|
|
105
|
+
same `gemfiles/vendor/bundle` tree as `.gitignore`, so vendored dependency
|
|
106
|
+
installs are not reported as project lint debt.
|
|
107
|
+
- kettle-jem-template-20260728-003 - Generated dep-heads workflows now run
|
|
108
|
+
TruffleRuby jobs with current RubyGems and Bundler, avoiding setup failures
|
|
109
|
+
before the test suite starts.
|
|
110
|
+
|
|
111
|
+
- kettle-jem-template-20260728-004 - Generated dep-heads workflows now use the
|
|
112
|
+
setup-ruby Bundler install path for direct appraisal Gemfiles, avoiding rv
|
|
113
|
+
lockfile parser failures on Git and path dependencies.
|
|
114
|
+
|
|
115
|
+
- kettle-jem-template-20260728-005 - VersionGem bootstrap now creates the
|
|
116
|
+
missing canonical version spec when a project only has shim namespace version
|
|
117
|
+
specs.
|
|
118
|
+
|
|
119
|
+
- kettle-jem-template-20260729-001 - Generated JRuby 9.4 workflows now use the
|
|
120
|
+
legacy manual bundle install path, avoiding setup-time Bundler full-index
|
|
121
|
+
failures against `gem.coop`.
|
|
122
|
+
|
|
123
|
+
- kettle-jem-template-20260730-001 - Gemspec package file enumeration now runs
|
|
124
|
+
relative to the gemspec directory, so packaged template assets are included
|
|
125
|
+
even when the gemspec is loaded from another working directory.
|
|
126
|
+
|
|
127
|
+
- Benchmark log specs now accept TruffleRuby invocation IDs whose time-derived
|
|
128
|
+
suffix has no decimal component.
|
|
129
|
+
|
|
33
130
|
## [4.1.1] - 2026-07-25
|
|
34
131
|
|
|
35
132
|
- TAG: [v4.1.1][4.1.1t]
|
|
@@ -39,18 +136,12 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
39
136
|
|
|
40
137
|
### Changed
|
|
41
138
|
|
|
42
|
-
- kettle-jem-template-20260716-001 - Shim gemspec manifests now include
|
|
43
|
-
`LICENSE.md` instead of nonexistent `LICENSE.txt`.
|
|
44
139
|
- kettle-jem-template-20260716-002 - Generated gemspec manifests now ship fewer
|
|
45
140
|
repository-only files by default to reduce downstream distro packaging churn.
|
|
46
|
-
- kettle-jem-template-20260720-001 - Generated READMEs can now render
|
|
47
|
-
template-managed corporate sponsor logos from project or family config.
|
|
48
141
|
- kettle-jem-template-20260720-002 - Generated development Gemfiles now use the
|
|
49
142
|
released `tree_sitter_language_pack` gem 1.13.3 or newer by default.
|
|
50
143
|
- kettle-jem-template-20260720-003 - Generated StructuredMerge Git diff driver
|
|
51
144
|
config now uses the installed `smorg-rb` Ruby driver name.
|
|
52
|
-
- kettle-jem-template-20260720-004 - Generated multi-engine workflow files now
|
|
53
|
-
omit JRuby and TruffleRuby jobs when project config declares MRI-only engines.
|
|
54
145
|
- kettle-jem-template-20260720-005 - Generated README Support & Community rows
|
|
55
146
|
now include a RubyForum help badge.
|
|
56
147
|
- kettle-jem-template-20260725-001 - Generated JRuby and TruffleRuby workflow
|
|
@@ -359,7 +450,11 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
359
450
|
|
|
360
451
|
- Initial release
|
|
361
452
|
|
|
362
|
-
[Unreleased]: https://github.com/galtzo-floss/debug_logging/compare/v4.1.
|
|
453
|
+
[Unreleased]: https://github.com/galtzo-floss/debug_logging/compare/v4.1.3...HEAD
|
|
454
|
+
[4.1.3]: https://github.com/galtzo-floss/debug_logging/compare/v4.1.2...v4.1.3
|
|
455
|
+
[4.1.3t]: https://github.com/galtzo-floss/debug_logging/releases/tag/v4.1.3
|
|
456
|
+
[4.1.2]: https://github.com/galtzo-floss/debug_logging/compare/v4.1.1...v4.1.2
|
|
457
|
+
[4.1.2t]: https://github.com/galtzo-floss/debug_logging/releases/tag/v4.1.2
|
|
363
458
|
[4.1.1]: https://github.com/galtzo-floss/debug_logging/compare/v4.1.0...v4.1.1
|
|
364
459
|
[4.1.1t]: https://github.com/galtzo-floss/debug_logging/releases/tag/v4.1.1
|
|
365
460
|
[4.1.0]: https://github.com/galtzo-floss/debug_logging/compare/v4.0.5...v4.1.0
|
data/README.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
<a href="https://github.com/galtzo-floss"><img alt="galtzo-floss Logo by
|
|
1
|
+
<a href="https://github.com/galtzo-floss"><img alt="galtzo-floss Logo by GitHub" src="https://github.com/galtzo-floss.png?size=192" width="14%" align="right"/></a>
|
|
2
2
|
|
|
3
3
|
# 🪲 DebugLogging
|
|
4
4
|
|
|
5
|
-
[![Version][👽versioni]][👽version] [![GitHub tag (latest SemVer)][⛳️tag-img]][⛳️tag] [![License: MIT][📄license-img]][📄license] [![
|
|
5
|
+
[![Version][👽versioni]][👽version] [![Ruby Users Forum][✉️ruby-forum-top-img]][✉️ruby-forum] [![GitHub tag (latest SemVer)][⛳️tag-img]][⛳️tag] [![License: MIT][📄license-img]][📄license] [![Total downloads][👽dl-ranki]][👽dl-rank] [![CodeCov Test Coverage][🏀codecovi]][🏀codecov] [![Coveralls Test Coverage][🏀coveralls-img]][🏀coveralls] [![QLTY Test Coverage][🏀qlty-covi]][🏀qlty-cov] [![QLTY Maintainability][🏀qlty-mnti]][🏀qlty-mnt] [![CI Heads][🚎3-hd-wfi]][🚎3-hd-wf] [![CI Runtime Dependencies @ HEAD][🚎12-crh-wfi]][🚎12-crh-wf] [![CI Current][🚎11-c-wfi]][🚎11-c-wf] [![CI Truffle Ruby][🚎9-t-wfi]][🚎9-t-wf] [![CI JRuby][🚎10-j-wfi]][🚎10-j-wf] [![Deps Locked][🚎13-🔒️-wfi]][🚎13-🔒️-wf] [![Deps Unlocked][🚎14-🔓️-wfi]][🚎14-🔓️-wf] [![CI Test Coverage][🚎2-cov-wfi]][🚎2-cov-wf] [![CI Style][🚎5-st-wfi]][🚎5-st-wf] [![Apache SkyWalking Eyes License Compatibility Check][🚎15-🪪-wfi]][🚎15-🪪-wf]
|
|
6
6
|
|
|
7
|
-
`if ci_badges.map(&:color).detect { it != "green"}` ☝️ [let me know][✉️discord-invite], as I may have missed the
|
|
7
|
+
`if ci_badges.map(&:color).detect { it != "green"}` ☝️ [let me know on Discord][✉️discord-invite] or [RubyForum][✉️ruby-forum], as I may have missed the notification.
|
|
8
8
|
|
|
9
9
|
---
|
|
10
10
|
|
|
@@ -39,7 +39,7 @@ I've summarized my thoughts in [this blog post](https://dev.to/galtzo/hostile-ta
|
|
|
39
39
|
|
|
40
40
|
### Compatibility
|
|
41
41
|
|
|
42
|
-
Compatible with MRI Ruby 3.1+,
|
|
42
|
+
Compatible with MRI Ruby 3.1+, JRuby, and TruffleRuby.
|
|
43
43
|
CI workflows and Appraisals are generated for MRI Ruby 3.1+.
|
|
44
44
|
This test floor is configured by `ruby.test_minimum` in `.kettle-jem.yml` and
|
|
45
45
|
may be higher than the gem's runtime compatibility floor when legacy Rubies are
|
|
@@ -52,16 +52,16 @@ The _amazing_ test matrix is powered by the kettle-dev stack.
|
|
|
52
52
|
<details markdown="1">
|
|
53
53
|
<summary>How kettle-dev manages complexity in tests</summary>
|
|
54
54
|
|
|
55
|
-
| Gem | Source | Role |
|
|
55
|
+
| Gem | Source | Role | Total downloads |
|
|
56
56
|
|-----|--------|------|---------------------|
|
|
57
|
-
| [appraisal2](https://
|
|
58
|
-
| [appraisal2-rubocop](https://
|
|
59
|
-
| [kettle-dev](https://
|
|
60
|
-
| [kettle-jem](https://
|
|
61
|
-
| [kettle-soup-cover](https://
|
|
62
|
-
| [kettle-test](https://
|
|
63
|
-
| [rubocop-lts](https://
|
|
64
|
-
| [turbo_tests2](https://
|
|
57
|
+
| [appraisal2](https://clickgems.clickhouse.com/dashboard/appraisal2) | [GitHub](https://github.com/appraisal-rb/appraisal2) | multi-dependency Appraisal matrix generation | [](https://clickgems.clickhouse.com/dashboard/appraisal2) |
|
|
58
|
+
| [appraisal2-rubocop](https://clickgems.clickhouse.com/dashboard/appraisal2-rubocop) | [GitHub](https://github.com/appraisal-rb/appraisal2-rubocop) | RuboCop Appraisal generator integration | [](https://clickgems.clickhouse.com/dashboard/appraisal2-rubocop) |
|
|
59
|
+
| [kettle-dev](https://clickgems.clickhouse.com/dashboard/kettle-dev) | [GitHub](https://github.com/kettle-dev/kettle-dev) | development, release, and CI workflow tooling | [](https://clickgems.clickhouse.com/dashboard/kettle-dev) |
|
|
60
|
+
| [kettle-jem](https://clickgems.clickhouse.com/dashboard/kettle-jem) | [GitHub](https://github.com/kettle-dev/kettle-jem) | Appraisals & CI workflow templates | [](https://clickgems.clickhouse.com/dashboard/kettle-jem) |
|
|
61
|
+
| [kettle-soup-cover](https://clickgems.clickhouse.com/dashboard/kettle-soup-cover) | [GitHub](https://github.com/kettle-dev/kettle-soup-cover) | SimpleCov coverage policy and reporting | [](https://clickgems.clickhouse.com/dashboard/kettle-soup-cover) |
|
|
62
|
+
| [kettle-test](https://clickgems.clickhouse.com/dashboard/kettle-test) | [GitHub](https://github.com/kettle-dev/kettle-test) | standard test runner and coverage harness | [](https://clickgems.clickhouse.com/dashboard/kettle-test) |
|
|
63
|
+
| [rubocop-lts](https://clickgems.clickhouse.com/dashboard/rubocop-lts) | [GitHub](https://github.com/rubocop-lts/rubocop-lts) | Ruby-version-aware linting | [](https://clickgems.clickhouse.com/dashboard/rubocop-lts) |
|
|
64
|
+
| [turbo_tests2](https://clickgems.clickhouse.com/dashboard/turbo_tests2) | [GitHub](https://github.com/galtzo-floss/turbo_tests2) | parallel test execution | [](https://clickgems.clickhouse.com/dashboard/turbo_tests2) |
|
|
65
65
|
|
|
66
66
|
</details>
|
|
67
67
|
|
|
@@ -70,17 +70,14 @@ The _amazing_ test matrix is powered by the kettle-dev stack.
|
|
|
70
70
|
<details markdown="1">
|
|
71
71
|
<summary>Find this repo on federated forges (Coming soon!)</summary>
|
|
72
72
|
|
|
73
|
-
| Federated [DVCS][💎d-in-dvcs] Repository | Status | Issues | PRs | Wiki | CI |
|
|
74
|
-
|
|
75
|
-
| 🧪 [galtzo-floss/debug_logging on GitLab][📜src-gl] | The Truth | [💚][🤝gl-issues] | [💚][🤝gl-pulls] | [💚][📜gl-wiki] | 🐭 Tiny Matrix |
|
|
76
|
-
| 🧊 [galtzo-floss/debug_logging on CodeBerg][📜src-cb] | An Ethical Mirror ([Donate][🤝cb-donate]) | [💚][🤝cb-issues] | [💚][🤝cb-pulls] | ➖ | ⭕️ No Matrix |
|
|
77
|
-
| 🐙 [galtzo-floss/debug_logging on GitHub][📜src-gh] | Another Mirror | [💚][🤝gh-issues] | [💚][🤝gh-pulls] | [💚][📜gh-wiki] | 💯 Full Matrix |
|
|
78
|
-
| 🎮️ [Discord Server][✉️discord-invite] | [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite] | [Let's][✉️discord-invite] | [talk][✉️discord-invite] | [about][✉️discord-invite] | [this][✉️discord-invite] | [library!][✉️discord-invite] |
|
|
73
|
+
| Federated [DVCS][💎d-in-dvcs] Repository | Status | Issues | PRs | Wiki | CI |
|
|
74
|
+
|-------------------------------------------------|-------------------------------------------|-------------------|------------------|-----------------|----------------|
|
|
75
|
+
| 🧪 [galtzo-floss/debug_logging on GitLab][📜src-gl] | The Truth | [💚][🤝gl-issues] | [💚][🤝gl-pulls] | [💚][📜gl-wiki] | 🐭 Tiny Matrix |
|
|
76
|
+
| 🧊 [galtzo-floss/debug_logging on CodeBerg][📜src-cb] | An Ethical Mirror ([Donate][🤝cb-donate]) | [💚][🤝cb-issues] | [💚][🤝cb-pulls] | ➖ | ⭕️ No Matrix |
|
|
77
|
+
| 🐙 [galtzo-floss/debug_logging on GitHub][📜src-gh] | Another Mirror | [💚][🤝gh-issues] | [💚][🤝gh-pulls] | [💚][📜gh-wiki] | 💯 Full Matrix |
|
|
79
78
|
|
|
80
79
|
</details>
|
|
81
80
|
|
|
82
|
-
[gh-discussions]: https://github.com/galtzo-floss/debug_logging/discussions
|
|
83
|
-
|
|
84
81
|
### Enterprise Support [](https://tidelift.com/subscription/pkg/rubygems-debug_logging?utm_source=rubygems-debug_logging&utm_medium=referral&utm_campaign=readme)
|
|
85
82
|
|
|
86
83
|
Available as part of the Tidelift Subscription.
|
|
@@ -98,6 +95,7 @@ The maintainers of this and thousands of other packages are working with Tidelif
|
|
|
98
95
|
|
|
99
96
|
Alternatively:
|
|
100
97
|
|
|
98
|
+
- [![Ruby Users Forum][✉️ruby-forum-img]][✉️ruby-forum]
|
|
101
99
|
- [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite]
|
|
102
100
|
- [![Get help from me on Upwork][👨🏼🏫expsup-upwork-img]][👨🏼🏫expsup-upwork]
|
|
103
101
|
- [![Get help from me on Codementor][👨🏼🏫expsup-codementor-img]][👨🏼🏫expsup-codementor]
|
|
@@ -120,6 +118,24 @@ gem install debug_logging
|
|
|
120
118
|
|
|
121
119
|
## ⚙️ Configuration
|
|
122
120
|
|
|
121
|
+
Configuration is process-global by default and can be set after requiring the
|
|
122
|
+
gem. In Rails, put application-wide settings in an initializer only when the
|
|
123
|
+
required logger is available; otherwise configure the logger after Rails has
|
|
124
|
+
finished booting. Configuration is inherited by decorated classes, instances,
|
|
125
|
+
and methods, so local overrides should be used when a logger or verbosity
|
|
126
|
+
level differs.
|
|
127
|
+
|
|
128
|
+
```ruby
|
|
129
|
+
require "debug_logging"
|
|
130
|
+
|
|
131
|
+
DebugLogging.configure do |config|
|
|
132
|
+
config.logger = Logger.new($stdout)
|
|
133
|
+
config.log_level = :debug
|
|
134
|
+
config.add_timestamp = true
|
|
135
|
+
config.add_payload = false
|
|
136
|
+
end
|
|
137
|
+
```
|
|
138
|
+
|
|
123
139
|
## 🔧 Basic Usage
|
|
124
140
|
|
|
125
141
|
Crack open the specs for more complex usage examples than the ones below.
|
|
@@ -512,8 +528,7 @@ See [SECURITY.md][🔐security].
|
|
|
512
528
|
## 🤝 Contributing
|
|
513
529
|
|
|
514
530
|
If you need some ideas of where to help, you could work on adding more code coverage,
|
|
515
|
-
|
|
516
|
-
or use the gem and think about how it could be better.
|
|
531
|
+
check [issues][🤝gh-issues] or [PRs][🤝gh-pulls], or use the gem and think about how it could be better.
|
|
517
532
|
|
|
518
533
|
We [![Keep A Changelog][📗keep-changelog-img]][📗keep-changelog] so if you make changes, remember to update it.
|
|
519
534
|
|
|
@@ -549,19 +564,6 @@ Made with [contributors-img][🖐contrib-rocks].
|
|
|
549
564
|
|
|
550
565
|
Also see GitLab Contributors: [https://gitlab.com/galtzo-floss/debug_logging/-/graphs/main][🚎contributors-gl]
|
|
551
566
|
|
|
552
|
-
<details markdown="1">
|
|
553
|
-
<summary>⭐️ Star History</summary>
|
|
554
|
-
|
|
555
|
-
<a href="https://star-history.com/galtzo-floss/debug_logging&Date">
|
|
556
|
-
<picture>
|
|
557
|
-
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=galtzo-floss/debug_logging&type=Date&theme=dark" />
|
|
558
|
-
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=galtzo-floss/debug_logging&type=Date" />
|
|
559
|
-
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=galtzo-floss/debug_logging&type=Date" />
|
|
560
|
-
</picture>
|
|
561
|
-
</a>
|
|
562
|
-
|
|
563
|
-
</details>
|
|
564
|
-
|
|
565
567
|
## 📌 Versioning
|
|
566
568
|
|
|
567
569
|
This library follows [![Semantic Versioning 2.0.0][📌semver-img]][📌semver] for its public API where practical.
|
|
@@ -615,11 +617,12 @@ I'm hoping to be able to pay for my kids' health insurance this month,
|
|
|
615
617
|
so if you value the work I am doing, I need your support.
|
|
616
618
|
Please consider sponsoring me or the project.
|
|
617
619
|
|
|
618
|
-
To join the community or get help
|
|
620
|
+
To join the community or get help, use the RubyForum or Discord.
|
|
619
621
|
|
|
622
|
+
[![Ruby Users Forum][✉️ruby-forum-img]][✉️ruby-forum]
|
|
620
623
|
[![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite]
|
|
621
624
|
|
|
622
|
-
To say "thanks!" ☝️ Join the
|
|
625
|
+
To say "thanks!" ☝️ Join the community or 👇️ send money.
|
|
623
626
|
|
|
624
627
|
[![Sponsor galtzo-floss/debug_logging on Open Source Collective][🖇osc-all-bottom-img]][🖇osc] 💌 [![Sponsor me on GitHub Sponsors][🖇sponsor-bottom-img]][🖇sponsor] 💌 [![Sponsor me on Liberapay][⛳liberapay-bottom-img]][⛳liberapay] 💌 [![Donate on PayPal][🖇paypal-bottom-img]][🖇paypal]
|
|
625
628
|
|
|
@@ -660,13 +663,14 @@ Thanks for RTFM. ☺️
|
|
|
660
663
|
[✉️discord-invite-img-ftb]: https://img.shields.io/discord/1373797679469170758?style=for-the-badge&logo=discord
|
|
661
664
|
[✉️ruby-friends-img]: https://img.shields.io/badge/daily.dev-%F0%9F%92%8E_Ruby_Friends-0A0A0A?style=for-the-badge&logo=dailydotdev&logoColor=white
|
|
662
665
|
[✉️ruby-friends]: https://app.daily.dev/squads/rubyfriends
|
|
663
|
-
[✉️ruby-forum-img]: https://img.shields.io/
|
|
664
|
-
[✉️ruby-forum]: https://
|
|
666
|
+
[✉️ruby-forum-top-img]: https://img.shields.io/discourse/topics?server=https%3A%2F%2Fwww.rubyforum.org&style=flat&logo=discourse&label=Ruby%20Users%20Forum
|
|
667
|
+
[✉️ruby-forum-img]: https://img.shields.io/discourse/topics?server=https%3A%2F%2Fwww.rubyforum.org&style=for-the-badge&logo=discourse&label=Ruby%20Users%20Forum
|
|
668
|
+
[✉️ruby-forum]: https://www.rubyforum.org/tag/galtzo-floss
|
|
665
669
|
|
|
666
670
|
[✇bundle-group-pattern]: https://gist.github.com/pboling/4564780
|
|
667
671
|
[⛳️gem-namespace]: https://github.com/galtzo-floss/debug_logging
|
|
668
672
|
[⛳️namespace-img]: https://img.shields.io/badge/namespace-DebugLogging-3C2D2D.svg?style=square&logo=ruby&logoColor=white
|
|
669
|
-
[⛳️gem-name]: https://
|
|
673
|
+
[⛳️gem-name]: https://clickgems.clickhouse.com/dashboard/debug_logging
|
|
670
674
|
[⛳️name-img]: https://img.shields.io/badge/name-debug__logging-3C2D2D.svg?style=square&logo=rubygems&logoColor=red
|
|
671
675
|
[⛳️tag-img]: https://img.shields.io/github/tag/galtzo-floss/debug_logging.svg
|
|
672
676
|
[⛳️tag]: https://github.com/galtzo-floss/debug_logging/releases
|
|
@@ -715,9 +719,9 @@ Thanks for RTFM. ☺️
|
|
|
715
719
|
[📜gh-wiki]: https://github.com/galtzo-floss/debug_logging/wiki
|
|
716
720
|
[📜gl-wiki-img]: https://img.shields.io/badge/wiki-gitlab-943CD2.svg?style=for-the-badge&logo=gitlab&logoColor=white
|
|
717
721
|
[📜gh-wiki-img]: https://img.shields.io/badge/wiki-github-943CD2.svg?style=for-the-badge&logo=github&logoColor=white
|
|
718
|
-
[👽dl-rank]: https://
|
|
719
|
-
[👽dl-ranki]: https://img.shields.io/gem/
|
|
720
|
-
[👽version]: https://
|
|
722
|
+
[👽dl-rank]: https://clickgems.clickhouse.com/dashboard/debug_logging
|
|
723
|
+
[👽dl-ranki]: https://img.shields.io/gem/dt/debug_logging.svg
|
|
724
|
+
[👽version]: https://clickgems.clickhouse.com/dashboard/debug_logging
|
|
721
725
|
[👽versioni]: https://img.shields.io/gem/v/debug_logging.svg
|
|
722
726
|
[🏀qlty-mnt]: https://qlty.sh/gh/galtzo-floss/projects/debug_logging
|
|
723
727
|
[🏀qlty-mnti]: https://qlty.sh/gh/galtzo-floss/projects/debug_logging/maintainability.svg
|
|
@@ -799,7 +803,7 @@ Thanks for RTFM. ☺️
|
|
|
799
803
|
[📌gitmoji]: https://gitmoji.dev
|
|
800
804
|
[📌gitmoji-img]: https://img.shields.io/badge/gitmoji_commits-%20%F0%9F%98%9C%20%F0%9F%98%8D-34495e.svg?style=flat-square
|
|
801
805
|
[🧮kloc]: https://www.youtube.com/watch?v=dQw4w9WgXcQ
|
|
802
|
-
[🧮kloc-img]: https://img.shields.io/badge/KLOC-0.
|
|
806
|
+
[🧮kloc-img]: https://img.shields.io/badge/KLOC-0.748-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
|
|
803
807
|
[🔐security]: https://github.com/galtzo-floss/debug_logging/blob/main/SECURITY.md
|
|
804
808
|
[🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
|
|
805
809
|
[📄copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
|
|
3
3
|
module DebugLogging
|
|
4
|
+
# Version namespace for this gem.
|
|
4
5
|
module Version
|
|
5
|
-
|
|
6
|
+
# Current gem version.
|
|
7
|
+
VERSION = "4.1.3"
|
|
6
8
|
end
|
|
9
|
+
# Current gem version exposed at the traditional constant location.
|
|
7
10
|
VERSION = Version::VERSION # Traditional Constant Location
|
|
8
11
|
end
|
data/lib/debug_logging.rb
CHANGED
|
@@ -6,13 +6,11 @@ require "digest"
|
|
|
6
6
|
|
|
7
7
|
# External gems
|
|
8
8
|
require "version_gem"
|
|
9
|
-
require_relative "debug_logging/version"
|
|
10
9
|
|
|
11
10
|
require "debug_logging/colorized_string"
|
|
12
11
|
|
|
13
12
|
# This gem
|
|
14
13
|
require "debug_logging/constants"
|
|
15
|
-
require "debug_logging/version"
|
|
16
14
|
require "debug_logging/errors"
|
|
17
15
|
require "debug_logging/configuration"
|
|
18
16
|
require "debug_logging/util"
|
|
@@ -24,6 +22,7 @@ require "debug_logging/lamb_dartable"
|
|
|
24
22
|
require "debug_logging/instance_logger_modulizer"
|
|
25
23
|
require "debug_logging/instance_logger"
|
|
26
24
|
require "debug_logging/class_logger"
|
|
25
|
+
require_relative "debug_logging/version"
|
|
27
26
|
|
|
28
27
|
####################
|
|
29
28
|
# #
|
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: debug_logging
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.1.
|
|
4
|
+
version: 4.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter H. Boling
|
|
@@ -48,7 +48,7 @@ dependencies:
|
|
|
48
48
|
version: '1.1'
|
|
49
49
|
- - ">="
|
|
50
50
|
- !ruby/object:Gem::Version
|
|
51
|
-
version: 1.1.
|
|
51
|
+
version: 1.1.15
|
|
52
52
|
type: :runtime
|
|
53
53
|
prerelease: false
|
|
54
54
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -58,27 +58,27 @@ dependencies:
|
|
|
58
58
|
version: '1.1'
|
|
59
59
|
- - ">="
|
|
60
60
|
- !ruby/object:Gem::Version
|
|
61
|
-
version: 1.1.
|
|
61
|
+
version: 1.1.15
|
|
62
62
|
- !ruby/object:Gem::Dependency
|
|
63
63
|
name: kettle-dev
|
|
64
64
|
requirement: !ruby/object:Gem::Requirement
|
|
65
65
|
requirements:
|
|
66
66
|
- - "~>"
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
|
-
version: '
|
|
68
|
+
version: '3.0'
|
|
69
69
|
- - ">="
|
|
70
70
|
- !ruby/object:Gem::Version
|
|
71
|
-
version:
|
|
71
|
+
version: 3.0.6
|
|
72
72
|
type: :development
|
|
73
73
|
prerelease: false
|
|
74
74
|
version_requirements: !ruby/object:Gem::Requirement
|
|
75
75
|
requirements:
|
|
76
76
|
- - "~>"
|
|
77
77
|
- !ruby/object:Gem::Version
|
|
78
|
-
version: '
|
|
78
|
+
version: '3.0'
|
|
79
79
|
- - ">="
|
|
80
80
|
- !ruby/object:Gem::Version
|
|
81
|
-
version:
|
|
81
|
+
version: 3.0.6
|
|
82
82
|
- !ruby/object:Gem::Dependency
|
|
83
83
|
name: bundler-audit
|
|
84
84
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -156,7 +156,7 @@ dependencies:
|
|
|
156
156
|
version: '3.2'
|
|
157
157
|
- - ">="
|
|
158
158
|
- !ruby/object:Gem::Version
|
|
159
|
-
version: 3.2.
|
|
159
|
+
version: 3.2.2
|
|
160
160
|
type: :development
|
|
161
161
|
prerelease: false
|
|
162
162
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -166,7 +166,7 @@ dependencies:
|
|
|
166
166
|
version: '3.2'
|
|
167
167
|
- - ">="
|
|
168
168
|
- !ruby/object:Gem::Version
|
|
169
|
-
version: 3.2.
|
|
169
|
+
version: 3.2.2
|
|
170
170
|
- !ruby/object:Gem::Dependency
|
|
171
171
|
name: kettle-test
|
|
172
172
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -176,7 +176,7 @@ dependencies:
|
|
|
176
176
|
version: '2.0'
|
|
177
177
|
- - ">="
|
|
178
178
|
- !ruby/object:Gem::Version
|
|
179
|
-
version: 2.0.
|
|
179
|
+
version: 2.0.19
|
|
180
180
|
type: :development
|
|
181
181
|
prerelease: false
|
|
182
182
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -186,7 +186,7 @@ dependencies:
|
|
|
186
186
|
version: '2.0'
|
|
187
187
|
- - ">="
|
|
188
188
|
- !ruby/object:Gem::Version
|
|
189
|
-
version: 2.0.
|
|
189
|
+
version: 2.0.19
|
|
190
190
|
- !ruby/object:Gem::Dependency
|
|
191
191
|
name: turbo_tests2
|
|
192
192
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -196,7 +196,7 @@ dependencies:
|
|
|
196
196
|
version: '3.2'
|
|
197
197
|
- - ">="
|
|
198
198
|
- !ruby/object:Gem::Version
|
|
199
|
-
version: 3.2.
|
|
199
|
+
version: 3.2.6
|
|
200
200
|
type: :development
|
|
201
201
|
prerelease: false
|
|
202
202
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -206,7 +206,7 @@ dependencies:
|
|
|
206
206
|
version: '3.2'
|
|
207
207
|
- - ">="
|
|
208
208
|
- !ruby/object:Gem::Version
|
|
209
|
-
version: 3.2.
|
|
209
|
+
version: 3.2.6
|
|
210
210
|
- !ruby/object:Gem::Dependency
|
|
211
211
|
name: ruby-progressbar
|
|
212
212
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -230,7 +230,7 @@ dependencies:
|
|
|
230
230
|
version: '1.0'
|
|
231
231
|
- - ">="
|
|
232
232
|
- !ruby/object:Gem::Version
|
|
233
|
-
version: 1.0.
|
|
233
|
+
version: 1.0.8
|
|
234
234
|
type: :development
|
|
235
235
|
prerelease: false
|
|
236
236
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -240,7 +240,7 @@ dependencies:
|
|
|
240
240
|
version: '1.0'
|
|
241
241
|
- - ">="
|
|
242
242
|
- !ruby/object:Gem::Version
|
|
243
|
-
version: 1.0.
|
|
243
|
+
version: 1.0.8
|
|
244
244
|
- !ruby/object:Gem::Dependency
|
|
245
245
|
name: gitmoji-regex
|
|
246
246
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -250,7 +250,7 @@ dependencies:
|
|
|
250
250
|
version: '2.0'
|
|
251
251
|
- - ">="
|
|
252
252
|
- !ruby/object:Gem::Version
|
|
253
|
-
version: 2.0.
|
|
253
|
+
version: 2.0.12
|
|
254
254
|
type: :development
|
|
255
255
|
prerelease: false
|
|
256
256
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -260,7 +260,7 @@ dependencies:
|
|
|
260
260
|
version: '2.0'
|
|
261
261
|
- - ">="
|
|
262
262
|
- !ruby/object:Gem::Version
|
|
263
|
-
version: 2.0.
|
|
263
|
+
version: 2.0.12
|
|
264
264
|
- !ruby/object:Gem::Dependency
|
|
265
265
|
name: activesupport
|
|
266
266
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -321,14 +321,15 @@ licenses:
|
|
|
321
321
|
- MIT
|
|
322
322
|
metadata:
|
|
323
323
|
homepage_uri: https://debug-logging.galtzo.com/
|
|
324
|
-
source_code_uri: https://github.com/galtzo-floss/debug_logging/tree/v4.1.
|
|
325
|
-
changelog_uri: https://github.com/galtzo-floss/debug_logging/blob/v4.1.
|
|
324
|
+
source_code_uri: https://github.com/galtzo-floss/debug_logging/tree/v4.1.3
|
|
325
|
+
changelog_uri: https://github.com/galtzo-floss/debug_logging/blob/v4.1.3/CHANGELOG.md
|
|
326
326
|
bug_tracker_uri: https://github.com/galtzo-floss/debug_logging/issues
|
|
327
|
-
documentation_uri: https://www.rubydoc.info/gems/debug_logging/4.1.
|
|
327
|
+
documentation_uri: https://www.rubydoc.info/gems/debug_logging/4.1.3
|
|
328
328
|
funding_uri: https://github.com/sponsors/pboling
|
|
329
329
|
wiki_uri: https://github.com/galtzo-floss/debug_logging/wiki
|
|
330
330
|
news_uri: https://www.railsbling.com/tags/debug_logging
|
|
331
331
|
discord_uri: https://discord.gg/3qme4XHNKN
|
|
332
|
+
mailing_list_uri: https://www.rubyforum.org/tag/galtzo-floss
|
|
332
333
|
rubygems_mfa_required: 'true'
|
|
333
334
|
rdoc_options:
|
|
334
335
|
- "--title"
|
metadata.gz.sig
CHANGED
|
Binary file
|