activesupport-tagged_logging 2.0.0 → 2.0.1
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 +2 -4
- data/CHANGELOG.md +12 -1
- data/lib/active_support/tagged_logging.rb +4 -0
- data/lib/activesupport/tagged_logging/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +9 -8
- 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: a8ce8be43a40a6afcde367ed3c19b8db754c3f8e8c81fa5f7854eeff5311c915
|
|
4
|
+
data.tar.gz: 7da06b01b2f6ff7fdec6621fde874292ddef189d70f5a472a0afac9a7146095b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 91afe951bef193099c740c224a9a767a0ffc44be1a9bb4e3b865ea08649834bb668a3150596a7c6ad544260c18eb95857232e5dba9d7d73c3dd8a44ba2e0c3a6
|
|
7
|
+
data.tar.gz: 99ee117bf98cfc59b919036cf55d7ca6def1e2c8bf59bc1787c1424174e89657106e35ab09e64f5e2fec8a3fa51f965c36a9d49ffda19fb06d2cff705f828ccf
|
checksums.yaml.gz.sig
CHANGED
|
@@ -1,4 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
)o)OPY����Ll�nYZ�Y�էO���6���뫇��D�EJ�"��v�K����/�1#4Fi$1NbC�k�˕���]3M�O�s��_�Z�-�0�-P�.-�+[1q����^�^Z��cS����&^\���3��)⻛
|
|
4
|
-
h�Ee�#`��/W�^��%�h�CP/��8DF?yB� A���Z�x�~����
|
|
1
|
+
�2`,+�2�*e���j�v]�٦Z�y��,u4Q�{�O`��p�=��C
|
|
2
|
+
��Y��X_�7W���TP5�+ �#n*Km�&-o־����"�(�预��$�
|
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,17 @@ 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.1] - 2024-11-21
|
|
14
|
+
- COVERAGE: 98.11% -- 104/106 lines in 5 files
|
|
15
|
+
- BRANCH COVERAGE: 81.82% -- 18/22 branches in 5 files
|
|
16
|
+
- 36.36% documented
|
|
17
|
+
### Changed
|
|
18
|
+
- Upgraded to activesupport-broadcast_logger v2.0.1
|
|
19
|
+
- Upgraded to activesupport-logger v2.0.1
|
|
20
|
+
### Fixed
|
|
21
|
+
- Compatibility with ActiveSupport
|
|
22
|
+
- Many libraries do `require "active_support"`
|
|
23
|
+
|
|
13
24
|
## [2.0.0] - 2024-11-21
|
|
14
25
|
- COVERAGE: 98.11% -- 104/106 lines in 5 files
|
|
15
26
|
- BRANCH COVERAGE: 81.82% -- 18/22 branches in 5 files
|
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: activesupport-tagged_logging
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter Boling
|
|
@@ -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.1
|
|
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.1
|
|
143
143
|
- !ruby/object:Gem::Dependency
|
|
144
144
|
name: activesupport-logger
|
|
145
145
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -149,7 +149,7 @@ dependencies:
|
|
|
149
149
|
version: '2.0'
|
|
150
150
|
- - ">="
|
|
151
151
|
- !ruby/object:Gem::Version
|
|
152
|
-
version: 2.0.
|
|
152
|
+
version: 2.0.1
|
|
153
153
|
type: :runtime
|
|
154
154
|
prerelease: false
|
|
155
155
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -159,7 +159,7 @@ dependencies:
|
|
|
159
159
|
version: '2.0'
|
|
160
160
|
- - ">="
|
|
161
161
|
- !ruby/object:Gem::Version
|
|
162
|
-
version: 2.0.
|
|
162
|
+
version: 2.0.1
|
|
163
163
|
- !ruby/object:Gem::Dependency
|
|
164
164
|
name: version_gem
|
|
165
165
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -404,6 +404,7 @@ files:
|
|
|
404
404
|
- LICENSE.txt
|
|
405
405
|
- README.md
|
|
406
406
|
- SECURITY.md
|
|
407
|
+
- lib/active_support/tagged_logging.rb
|
|
407
408
|
- lib/activesupport-tagged_logging.rb
|
|
408
409
|
- lib/activesupport/fix_pr_53105.rb
|
|
409
410
|
- lib/activesupport/tagged_logging.rb
|
|
@@ -414,10 +415,10 @@ licenses:
|
|
|
414
415
|
- MIT
|
|
415
416
|
metadata:
|
|
416
417
|
homepage_uri: https://github.com/pboling/activesupport-tagged_logging
|
|
417
|
-
source_code_uri: https://github.com/pboling/activesupport-tagged_logging/tree/v2.0.
|
|
418
|
-
changelog_uri: https://github.com/pboling/activesupport-tagged_logging/blob/v2.0.
|
|
418
|
+
source_code_uri: https://github.com/pboling/activesupport-tagged_logging/tree/v2.0.1
|
|
419
|
+
changelog_uri: https://github.com/pboling/activesupport-tagged_logging/blob/v2.0.1/CHANGELOG.md
|
|
419
420
|
bug_tracker_uri: https://github.com/pboling/activesupport-tagged_logging/issues
|
|
420
|
-
documentation_uri: https://www.rubydoc.info/gems/activesupport-tagged_logging/2.0.
|
|
421
|
+
documentation_uri: https://www.rubydoc.info/gems/activesupport-tagged_logging/2.0.1
|
|
421
422
|
wiki_uri: https://github.com/pboling/activesupport-tagged_logging/wiki
|
|
422
423
|
funding_uri: https://liberapay.com/pboling
|
|
423
424
|
rubygems_mfa_required: 'true'
|
metadata.gz.sig
CHANGED
|
Binary file
|