activesupport-broadcast_logger 2.0.4 → 3.0.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c8ea4c5c556a5699bcbc4a1dd00e9d1871b2c458070cf8395bad9123e32dd30a
4
- data.tar.gz: 6b29c5fb19596aa8acee0fea8ea172b2b647b6f5f0914ec41051953f1dfb8180
3
+ metadata.gz: fb7819261cff1891659572f4e1327f419d70fe35180721bae31057e5e56187cd
4
+ data.tar.gz: 34cafa7b9d8511cf8e0255a350a815bf79f4dcb7d53ceccd11e1b395769895b1
5
5
  SHA512:
6
- metadata.gz: feca781044d95bcc46ae57fa6be45ba2b7ddbbab96c20dd797a20ea2de8ff3e22ba89099148e8095a6d5c1624e0632660d67e8789eafba6cd13973d550c82c6c
7
- data.tar.gz: d9cf39e4cbc4db0bbca136af84d9c9965389e98dee562e8c125759c05a553c5b9fe1c7e07c153f9137763b9b2cb20d95da214853ac2e58635369817ff6665689
6
+ metadata.gz: 6d485c6112a2790f244778dd6f35bb35cbc4175d330678c87e7b0f5ac137e37dac963cdcaec42b611d9fc83208d3767466e6de36a6cc8c628ef115377643e5f2
7
+ data.tar.gz: c7495d1022ed3fb8e2914a31e550b82a09445d6c89d26437f51ba401473d6645538c0268107fd3addbf197f97cf494d3bfc0a9b6b53743075d87783d64e222c3
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -1,60 +1,199 @@
1
1
  # Changelog
2
+
3
+ [![SemVer 2.0.0][📌semver-img]][📌semver] [![Keep-A-Changelog 1.0.0][📗keep-changelog-img]][📗keep-changelog]
4
+
2
5
  All notable changes to this project will be documented in this file.
3
6
 
4
- The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
- and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
+ The format is based on [Keep a Changelog][📗keep-changelog],
8
+ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
9
+ and [yes][📌major-versions-not-sacred], platform and engine support are part of the [public API][📌semver-breaking].
10
+ Please file a bug if you notice a violation of semantic versioning.
11
+
12
+ [📌semver]: https://semver.org/spec/v2.0.0.html
13
+ [📌semver-img]: https://img.shields.io/badge/semver-2.0.0-FFDD67.svg?style=flat
14
+ [📌semver-breaking]: https://github.com/semver/semver/issues/716#issuecomment-869336139
15
+ [📌major-versions-not-sacred]: https://tom.preston-werner.com/2022/05/23/major-version-numbers-are-not-sacred.html
16
+ [📗keep-changelog]: https://keepachangelog.com/en/1.0.0/
17
+ [📗keep-changelog-img]: https://img.shields.io/badge/keep--a--changelog-1.0.0-FFDD67.svg?style=flat
6
18
 
7
19
  ## [Unreleased]
20
+
8
21
  ### Added
22
+
9
23
  ### Changed
10
- ### Fixed
24
+
25
+ ### Deprecated
26
+
11
27
  ### Removed
12
28
 
29
+ ### Fixed
30
+
31
+ ### Security
32
+
33
+ ## [3.0.0] - 2026-08-09
34
+
35
+ - TAG: [v3.0.0][3.0.0t]
36
+ - COVERAGE: 98.46% -- 64/65 lines in 3 files
37
+ - BRANCH COVERAGE: 90.00% -- 9/10 branches in 3 files
38
+ - 83.33% documented
39
+
40
+ ### Added
41
+
42
+ - kettle-jem-template-20260720-005 - README Support & Community links now
43
+ include RubyForum.
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
+ - kettle-jem-template-20260727-001 - Spec harness documentation now lists the
48
+ RSpec helpers provided by `kettle-test`.
49
+
50
+ ### Changed
51
+
52
+ - kettle-jem-template-20260716-002 - Gemspecs now ship fewer repository-only
53
+ files, reducing package noise for downstream packagers.
54
+ - kettle-jem-template-20260720-002 - Development Gemfiles now use the released
55
+ `tree_sitter_language_pack` gem 1.13.3 or newer by default.
56
+ - kettle-jem-template-20260725-002 - Version specs now use `anonymous_loader` to
57
+ cover `version.rb` without redefining constants, or are removed when version
58
+ specs are not managed for the project.
59
+ - kettle-jem-template-20260728-001 - Generated Ruby workflows now use clearer
60
+ setup-ruby-flash planning and can prepare appraisal-only jobs without
61
+ installing the main Gemfile bundle.
62
+ - kettle-jem-template-20260801-001 - Generated README gem dashboard links now
63
+ use ClickGems instead of BestGems.
64
+
65
+ - Raise the supported Ruby version to 3.1 and align the activesupport-logger dependency with the 3.0 release.
66
+
67
+ ### Fixed
68
+
69
+ - kettle-jem-template-20260720-003 - StructuredMerge Git diff driver config now
70
+ uses the installed `smorg-rb` driver command.
71
+ - kettle-jem-template-20260725-001 - Release pull request branches beginning
72
+ with `feature/release` now run JRuby and TruffleRuby workflows.
73
+ - kettle-jem-template-20260726-002 - Generated version files now document their
74
+ version namespace and constants, reducing warning-only YARD lint output.
75
+ - kettle-jem-template-20260726-003 - Coverage upload steps now treat Coveralls,
76
+ QLTY, and Codecov as optional, so provider outages do not fail CI when local
77
+ coverage thresholds still pass.
78
+ - kettle-jem-template-20260728-002 - Generated RuboCop configs now ignore the
79
+ same `gemfiles/vendor/bundle` tree as `.gitignore`, so vendored dependency
80
+ installs are not reported as project lint debt.
81
+ - kettle-jem-template-20260728-005 - VersionGem bootstrap now creates the
82
+ missing canonical version spec when a project only has shim namespace version
83
+ specs.
84
+ - kettle-jem-template-20260730-001 - Gemspec package file enumeration now runs
85
+ relative to the gemspec directory, so release package contents stay correct
86
+ even when the gemspec is loaded from another working directory.
87
+ - kettle-jem-template-20260801-002 - Generated RSpec helpers now normalize
88
+ managed configuration block bindings structurally, preventing mixed block
89
+ parameter names from producing invalid configuration after a merge.
90
+ - kettle-jem-template-20260801-003 - Generated project metadata and
91
+ documentation now normalize configured underscore hostnames to valid
92
+ hyphenated hostnames.
93
+ - kettle-jem-template-20260801-004 - Generated organization README logos now
94
+ use GitHub's stable organization avatar endpoint instead of assuming a
95
+ matching Galtzo-hosted asset exists.
96
+ - kettle-jem-template-20260802-001 - Devcontainer JSON files now merge as JSONC,
97
+ preserving comments and trailing commas during template updates.
98
+
99
+ - kettle-jem-template-20260728-003 - Generated dep-heads workflows now run
100
+ TruffleRuby jobs with current RubyGems and Bundler, avoiding setup failures
101
+ before the test suite starts.
102
+ - kettle-jem-template-20260728-004 - Generated dep-heads workflows now use the
103
+ setup-ruby Bundler install path for direct appraisal Gemfiles, avoiding rv
104
+ lockfile parser failures on Git and path dependencies.
105
+ - kettle-jem-template-20260729-001 - Generated JRuby 9.4 workflows now use the
106
+ legacy manual bundle install path, avoiding setup-time Bundler full-index
107
+ failures against `gem.coop`.
108
+
109
+ - Restore ActiveSupport BroadcastLogger version namespace after templating.
110
+
111
+ - Restore the BroadcastLogger version namespace after templating.
112
+
113
+ - Fix cross-gem README Markdown references before release.
114
+
115
+ - Synchronize LICENSE copyright years with README.md for release validation.
116
+
117
+ - Refresh generated appraisal and coverage/style harness files for CI.
118
+
119
+ - Restore cross-gem README links for the Active Support logging family.
120
+
121
+ - Move gemspec version loading out of the Active Support broadcast logger class hierarchy.
122
+
13
123
  ## [2.0.4] - 2025-02-24
124
+
14
125
  - COVERAGE: 97.06% -- 66/68 lines in 3 files
15
126
  - BRANCH COVERAGE: 90.00% -- 9/10 branches in 3 files
16
127
  - 73.68% documented
128
+
17
129
  ### Added
130
+
18
131
  - `stone_checksums` for gem release checksums
132
+
19
133
  ### Changed
134
+
20
135
  - upgrade `version_gem` v1.1.6
136
+
21
137
  ### Fixed
138
+
22
139
  - Rails v5.2 compatibility
23
140
  - Define `ActiveSupport::Logger.broadcast` as a NoOp
24
141
  - Fix circular require
25
142
  - Use `Kernel.load` in gemspec instead of RubyGems' monkey patched `load`
26
143
 
27
144
  ## [2.0.3] - 2024-11-22
145
+
28
146
  - COVERAGE: 97.06% -- 66/68 lines in 3 files
29
147
  - BRANCH COVERAGE: 90.00% -- 9/10 branches in 3 files
30
148
  - 73.68% documented
149
+
31
150
  ### Removed
151
+
32
152
  - rdoc as runtime dependency
153
+
33
154
  ### Changed
155
+
34
156
  - upgrade activesupport-logger v2.0.3
35
157
 
36
158
  ## [2.0.2] - 2024-11-22
159
+
37
160
  - COVERAGE: 97.06% -- 66/68 lines in 3 files
38
161
  - BRANCH COVERAGE: 90.00% -- 9/10 branches in 3 files
39
162
  - 73.68% documented
163
+
40
164
  ### Added
165
+
41
166
  - rdoc as development dependency
167
+
42
168
  ### Changed
169
+
43
170
  - upgrade activesupport-logger v2.0.2
44
171
 
45
172
  ## [2.0.1] - 2024-11-21
173
+
46
174
  - COVERAGE: 97.06% -- 66/68 lines in 3 files
47
175
  - BRANCH COVERAGE: 90.00% -- 9/10 branches in 3 files
48
176
  - 73.68% documented
177
+
49
178
  ### Changed
179
+
50
180
  - Upgraded to activesupport-logger v2.0.1
181
+
51
182
  ### Fixed
183
+
52
184
  - Compatibility with ActiveSupport
53
185
  - Many libraries do `require "active_support"`
54
186
 
55
187
  ## [2.0.0] - 2024-11-21
188
+
56
189
  - COVERAGE: 97.06% -- 66/68 lines in 3 files
57
190
  - BRANCH COVERAGE: 90.00% -- 9/10 branches in 3 files
58
191
  - 73.68% documented
192
+
59
193
  ### Added
194
+
60
195
  - Initial release
196
+
197
+ [Unreleased]: https://github.com/galtzo-floss/activesupport-broadcast_logger/compare/v3.0.0...HEAD
198
+ [3.0.0]: https://github.com/galtzo-floss/activesupport-broadcast_logger/compare/v2.0.4...v3.0.0
199
+ [3.0.0t]: https://github.com/galtzo-floss/activesupport-broadcast_logger/releases/tag/v3.0.0
data/LICENSE.md ADDED
@@ -0,0 +1,11 @@
1
+ # License
2
+
3
+ This project is made available under the following license.
4
+ Choose the option that best fits your use case:
5
+
6
+ - [MIT](https://github.com/galtzo-floss/activesupport-broadcast_logger/blob/main/MIT.md)
7
+
8
+ ## Copyright Notice
9
+
10
+ - Copyright (c) 2024-2026 Peter H. Boling
11
+ - Copyright (c) 2025 Aboling0