debug_logging 4.1.1 → 4.1.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
- checksums.yaml.gz.sig +0 -0
- data/CHANGELOG.md +73 -1
- data/README.md +14 -14
- data/lib/debug_logging/version.rb +4 -1
- data.tar.gz.sig +0 -0
- metadata +17 -16
- 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: 386ab0f08f0351652c55014f7d292950f38a091fc129fb4d2eddc2bfbff3fe9f
|
|
4
|
+
data.tar.gz: 11c8a30b2f4e58b3a2656a2021262530efa9b4f6e3613de8900af2832a893d5d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ec9d03aec0c8d9fee7c7cd03a66297b76300ace0fe23e13be973a6166b9949c10629c13136d4faeb1cc2a790558cf412a336062904ec6917f6ee7b9954b78ec6
|
|
7
|
+
data.tar.gz: a2dd1f31183f307f815384d73cf4b6edb156bc2239af21fe721a65f7710d01ee1cf1108926751082c780a6e42c6fbaccca572bf27c5590f0c7c45296c102a29d
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -30,6 +30,76 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
30
30
|
|
|
31
31
|
### Security
|
|
32
32
|
|
|
33
|
+
## [4.1.2] - 2026-07-31
|
|
34
|
+
|
|
35
|
+
- TAG: [v4.1.2][4.1.2t]
|
|
36
|
+
- COVERAGE: 97.46% -- 730/749 lines in 28 files
|
|
37
|
+
- BRANCH COVERAGE: 86.34% -- 177/205 branches in 28 files
|
|
38
|
+
- 21.99% documented
|
|
39
|
+
|
|
40
|
+
### Added
|
|
41
|
+
|
|
42
|
+
- Documentation linting now has its generated `yard-lint` dependency and severity config available in the local bundle.
|
|
43
|
+
|
|
44
|
+
- kettle-jem-template-20260726-001 - Projects now include YARD lint
|
|
45
|
+
configuration and documentation dependencies so documentation issues fail
|
|
46
|
+
before generated docs are refreshed.
|
|
47
|
+
|
|
48
|
+
- kettle-jem-template-20260727-001 - Spec harness documentation now lists the
|
|
49
|
+
RSpec helpers provided by `kettle-test`.
|
|
50
|
+
|
|
51
|
+
- kettle-jem-template-20260729-005 - Gemspec metadata now publishes this
|
|
52
|
+
project's RubyForum tag as `mailing_list_uri`, and support docs link to the
|
|
53
|
+
tagged RubyForum community alongside Discord.
|
|
54
|
+
|
|
55
|
+
### Changed
|
|
56
|
+
|
|
57
|
+
- kettle-jem-template-20260728-001 - Generated Ruby workflows now use clearer
|
|
58
|
+
setup-ruby-flash planning and can prepare appraisal-only jobs without
|
|
59
|
+
installing the main Gemfile bundle.
|
|
60
|
+
|
|
61
|
+
### Fixed
|
|
62
|
+
|
|
63
|
+
- kettle-jem-template-20260726-002 - Generated version files now document their
|
|
64
|
+
version namespace and constants, reducing warning-only YARD lint output.
|
|
65
|
+
|
|
66
|
+
- kettle-jem-template-20260726-003 - Coverage upload steps now treat Coveralls,
|
|
67
|
+
QLTY, and Codecov as optional, so provider outages do not fail CI when local
|
|
68
|
+
coverage thresholds still pass.
|
|
69
|
+
- kettle-jem-template-20260728-002 - Generated RuboCop configs now ignore the
|
|
70
|
+
same `gemfiles/vendor/bundle` tree as `.gitignore`, so vendored dependency
|
|
71
|
+
installs are not reported as project lint debt.
|
|
72
|
+
- kettle-jem-template-20260728-003 - Generated dep-heads workflows now run
|
|
73
|
+
TruffleRuby jobs with current RubyGems and Bundler, avoiding setup failures
|
|
74
|
+
before the test suite starts.
|
|
75
|
+
|
|
76
|
+
- kettle-jem-template-20260728-004 - Generated dep-heads workflows now use the
|
|
77
|
+
setup-ruby Bundler install path for direct appraisal Gemfiles, avoiding rv
|
|
78
|
+
lockfile parser failures on Git and path dependencies.
|
|
79
|
+
|
|
80
|
+
- kettle-jem-template-20260728-005 - VersionGem bootstrap now creates the
|
|
81
|
+
missing canonical version spec when a project only has shim namespace version
|
|
82
|
+
specs.
|
|
83
|
+
|
|
84
|
+
- kettle-jem-template-20260729-001 - Generated JRuby 9.4 workflows now use the
|
|
85
|
+
legacy manual bundle install path, avoiding setup-time Bundler full-index
|
|
86
|
+
failures against `gem.coop`.
|
|
87
|
+
|
|
88
|
+
- kettle-jem-template-20260729-002 - VersionGem bootstrap now preserves
|
|
89
|
+
and templates dedicated `version_gem.rb` entrypoints even when the gemspec
|
|
90
|
+
dependency is intentionally omitted, and generated anonymous-loader specs
|
|
91
|
+
cover both `version.rb` and `version_gem.rb`.
|
|
92
|
+
|
|
93
|
+
- kettle-jem-template-20260729-003 - Old-Ruby gems below the VersionGem runtime
|
|
94
|
+
floor now get managed minimal `version.rb` files and anonymous-loader version
|
|
95
|
+
specs without adding `version_gem`.
|
|
96
|
+
- kettle-jem-template-20260730-001 - Gemspec package file enumeration now runs
|
|
97
|
+
relative to the gemspec directory, so packaged template assets are included
|
|
98
|
+
even when the gemspec is loaded from another working directory.
|
|
99
|
+
|
|
100
|
+
- Benchmark log specs now accept TruffleRuby invocation IDs whose time-derived
|
|
101
|
+
suffix has no decimal component.
|
|
102
|
+
|
|
33
103
|
## [4.1.1] - 2026-07-25
|
|
34
104
|
|
|
35
105
|
- TAG: [v4.1.1][4.1.1t]
|
|
@@ -359,7 +429,9 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
359
429
|
|
|
360
430
|
- Initial release
|
|
361
431
|
|
|
362
|
-
[Unreleased]: https://github.com/galtzo-floss/debug_logging/compare/v4.1.
|
|
432
|
+
[Unreleased]: https://github.com/galtzo-floss/debug_logging/compare/v4.1.2...HEAD
|
|
433
|
+
[4.1.2]: https://github.com/galtzo-floss/debug_logging/compare/v4.1.1...v4.1.2
|
|
434
|
+
[4.1.2t]: https://github.com/galtzo-floss/debug_logging/releases/tag/v4.1.2
|
|
363
435
|
[4.1.1]: https://github.com/galtzo-floss/debug_logging/compare/v4.1.0...v4.1.1
|
|
364
436
|
[4.1.1t]: https://github.com/galtzo-floss/debug_logging/releases/tag/v4.1.1
|
|
365
437
|
[4.1.0]: https://github.com/galtzo-floss/debug_logging/compare/v4.0.5...v4.1.0
|
data/README.md
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
# 🪲 DebugLogging
|
|
4
4
|
|
|
5
|
-
[![Version][👽versioni]][👽version] [![GitHub tag (latest SemVer)][⛳️tag-img]][⛳️tag] [![License: MIT][📄license-img]][📄license] [![Downloads Rank][👽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]
|
|
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] [![Downloads Rank][👽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
|
|
|
@@ -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]
|
|
@@ -615,11 +613,12 @@ I'm hoping to be able to pay for my kids' health insurance this month,
|
|
|
615
613
|
so if you value the work I am doing, I need your support.
|
|
616
614
|
Please consider sponsoring me or the project.
|
|
617
615
|
|
|
618
|
-
To join the community or get help
|
|
616
|
+
To join the community or get help, use the RubyForum or Discord.
|
|
619
617
|
|
|
618
|
+
[![Ruby Users Forum][✉️ruby-forum-img]][✉️ruby-forum]
|
|
620
619
|
[![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite]
|
|
621
620
|
|
|
622
|
-
To say "thanks!" ☝️ Join the
|
|
621
|
+
To say "thanks!" ☝️ Join the community or 👇️ send money.
|
|
623
622
|
|
|
624
623
|
[![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
624
|
|
|
@@ -660,8 +659,9 @@ Thanks for RTFM. ☺️
|
|
|
660
659
|
[✉️discord-invite-img-ftb]: https://img.shields.io/discord/1373797679469170758?style=for-the-badge&logo=discord
|
|
661
660
|
[✉️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
661
|
[✉️ruby-friends]: https://app.daily.dev/squads/rubyfriends
|
|
663
|
-
[✉️ruby-forum-img]: https://img.shields.io/
|
|
664
|
-
[✉️ruby-forum]: https://
|
|
662
|
+
[✉️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
|
|
663
|
+
[✉️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
|
|
664
|
+
[✉️ruby-forum]: https://www.rubyforum.org/tag/galtzo-floss
|
|
665
665
|
|
|
666
666
|
[✇bundle-group-pattern]: https://gist.github.com/pboling/4564780
|
|
667
667
|
[⛳️gem-namespace]: https://github.com/galtzo-floss/debug_logging
|
|
@@ -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.2"
|
|
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.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.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter H. Boling
|
|
@@ -65,20 +65,20 @@ dependencies:
|
|
|
65
65
|
requirements:
|
|
66
66
|
- - "~>"
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
|
-
version: '2.
|
|
68
|
+
version: '2.5'
|
|
69
69
|
- - ">="
|
|
70
70
|
- !ruby/object:Gem::Version
|
|
71
|
-
version: 2.
|
|
71
|
+
version: 2.5.13
|
|
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: '2.
|
|
78
|
+
version: '2.5'
|
|
79
79
|
- - ">="
|
|
80
80
|
- !ruby/object:Gem::Version
|
|
81
|
-
version: 2.
|
|
81
|
+
version: 2.5.13
|
|
82
82
|
- !ruby/object:Gem::Dependency
|
|
83
83
|
name: bundler-audit
|
|
84
84
|
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.17
|
|
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.17
|
|
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.4
|
|
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.4
|
|
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.11
|
|
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.11
|
|
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.2
|
|
325
|
+
changelog_uri: https://github.com/galtzo-floss/debug_logging/blob/v4.1.2/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.2
|
|
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
|