activesupport-broadcast_logger 2.0.0 → 2.0.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 +20 -1
- data/lib/active_support/broadcast_logger.rb +4 -0
- data/lib/activesupport/broadcast_logger/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +28 -7
- 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: 319039311e65f15194a5d0805226857be8fa491cd8b370c86c1d6a0a54654391
|
|
4
|
+
data.tar.gz: 35ad1486decb9dff0819e458c89da68bcf8ef6ded3b2a869dfa8cb3e01e1f82a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f4324499809293cbf93b0ffd8d7a44a4ae7f14fd4376bdd4cad3752d5cf11c69cbcdd6310049a1129255e439db6a286a971601eb4b9c369380c15224ec4ddf65
|
|
7
|
+
data.tar.gz: e9c77d5c1cd06b474a5039a8796279f992f90e955a267eaa740b4d9cceec3536dec957fc9d5e5cabbaf365a7398a3dd3c658f7378f7033273ad6a75c9e0afff4
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
All notable changes to this project will be documented in this file.
|
|
3
3
|
|
|
4
|
-
|
|
4
|
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
5
5
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
@@ -10,6 +10,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
10
10
|
### Fixed
|
|
11
11
|
### Removed
|
|
12
12
|
|
|
13
|
+
## [2.0.2] - 2024-11-22
|
|
14
|
+
- COVERAGE: 97.06% -- 66/68 lines in 3 files
|
|
15
|
+
- BRANCH COVERAGE: 90.00% -- 9/10 branches in 3 files
|
|
16
|
+
- 73.68% documented
|
|
17
|
+
### Added
|
|
18
|
+
- rdoc as development dependency
|
|
19
|
+
### Changed
|
|
20
|
+
- upgrade activesupport-logger v2.0.2
|
|
21
|
+
|
|
22
|
+
## [2.0.1] - 2024-11-21
|
|
23
|
+
- COVERAGE: 97.06% -- 66/68 lines in 3 files
|
|
24
|
+
- BRANCH COVERAGE: 90.00% -- 9/10 branches in 3 files
|
|
25
|
+
- 73.68% documented
|
|
26
|
+
### Changed
|
|
27
|
+
- Upgraded to activesupport-logger v2.0.1
|
|
28
|
+
### Fixed
|
|
29
|
+
- Compatibility with ActiveSupport
|
|
30
|
+
- Many libraries do `require "active_support"`
|
|
31
|
+
|
|
13
32
|
## [2.0.0] - 2024-11-21
|
|
14
33
|
- COVERAGE: 97.06% -- 66/68 lines in 3 files
|
|
15
34
|
- BRANCH COVERAGE: 90.00% -- 9/10 branches in 3 files
|
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: activesupport-broadcast_logger
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter Boling
|
|
@@ -36,7 +36,7 @@ cert_chain:
|
|
|
36
36
|
I5o+DRfXQHqKucx1ldFHvI2rE/kSCWqGTHN2eyu1sqCPeOoIMxrltJhaejKPkxqj
|
|
37
37
|
zaF9Og==
|
|
38
38
|
-----END CERTIFICATE-----
|
|
39
|
-
date: 2024-11-
|
|
39
|
+
date: 2024-11-22 00:00:00.000000000 Z
|
|
40
40
|
dependencies:
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: logger
|
|
@@ -129,7 +129,7 @@ dependencies:
|
|
|
129
129
|
version: '2.0'
|
|
130
130
|
- - ">="
|
|
131
131
|
- !ruby/object:Gem::Version
|
|
132
|
-
version: 2.0.
|
|
132
|
+
version: 2.0.2
|
|
133
133
|
type: :runtime
|
|
134
134
|
prerelease: false
|
|
135
135
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -139,7 +139,7 @@ dependencies:
|
|
|
139
139
|
version: '2.0'
|
|
140
140
|
- - ">="
|
|
141
141
|
- !ruby/object:Gem::Version
|
|
142
|
-
version: 2.0.
|
|
142
|
+
version: 2.0.2
|
|
143
143
|
- !ruby/object:Gem::Dependency
|
|
144
144
|
name: version_gem
|
|
145
145
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -160,6 +160,26 @@ dependencies:
|
|
|
160
160
|
- - ">="
|
|
161
161
|
- !ruby/object:Gem::Version
|
|
162
162
|
version: 1.1.4
|
|
163
|
+
- !ruby/object:Gem::Dependency
|
|
164
|
+
name: rdoc
|
|
165
|
+
requirement: !ruby/object:Gem::Requirement
|
|
166
|
+
requirements:
|
|
167
|
+
- - "~>"
|
|
168
|
+
- !ruby/object:Gem::Version
|
|
169
|
+
version: '6.8'
|
|
170
|
+
- - ">="
|
|
171
|
+
- !ruby/object:Gem::Version
|
|
172
|
+
version: 6.8.1
|
|
173
|
+
type: :development
|
|
174
|
+
prerelease: false
|
|
175
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
176
|
+
requirements:
|
|
177
|
+
- - "~>"
|
|
178
|
+
- !ruby/object:Gem::Version
|
|
179
|
+
version: '6.8'
|
|
180
|
+
- - ">="
|
|
181
|
+
- !ruby/object:Gem::Version
|
|
182
|
+
version: 6.8.1
|
|
163
183
|
- !ruby/object:Gem::Dependency
|
|
164
184
|
name: yard
|
|
165
185
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -384,6 +404,7 @@ files:
|
|
|
384
404
|
- LICENSE.txt
|
|
385
405
|
- README.md
|
|
386
406
|
- SECURITY.md
|
|
407
|
+
- lib/active_support/broadcast_logger.rb
|
|
387
408
|
- lib/activesupport-broadcast_logger.rb
|
|
388
409
|
- lib/activesupport/broadcast_logger.rb
|
|
389
410
|
- lib/activesupport/broadcast_logger/version.rb
|
|
@@ -392,10 +413,10 @@ licenses:
|
|
|
392
413
|
- MIT
|
|
393
414
|
metadata:
|
|
394
415
|
homepage_uri: https://github.com/pboling/activesupport-broadcast_logger
|
|
395
|
-
source_code_uri: https://github.com/pboling/activesupport-broadcast_logger/tree/v2.0.
|
|
396
|
-
changelog_uri: https://github.com/pboling/activesupport-broadcast_logger/blob/v2.0.
|
|
416
|
+
source_code_uri: https://github.com/pboling/activesupport-broadcast_logger/tree/v2.0.2
|
|
417
|
+
changelog_uri: https://github.com/pboling/activesupport-broadcast_logger/blob/v2.0.2/CHANGELOG.md
|
|
397
418
|
bug_tracker_uri: https://github.com/pboling/activesupport-broadcast_logger/issues
|
|
398
|
-
documentation_uri: https://www.rubydoc.info/gems/activesupport-broadcast_logger/2.0.
|
|
419
|
+
documentation_uri: https://www.rubydoc.info/gems/activesupport-broadcast_logger/2.0.2
|
|
399
420
|
wiki_uri: https://github.com/pboling/activesupport-broadcast_logger/wiki
|
|
400
421
|
funding_uri: https://liberapay.com/pboling
|
|
401
422
|
rubygems_mfa_required: 'true'
|
metadata.gz.sig
CHANGED
|
Binary file
|