debug_logging 4.1.3 → 4.1.4
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 +20 -1
- data/LICENSE.md +1 -1
- data/README.md +4 -2
- data/lib/debug_logging/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +15 -15
- 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: 1f4c9191da1c25f0ec73ec3234737ce892960ae548d3b52631c4ee1f9bdc4275
|
|
4
|
+
data.tar.gz: c607095147ce9dad94f649246c12aaeabaecdca92f71e40fa2ca91d9715b0180
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c2c27bf9de1eb106aba9a35b90b4cb271dbd022b098b3f526554d6da96f1c21b94ab00f381f02f35487db5fe7b27f6dbffeaac4bcf6a2d3b0d27ee53d518079a
|
|
7
|
+
data.tar.gz: 0b65ad89bf4f821ef1474a8ed41ddacc519e43665d8897760d0a69fbc2ad3618c2080a5d94706a26cab031cc9a9b4a39b5f3a6284c146ee5c2199f9b49ac672e
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -30,6 +30,23 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
30
30
|
|
|
31
31
|
### Security
|
|
32
32
|
|
|
33
|
+
## [4.1.4] - 2026-09-11
|
|
34
|
+
|
|
35
|
+
- TAG: [v4.1.4][4.1.4t]
|
|
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
|
+
- [kc] kettle-jem/prepare: updated 8 project files:
|
|
43
|
+
- dependencies (8)
|
|
44
|
+
|
|
45
|
+
- [kc] kettle-jem/template: updated 4 project files:
|
|
46
|
+
- code and tests (1)
|
|
47
|
+
- dependencies (2)
|
|
48
|
+
- other (1)
|
|
49
|
+
|
|
33
50
|
## [4.1.3] - 2026-08-13
|
|
34
51
|
|
|
35
52
|
- TAG: [v4.1.3][4.1.3t]
|
|
@@ -450,7 +467,9 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
450
467
|
|
|
451
468
|
- Initial release
|
|
452
469
|
|
|
453
|
-
[Unreleased]: https://github.com/galtzo-floss/debug_logging/compare/v4.1.
|
|
470
|
+
[Unreleased]: https://github.com/galtzo-floss/debug_logging/compare/v4.1.4...HEAD
|
|
471
|
+
[4.1.4]: https://github.com/galtzo-floss/debug_logging/compare/v4.1.3...v4.1.4
|
|
472
|
+
[4.1.4t]: https://github.com/galtzo-floss/debug_logging/releases/tag/v4.1.4
|
|
454
473
|
[4.1.3]: https://github.com/galtzo-floss/debug_logging/compare/v4.1.2...v4.1.3
|
|
455
474
|
[4.1.3t]: https://github.com/galtzo-floss/debug_logging/releases/tag/v4.1.3
|
|
456
475
|
[4.1.2]: https://github.com/galtzo-floss/debug_logging/compare/v4.1.1...v4.1.2
|
data/LICENSE.md
CHANGED
data/README.md
CHANGED
|
@@ -78,7 +78,9 @@ The _amazing_ test matrix is powered by the kettle-dev stack.
|
|
|
78
78
|
|
|
79
79
|
</details>
|
|
80
80
|
|
|
81
|
-
### Enterprise Support
|
|
81
|
+
### Enterprise Support
|
|
82
|
+
|
|
83
|
+
[](https://tidelift.com/subscription/pkg/rubygems-debug_logging?utm_source=rubygems-debug_logging&utm_medium=referral&utm_campaign=readme)
|
|
82
84
|
|
|
83
85
|
Available as part of the Tidelift Subscription.
|
|
84
86
|
|
|
@@ -604,7 +606,7 @@ See [LICENSE.md][📄license] for the official copyright notice.
|
|
|
604
606
|
|
|
605
607
|
- Copyright (c) 2017-2018, 2020-2021, 2023-2024, 2026 Peter H. Boling
|
|
606
608
|
- Copyright (c) 2020 John Gillson
|
|
607
|
-
- Copyright (c) 2024
|
|
609
|
+
- Copyright (c) 2024 Annibelle Boling
|
|
608
610
|
|
|
609
611
|
</details>
|
|
610
612
|
|
|
@@ -4,7 +4,7 @@ module DebugLogging
|
|
|
4
4
|
# Version namespace for this gem.
|
|
5
5
|
module Version
|
|
6
6
|
# Current gem version.
|
|
7
|
-
VERSION = "4.1.
|
|
7
|
+
VERSION = "4.1.4"
|
|
8
8
|
end
|
|
9
9
|
# Current gem version exposed at the traditional constant location.
|
|
10
10
|
VERSION = Version::VERSION # Traditional Constant Location
|
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
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.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter H. Boling
|
|
8
8
|
- John Gillson
|
|
9
|
-
-
|
|
9
|
+
- Annibelle Boling
|
|
10
10
|
bindir: exe
|
|
11
11
|
cert_chain:
|
|
12
12
|
- |
|
|
@@ -65,20 +65,20 @@ dependencies:
|
|
|
65
65
|
requirements:
|
|
66
66
|
- - "~>"
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
|
-
version: '3.
|
|
68
|
+
version: '3.1'
|
|
69
69
|
- - ">="
|
|
70
70
|
- !ruby/object:Gem::Version
|
|
71
|
-
version: 3.0
|
|
71
|
+
version: 3.1.0
|
|
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: '3.
|
|
78
|
+
version: '3.1'
|
|
79
79
|
- - ">="
|
|
80
80
|
- !ruby/object:Gem::Version
|
|
81
|
-
version: 3.0
|
|
81
|
+
version: 3.1.0
|
|
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.3
|
|
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.3
|
|
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.21
|
|
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.21
|
|
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.7
|
|
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.7
|
|
210
210
|
- !ruby/object:Gem::Dependency
|
|
211
211
|
name: ruby-progressbar
|
|
212
212
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -321,10 +321,10 @@ 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.4
|
|
325
|
+
changelog_uri: https://github.com/galtzo-floss/debug_logging/blob/v4.1.4/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.4
|
|
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
|
metadata.gz.sig
CHANGED
|
Binary file
|