activesupport-tagged_logging 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 +22 -1
- data/lib/active_support/tagged_logging.rb +4 -0
- data/lib/activesupport/tagged_logging/version.rb +1 -1
- data.tar.gz.sig +4 -1
- metadata +30 -29
- metadata.gz.sig +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bf9aa27627ea05884ab19cfbd721b0e97a0c1323ed7b9ed5754216bd24d3f885
|
4
|
+
data.tar.gz: d363b33b8a650a6f0797779f00db7947ac649727db0746401c3f41e869e22fc6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 33548eb8460ad6075219e958a2ca9139393ca45af1ce04e80e83a2d31d612eaae73c5819f03060f9f1518a75a5a62e9bd3eae6c59a7ab33a98e53ef811a9ae33
|
7
|
+
data.tar.gz: de9ba0a4962452594d2b9592ec81a24cb1abc2c762d03e1737b9852d8d637f253b9785c391ec4ae6bfdfd14eb8aebc91f68aae56cd9f4cea480f390186d65adf
|
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,27 @@ 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: 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
|
+
- upgrade activesupport-logger v2.0.2
|
19
|
+
- upgrade activesupport-broadcast_logger v2.0.2
|
20
|
+
### Fixed
|
21
|
+
- rdoc as development dependency (was runtime, which interfered with Rails' psych dependency)
|
22
|
+
|
23
|
+
## [2.0.1] - 2024-11-21
|
24
|
+
- COVERAGE: 98.11% -- 104/106 lines in 5 files
|
25
|
+
- BRANCH COVERAGE: 81.82% -- 18/22 branches in 5 files
|
26
|
+
- 36.36% documented
|
27
|
+
### Changed
|
28
|
+
- Upgraded to activesupport-broadcast_logger v2.0.1
|
29
|
+
- Upgraded to activesupport-logger v2.0.1
|
30
|
+
### Fixed
|
31
|
+
- Compatibility with ActiveSupport
|
32
|
+
- Many libraries do `require "active_support"`
|
33
|
+
|
13
34
|
## [2.0.0] - 2024-11-21
|
14
35
|
- COVERAGE: 98.11% -- 104/106 lines in 5 files
|
15
36
|
- BRANCH COVERAGE: 81.82% -- 18/22 branches in 5 files
|
data.tar.gz.sig
CHANGED
@@ -1 +1,4 @@
|
|
1
|
-
|
1
|
+
>Y}�IW�O5�r4���a�ۏJ�5N3�^i;4�ۺ�:֩����.��MW�ǺKͻ��Po(�u���ɝ>���t7�>�
|
2
|
+
�T�e꣸��m"TmPg~�|Э�!�3 Oaشw8:R�^��Z3}S+�-(��������0���$y���H���|��|w(-I�$��>,R��:{�.�N��g\l�q�fOpV�Ld��Ֆ����rwv��
|
3
|
+
!+DA�BC�u�/� ��@y���F��沷'�-�
|
4
|
+
��p�"��Mzy�w���f-$�ԙ �
|
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.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
|
@@ -72,26 +72,6 @@ dependencies:
|
|
72
72
|
- - "~>"
|
73
73
|
- !ruby/object:Gem::Version
|
74
74
|
version: '0.1'
|
75
|
-
- !ruby/object:Gem::Dependency
|
76
|
-
name: rdoc
|
77
|
-
requirement: !ruby/object:Gem::Requirement
|
78
|
-
requirements:
|
79
|
-
- - "~>"
|
80
|
-
- !ruby/object:Gem::Version
|
81
|
-
version: '6.8'
|
82
|
-
- - ">="
|
83
|
-
- !ruby/object:Gem::Version
|
84
|
-
version: 6.8.1
|
85
|
-
type: :runtime
|
86
|
-
prerelease: false
|
87
|
-
version_requirements: !ruby/object:Gem::Requirement
|
88
|
-
requirements:
|
89
|
-
- - "~>"
|
90
|
-
- !ruby/object:Gem::Version
|
91
|
-
version: '6.8'
|
92
|
-
- - ">="
|
93
|
-
- !ruby/object:Gem::Version
|
94
|
-
version: 6.8.1
|
95
75
|
- !ruby/object:Gem::Dependency
|
96
76
|
name: stringio
|
97
77
|
requirement: !ruby/object:Gem::Requirement
|
@@ -129,7 +109,7 @@ dependencies:
|
|
129
109
|
version: '2.0'
|
130
110
|
- - ">="
|
131
111
|
- !ruby/object:Gem::Version
|
132
|
-
version: 2.0.
|
112
|
+
version: 2.0.2
|
133
113
|
type: :runtime
|
134
114
|
prerelease: false
|
135
115
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -139,7 +119,7 @@ dependencies:
|
|
139
119
|
version: '2.0'
|
140
120
|
- - ">="
|
141
121
|
- !ruby/object:Gem::Version
|
142
|
-
version: 2.0.
|
122
|
+
version: 2.0.2
|
143
123
|
- !ruby/object:Gem::Dependency
|
144
124
|
name: activesupport-logger
|
145
125
|
requirement: !ruby/object:Gem::Requirement
|
@@ -149,7 +129,7 @@ dependencies:
|
|
149
129
|
version: '2.0'
|
150
130
|
- - ">="
|
151
131
|
- !ruby/object:Gem::Version
|
152
|
-
version: 2.0.
|
132
|
+
version: 2.0.2
|
153
133
|
type: :runtime
|
154
134
|
prerelease: false
|
155
135
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -159,7 +139,7 @@ dependencies:
|
|
159
139
|
version: '2.0'
|
160
140
|
- - ">="
|
161
141
|
- !ruby/object:Gem::Version
|
162
|
-
version: 2.0.
|
142
|
+
version: 2.0.2
|
163
143
|
- !ruby/object:Gem::Dependency
|
164
144
|
name: version_gem
|
165
145
|
requirement: !ruby/object:Gem::Requirement
|
@@ -180,6 +160,26 @@ dependencies:
|
|
180
160
|
- - ">="
|
181
161
|
- !ruby/object:Gem::Version
|
182
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
|
183
183
|
- !ruby/object:Gem::Dependency
|
184
184
|
name: yard
|
185
185
|
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.2
|
419
|
+
changelog_uri: https://github.com/pboling/activesupport-tagged_logging/blob/v2.0.2/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.2
|
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
@@ -1,3 +1,3 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
1
|
+
Rj��ª�$�v?Z��I<mB�0o�)�1M�l"��ƫ���$��^�1Tvvҩل#���h@h06
|
2
|
+
�Fh@ݡ6Eg��'(\��Y���3�q�� �ٚ���<U1�8yTJ�a��'"���C�O��WPp=�C�n�8��+�����(��/RPC:*��1ƒ7^dK[��^�];EG��T�g��j>�v�ҒCz�r4wU�(l[������Lq�-�+������(g={�Jj=\�0@|nP�ƺӮ) �?�QZ���'}�;���zY��i����ŧ��%�?�wi�������o�.��;�J5�'��kv�=tG�2(��2��/��S>��e�����5a9ό�.iw��_��!��a��>��
|
3
|
+
�u�
|