activesupport-tagged_logging 2.0.0 → 2.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2a2fb64b04b8c492751201d2f737e59b35a81d09de245c56d45161e6c8a9fd62
4
- data.tar.gz: 541731d47abedd585cccf075659b4570de58561c5da373011ae44fd31f27dbbe
3
+ metadata.gz: a8ce8be43a40a6afcde367ed3c19b8db754c3f8e8c81fa5f7854eeff5311c915
4
+ data.tar.gz: 7da06b01b2f6ff7fdec6621fde874292ddef189d70f5a472a0afac9a7146095b
5
5
  SHA512:
6
- metadata.gz: 9880b952b57714774f9c4a191c6863179348aa23c3b2a86d1fddf96aab238fb3e63ea111f9c76606e006b5cbd0a765918a1b33a0edf069ad769717b413f877a4
7
- data.tar.gz: 1f6cf87a2b8b118cec5d62041711efc47a1a1b8bc00f82c8d0b46b3449d3ab73a3fb658e4c62e6aef83f736164df102710bbb1c0fabc48d9e1e11d4482003a7e
6
+ metadata.gz: 91afe951bef193099c740c224a9a767a0ffc44be1a9bb4e3b865ea08649834bb668a3150596a7c6ad544260c18eb95857232e5dba9d7d73c3dd8a44ba2e0c3a6
7
+ data.tar.gz: 99ee117bf98cfc59b919036cf55d7ca6def1e2c8bf59bc1787c1424174e89657106e35ab09e64f5e2fec8a3fa51f965c36a9d49ffda19fb06d2cff705f828ccf
checksums.yaml.gz.sig CHANGED
@@ -1,4 +1,2 @@
1
- N���HdLQ*��ק:֤LV$k#c����w<�-���������#Vb0f�$e�ޜ�
2
- M3���Y�xK�s�3`���T=K�'��:�h�y讞��Av��řr�� U�̡�߷����˃�L^��ٕ��dX���*lP����ó�j�OF�3ɲ�X��諢��C���R��On�^�*�
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���jv]�٦Zy��,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
- Since version 2.0.0, the format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
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
@@ -0,0 +1,4 @@
1
+ # This is a stub
2
+ # It will prevent vanilla ActiveSupport from loading its own broken logger tooling.
3
+ # Instead, we'll load the fixed replacement logging tooling from this library!
4
+ require_relative "../activesupport-tagged_logging"
@@ -3,7 +3,7 @@
3
3
  module Activesupport
4
4
  module TaggedLogging
5
5
  module Version
6
- VERSION = "2.0.0"
6
+ VERSION = "2.0.1"
7
7
  end
8
8
  end
9
9
  end
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.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.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.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.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.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.0
418
- changelog_uri: https://github.com/pboling/activesupport-tagged_logging/blob/v2.0.0/CHANGELOG.md
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.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