activesupport-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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f63e775087465bca80d1ecbdb558951c562c6fb9485ed435584f1d0e8084a999
4
- data.tar.gz: 23722a7ea77069215cc825620aedef585d9875f4c897f088e7d7e970e423e4b3
3
+ metadata.gz: c2da9da4af7013e5a66e3150cfd36d45531b724620d141f2fa9047f2cd3fa417
4
+ data.tar.gz: e99cc1c0bf57a9d26d1b2a537532f6b9aa080a58a1c0d9960ab0a869de0ab75c
5
5
  SHA512:
6
- metadata.gz: 27d39b73b7ea3d861206fc862a7c5ba9e6f392157fc21687720a46ebb38164816fad04194adf7ed962800729a1fa49c873ef72b1ab5f1da400bcaa069c2f3ae6
7
- data.tar.gz: 32e897ff26eca1aaea2a76a4a035d32d9dff49efe58b072c65025b64c4f3ff7a3f7f6ec538ad60e345d1aa6c094730c2036af316ab60348b147dcae23d0e86ba
6
+ metadata.gz: 683124596a2dce84a3eefaa620559761519e517211b714cddc17b7ce7e3b93aa5c67a01ce19404040681287d25f25e2b44a2ae9d2195e4c0649f008d70cc2af1
7
+ data.tar.gz: ed52353028fa4fcbfc73fbcbb9ff0fa89485671a577b2067ef6efb05936c22ed19cc7aa73ccc19ad8965c3c47cf9891fede08024f373635aadd4684e21230421
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
- 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,12 +10,31 @@ 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: 95.50% -- 106/111 lines in 6 files
15
+ - BRANCH COVERAGE: 84.00% -- 21/25 branches in 6 files
16
+ - 44.83% documented
17
+ ### Added
18
+ - rdoc as development dependency
19
+ ### Changed
20
+ - upgrade activesupport-broadcast_logger v2.0.1
21
+
22
+ ## [2.0.1] - 2024-11-21
23
+ - COVERAGE: 95.50% -- 106/111 lines in 6 files
24
+ - BRANCH COVERAGE: 84.00% -- 21/25 branches in 6 files
25
+ - 44.83% documented
26
+ ### Added
27
+ - More tests lifted from Rails v8.0 test suite
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: 95.50% -- 106/111 lines in 6 files
15
34
  - BRANCH COVERAGE: 84.00% -- 21/25 branches in 6 files
16
35
  - 44.83% documented
17
36
  ### Added
18
- - Tests lifted from Rails v8.0 test suite.
37
+ - Tests lifted from Rails v8.0 test suite
19
38
  - `ActiveSupport::LoggerSilence`
20
39
  - `ActiveSupport::IsolatedExecutionState`
21
40
  ### Changed
data/README.md CHANGED
@@ -149,8 +149,6 @@ Load order matters.
149
149
  [🐘ruby-mast-img]: https://img.shields.io/mastodon/follow/109447111526622197?domain=https%3A%2F%2Fruby.social&style=plastic&logo=mastodon&label=Ruby%20%40galtzo
150
150
  [🌳linktree]: https://linktr.ee/galtzo
151
151
  [🌳linktree-img]: https://img.shields.io/badge/galtzo-purple?style=plastic&logo=linktree
152
- [documentation]: https://rubydoc.info/github/pboling/activesupport-logger
153
- [homepage]: https://github.com/pboling/activesupport-logger
154
152
 
155
153
  <!-- Maintainer Contact Links -->
156
154
  [aboutme]: https://about.me/peter.boling
@@ -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-logger"
@@ -6,7 +6,7 @@
6
6
  module Activesupport
7
7
  module Logger
8
8
  module Version
9
- VERSION = "2.0.0"
9
+ VERSION = "2.0.2"
10
10
  end
11
11
  end
12
12
  end
@@ -23,7 +23,6 @@ require "active_support/core_ext/module/attribute_accessors"
23
23
  # https://github.com/rails/rails/blob/540d2f41f6913cd6c5a71301540bfe1551c2acc5/activesupport/test/isolated_execution_state_test.rb
24
24
  require_relative "activesupport/isolated_execution_state"
25
25
 
26
- #
27
26
  # Extracted from:
28
27
  # https://github.com/rails/rails/blob/564e427c05e0d3d24ce8c3ab17ea0969011e056a/activesupport/lib/active_support/logger_thread_safe_level.rb
29
28
  # Compare SHA with latest commit to check for changes:
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activesupport-logger
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.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-21 00:00:00.000000000 Z
39
+ date: 2024-11-22 00:00:00.000000000 Z
40
40
  dependencies:
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: logger
@@ -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
@@ -214,6 +234,26 @@ dependencies:
214
234
  - - ">="
215
235
  - !ruby/object:Gem::Version
216
236
  version: 1.0.2
237
+ - !ruby/object:Gem::Dependency
238
+ name: activesupport-broadcast_logger
239
+ requirement: !ruby/object:Gem::Requirement
240
+ requirements:
241
+ - - "~>"
242
+ - !ruby/object:Gem::Version
243
+ version: '2.0'
244
+ - - ">="
245
+ - !ruby/object:Gem::Version
246
+ version: 2.0.1
247
+ type: :development
248
+ prerelease: false
249
+ version_requirements: !ruby/object:Gem::Requirement
250
+ requirements:
251
+ - - "~>"
252
+ - !ruby/object:Gem::Version
253
+ version: '2.0'
254
+ - - ">="
255
+ - !ruby/object:Gem::Version
256
+ version: 2.0.1
217
257
  - !ruby/object:Gem::Dependency
218
258
  name: appraisal
219
259
  requirement: !ruby/object:Gem::Requirement
@@ -403,6 +443,7 @@ files:
403
443
  - LICENSE.txt
404
444
  - README.md
405
445
  - SECURITY.md
446
+ - lib/active_support/logger.rb
406
447
  - lib/activesupport-logger.rb
407
448
  - lib/activesupport/isolated_execution_state.rb
408
449
  - lib/activesupport/logger.rb
@@ -414,10 +455,10 @@ licenses:
414
455
  - MIT
415
456
  metadata:
416
457
  homepage_uri: https://github.com/pboling/activesupport-logger
417
- source_code_uri: https://github.com/pboling/activesupport-logger/tree/v2.0.0
418
- changelog_uri: https://github.com/pboling/activesupport-logger/blob/v2.0.0/CHANGELOG.md
458
+ source_code_uri: https://github.com/pboling/activesupport-logger/tree/v2.0.2
459
+ changelog_uri: https://github.com/pboling/activesupport-logger/blob/v2.0.2/CHANGELOG.md
419
460
  bug_tracker_uri: https://github.com/pboling/activesupport-logger/issues
420
- documentation_uri: https://www.rubydoc.info/gems/activesupport-logger/2.0.0
461
+ documentation_uri: https://www.rubydoc.info/gems/activesupport-logger/2.0.2
421
462
  wiki_uri: https://github.com/pboling/activesupport-logger/wiki
422
463
  funding_uri: https://liberapay.com/pboling
423
464
  rubygems_mfa_required: 'true'
metadata.gz.sig CHANGED
@@ -1,3 +1,3 @@
1
- p�����l�b
2
- jaҡ���>r��`�l� \�_r���ڻ�y�,�$QNMŚm ����ݠ}@JWR_g)�#Kt�ȇ��C��o���������p:Nxm��x9����$�[�̗\N���(b�����9<��
3
- UjΦ'E>�%.�b��aDz�ڝgX��W���eIh��_w�
1
+ K͑��]�=��Wכ���4D�+
2
+ �wI��g��k���P�~|�-�ρ���+H�-��5A=l�b��TW�<�J�jB�����O;� � ,8pݝ�ӆ�(�:�~�� |S�ɔfX����}wxyV,] cD���S0HTs_��A�0x͛2T�54����C�-�[:�qBs��/}�0}o��΁22i�)�Y��t|7<@e���Z�y0��--��8'��Do3� ��(lz���&���`�K�Ξm�,��`꣝�����T�JyuR���2jSР�V�:n���9ipyX�{�k�6[�ni��ZB�z� �Z
3
+ e�ޣ@g���w״xn�ػk���ɰ>'�i�#a�'������Vd�ȳ��o�ȁ�B�-��w��