activesupport-tagged_logging 2.0.2 → 2.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data/CHANGELOG.md +8 -0
- data/lib/activesupport/tagged_logging/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +8 -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: 04d8215c9f0be6302ed9cadc64b6ea76d25fb14d21c9242957f86909f4450208
|
4
|
+
data.tar.gz: 9f32307b0980b4b9a6825f0d2ec96f9ddbd142341611d734a9bd8c2c2a2e6ae2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3de4344f0244e2859d7e77756f8f804497f25faaf7684a55af558a82f4bc5fb8ee47a11e7da7383160312ecf17bdfe312b68c2ce85b4b2b9f3b22d8ada287d40
|
7
|
+
data.tar.gz: b1f5287ed20cbd789c8b72a35f1a0d694627f4824553cc8dbc097e7ad96f91d3f2eea81f02f4d3a5f2b80632bc9eb1f1ff8a69932a4108062044c0be73405db9
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data/CHANGELOG.md
CHANGED
@@ -10,6 +10,14 @@ 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.3] - 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.3
|
19
|
+
- upgrade activesupport-broadcast_logger v2.0.3
|
20
|
+
|
13
21
|
## [2.0.2] - 2024-11-22
|
14
22
|
- COVERAGE: 98.11% -- 104/106 lines in 5 files
|
15
23
|
- 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.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Peter Boling
|
@@ -109,7 +109,7 @@ dependencies:
|
|
109
109
|
version: '2.0'
|
110
110
|
- - ">="
|
111
111
|
- !ruby/object:Gem::Version
|
112
|
-
version: 2.0.
|
112
|
+
version: 2.0.3
|
113
113
|
type: :runtime
|
114
114
|
prerelease: false
|
115
115
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -119,7 +119,7 @@ dependencies:
|
|
119
119
|
version: '2.0'
|
120
120
|
- - ">="
|
121
121
|
- !ruby/object:Gem::Version
|
122
|
-
version: 2.0.
|
122
|
+
version: 2.0.3
|
123
123
|
- !ruby/object:Gem::Dependency
|
124
124
|
name: activesupport-logger
|
125
125
|
requirement: !ruby/object:Gem::Requirement
|
@@ -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.3
|
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.3
|
143
143
|
- !ruby/object:Gem::Dependency
|
144
144
|
name: version_gem
|
145
145
|
requirement: !ruby/object:Gem::Requirement
|
@@ -415,10 +415,10 @@ licenses:
|
|
415
415
|
- MIT
|
416
416
|
metadata:
|
417
417
|
homepage_uri: https://github.com/pboling/activesupport-tagged_logging
|
418
|
-
source_code_uri: https://github.com/pboling/activesupport-tagged_logging/tree/v2.0.
|
419
|
-
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.3
|
419
|
+
changelog_uri: https://github.com/pboling/activesupport-tagged_logging/blob/v2.0.3/CHANGELOG.md
|
420
420
|
bug_tracker_uri: https://github.com/pboling/activesupport-tagged_logging/issues
|
421
|
-
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.3
|
422
422
|
wiki_uri: https://github.com/pboling/activesupport-tagged_logging/wiki
|
423
423
|
funding_uri: https://liberapay.com/pboling
|
424
424
|
rubygems_mfa_required: 'true'
|
metadata.gz.sig
CHANGED
Binary file
|