activesupport-broadcast_logger 2.0.2 → 2.0.3
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 +9 -0
- data/lib/activesupport/broadcast_logger/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +6 -26
- 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: 79af23ad305edbcda12b99f70466c292fe22fd5b2db9fd3dbea1a56117f9522b
|
|
4
|
+
data.tar.gz: ac432e9f8d4b8e7a1e28f490869f722c39ff7dc2b4be3de2087880c35701f9c3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9f77ddecbe17ccabe07e9af5d302d56942aa86c1a236e057592504de89b0ec8fbc2218f37f1b5365c2f5905669ae751c45706218ce0a560b3fe3468642ec2615
|
|
7
|
+
data.tar.gz: 6a687589123feb6fedf7d14669c98c13175de5a7659b3dfa3c2bfa7b5ca725c9709475f1452c1819ec9e6b6b891169765b30131405609a38d442b97f54870299
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -10,6 +10,15 @@ 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: 97.06% -- 66/68 lines in 3 files
|
|
15
|
+
- BRANCH COVERAGE: 90.00% -- 9/10 branches in 3 files
|
|
16
|
+
- 73.68% documented
|
|
17
|
+
### Removed
|
|
18
|
+
- rdoc as runtime dependency
|
|
19
|
+
### Changed
|
|
20
|
+
- upgrade activesupport-logger v2.0.3
|
|
21
|
+
|
|
13
22
|
## [2.0.2] - 2024-11-22
|
|
14
23
|
- COVERAGE: 97.06% -- 66/68 lines in 3 files
|
|
15
24
|
- BRANCH COVERAGE: 90.00% -- 9/10 branches in 3 files
|
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: activesupport-broadcast_logger
|
|
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
|
|
@@ -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.3
|
|
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.3
|
|
143
123
|
- !ruby/object:Gem::Dependency
|
|
144
124
|
name: version_gem
|
|
145
125
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -413,10 +393,10 @@ licenses:
|
|
|
413
393
|
- MIT
|
|
414
394
|
metadata:
|
|
415
395
|
homepage_uri: https://github.com/pboling/activesupport-broadcast_logger
|
|
416
|
-
source_code_uri: https://github.com/pboling/activesupport-broadcast_logger/tree/v2.0.
|
|
417
|
-
changelog_uri: https://github.com/pboling/activesupport-broadcast_logger/blob/v2.0.
|
|
396
|
+
source_code_uri: https://github.com/pboling/activesupport-broadcast_logger/tree/v2.0.3
|
|
397
|
+
changelog_uri: https://github.com/pboling/activesupport-broadcast_logger/blob/v2.0.3/CHANGELOG.md
|
|
418
398
|
bug_tracker_uri: https://github.com/pboling/activesupport-broadcast_logger/issues
|
|
419
|
-
documentation_uri: https://www.rubydoc.info/gems/activesupport-broadcast_logger/2.0.
|
|
399
|
+
documentation_uri: https://www.rubydoc.info/gems/activesupport-broadcast_logger/2.0.3
|
|
420
400
|
wiki_uri: https://github.com/pboling/activesupport-broadcast_logger/wiki
|
|
421
401
|
funding_uri: https://liberapay.com/pboling
|
|
422
402
|
rubygems_mfa_required: 'true'
|
metadata.gz.sig
CHANGED
|
Binary file
|