silent_stream 1.0.8 → 1.0.10

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.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: silent_stream
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.8
4
+ version: 1.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeremy Daer
@@ -30,53 +30,86 @@ authors:
30
30
  - Arthur Nogueira Neves
31
31
  - Anil Wadghule
32
32
  - Peter Boling
33
- autorequire:
34
33
  bindir: exe
35
- cert_chain: []
36
- date: 2024-03-20 00:00:00.000000000 Z
34
+ cert_chain:
35
+ - |
36
+ -----BEGIN CERTIFICATE-----
37
+ MIIEgDCCAuigAwIBAgIBATANBgkqhkiG9w0BAQsFADBDMRUwEwYDVQQDDAxwZXRl
38
+ ci5ib2xpbmcxFTATBgoJkiaJk/IsZAEZFgVnbWFpbDETMBEGCgmSJomT8ixkARkW
39
+ A2NvbTAeFw0yNTA1MDQxNTMzMDlaFw00NTA0MjkxNTMzMDlaMEMxFTATBgNVBAMM
40
+ DHBldGVyLmJvbGluZzEVMBMGCgmSJomT8ixkARkWBWdtYWlsMRMwEQYKCZImiZPy
41
+ LGQBGRYDY29tMIIBojANBgkqhkiG9w0BAQEFAAOCAY8AMIIBigKCAYEAruUoo0WA
42
+ uoNuq6puKWYeRYiZekz/nsDeK5x/0IEirzcCEvaHr3Bmz7rjo1I6On3gGKmiZs61
43
+ LRmQ3oxy77ydmkGTXBjruJB+pQEn7UfLSgQ0xa1/X3kdBZt6RmabFlBxnHkoaGY5
44
+ mZuZ5+Z7walmv6sFD9ajhzj+oIgwWfnEHkXYTR8I6VLN7MRRKGMPoZ/yvOmxb2DN
45
+ coEEHWKO9CvgYpW7asIihl/9GMpKiRkcYPm9dGQzZc6uTwom1COfW0+ZOFrDVBuV
46
+ FMQRPswZcY4Wlq0uEBLPU7hxnCL9nKK6Y9IhdDcz1mY6HZ91WImNslOSI0S8hRpj
47
+ yGOWxQIhBT3fqCBlRIqFQBudrnD9jSNpSGsFvbEijd5ns7Z9ZMehXkXDycpGAUj1
48
+ to/5cuTWWw1JqUWrKJYoifnVhtE1o1DZ+LkPtWxHtz5kjDG/zR3MG0Ula0UOavlD
49
+ qbnbcXPBnwXtTFeZ3C+yrWpE4pGnl3yGkZj9SMTlo9qnTMiPmuWKQDatAgMBAAGj
50
+ fzB9MAkGA1UdEwQCMAAwCwYDVR0PBAQDAgSwMB0GA1UdDgQWBBQE8uWvNbPVNRXZ
51
+ HlgPbc2PCzC4bjAhBgNVHREEGjAYgRZwZXRlci5ib2xpbmdAZ21haWwuY29tMCEG
52
+ A1UdEgQaMBiBFnBldGVyLmJvbGluZ0BnbWFpbC5jb20wDQYJKoZIhvcNAQELBQAD
53
+ ggGBAJbnUwfJQFPkBgH9cL7hoBfRtmWiCvdqdjeTmi04u8zVNCUox0A4gT982DE9
54
+ wmuN12LpdajxZONqbXuzZvc+nb0StFwmFYZG6iDwaf4BPywm2e/Vmq0YG45vZXGR
55
+ L8yMDSK1cQXjmA+ZBKOHKWavxP6Vp7lWvjAhz8RFwqF9GuNIdhv9NpnCAWcMZtpm
56
+ GUPyIWw/Cw/2wZp74QzZj6Npx+LdXoLTF1HMSJXZ7/pkxLCsB8m4EFVdb/IrW/0k
57
+ kNSfjtAfBHO8nLGuqQZVH9IBD1i9K6aSs7pT6TW8itXUIlkIUI2tg5YzW6OFfPzq
58
+ QekSkX3lZfY+HTSp/o+YvKkqWLUV7PQ7xh1ZYDtocpaHwgxe/j3bBqHE+CUPH2vA
59
+ 0V/FwdTRWcwsjVoOJTrYcff8pBZ8r2MvtAc54xfnnhGFzeRHfcltobgFxkAXdE6p
60
+ DVjBtqT23eugOqQ73umLcYDZkc36vnqGxUBSsXrzY9pzV5gGr2I8YUxMqf6ATrZt
61
+ L9nRqA==
62
+ -----END CERTIFICATE-----
63
+ date: 2025-05-05 00:00:00.000000000 Z
37
64
  dependencies:
38
65
  - !ruby/object:Gem::Dependency
39
- name: appraisal
66
+ name: logger
40
67
  requirement: !ruby/object:Gem::Requirement
41
68
  requirements:
42
69
  - - ">="
43
70
  - !ruby/object:Gem::Version
44
- version: '0'
45
- type: :development
71
+ version: 1.4.4
72
+ type: :runtime
46
73
  prerelease: false
47
74
  version_requirements: !ruby/object:Gem::Requirement
48
75
  requirements:
49
76
  - - ">="
50
77
  - !ruby/object:Gem::Version
51
- version: '0'
78
+ version: 1.4.4
52
79
  - !ruby/object:Gem::Dependency
53
- name: bundler
80
+ name: version_gem
54
81
  requirement: !ruby/object:Gem::Requirement
55
82
  requirements:
83
+ - - "~>"
84
+ - !ruby/object:Gem::Version
85
+ version: '1.1'
56
86
  - - ">="
57
87
  - !ruby/object:Gem::Version
58
- version: '0'
59
- type: :development
88
+ version: 1.1.7
89
+ type: :runtime
60
90
  prerelease: false
61
91
  version_requirements: !ruby/object:Gem::Requirement
62
92
  requirements:
93
+ - - "~>"
94
+ - !ruby/object:Gem::Version
95
+ version: '1.1'
63
96
  - - ">="
64
97
  - !ruby/object:Gem::Version
65
- version: '0'
98
+ version: 1.1.7
66
99
  - !ruby/object:Gem::Dependency
67
100
  name: minitest
68
101
  requirement: !ruby/object:Gem::Requirement
69
102
  requirements:
70
103
  - - ">="
71
104
  - !ruby/object:Gem::Version
72
- version: '5.22'
105
+ version: '5.15'
73
106
  type: :development
74
107
  prerelease: false
75
108
  version_requirements: !ruby/object:Gem::Requirement
76
109
  requirements:
77
110
  - - ">="
78
111
  - !ruby/object:Gem::Version
79
- version: '5.22'
112
+ version: '5.15'
80
113
  - !ruby/object:Gem::Dependency
81
114
  name: minitest-reporters
82
115
  requirement: !ruby/object:Gem::Requirement
@@ -109,136 +142,91 @@ dependencies:
109
142
  name: rake
110
143
  requirement: !ruby/object:Gem::Requirement
111
144
  requirements:
112
- - - ">="
113
- - !ruby/object:Gem::Version
114
- version: '0'
115
- type: :development
116
- prerelease: false
117
- version_requirements: !ruby/object:Gem::Requirement
118
- requirements:
119
- - - ">="
120
- - !ruby/object:Gem::Version
121
- version: '0'
122
- - !ruby/object:Gem::Dependency
123
- name: simplecov
124
- requirement: !ruby/object:Gem::Requirement
125
- requirements:
126
- - - ">="
127
- - !ruby/object:Gem::Version
128
- version: '0.16'
129
- type: :development
130
- prerelease: false
131
- version_requirements: !ruby/object:Gem::Requirement
132
- requirements:
133
- - - ">="
134
- - !ruby/object:Gem::Version
135
- version: '0.16'
136
- - !ruby/object:Gem::Dependency
137
- name: test-unit
138
- requirement: !ruby/object:Gem::Requirement
139
- requirements:
140
- - - ">="
141
- - !ruby/object:Gem::Version
142
- version: '3.2'
143
- type: :development
144
- prerelease: false
145
- version_requirements: !ruby/object:Gem::Requirement
146
- requirements:
147
- - - ">="
148
- - !ruby/object:Gem::Version
149
- version: '3.2'
150
- - !ruby/object:Gem::Dependency
151
- name: wwtd
152
- requirement: !ruby/object:Gem::Requirement
153
- requirements:
154
- - - ">="
145
+ - - "~>"
155
146
  - !ruby/object:Gem::Version
156
- version: '0'
147
+ version: '13.0'
157
148
  type: :development
158
149
  prerelease: false
159
150
  version_requirements: !ruby/object:Gem::Requirement
160
151
  requirements:
161
- - - ">="
152
+ - - "~>"
162
153
  - !ruby/object:Gem::Version
163
- version: '0'
154
+ version: '13.0'
164
155
  - !ruby/object:Gem::Dependency
165
- name: rubocop-gradual
156
+ name: ruby_engine
166
157
  requirement: !ruby/object:Gem::Requirement
167
158
  requirements:
168
- - - ">="
159
+ - - "~>"
169
160
  - !ruby/object:Gem::Version
170
- version: 0.3.4
161
+ version: '2.0'
171
162
  type: :development
172
163
  prerelease: false
173
164
  version_requirements: !ruby/object:Gem::Requirement
174
165
  requirements:
175
- - - ">="
166
+ - - "~>"
176
167
  - !ruby/object:Gem::Version
177
- version: 0.3.4
168
+ version: '2.0'
178
169
  - !ruby/object:Gem::Dependency
179
- name: rubocop-lts
170
+ name: ruby_version
180
171
  requirement: !ruby/object:Gem::Requirement
181
172
  requirements:
182
173
  - - "~>"
183
174
  - !ruby/object:Gem::Version
184
- version: '10.1'
185
- - - ">="
186
- - !ruby/object:Gem::Version
187
- version: 10.1.1
175
+ version: '1.0'
188
176
  type: :development
189
177
  prerelease: false
190
178
  version_requirements: !ruby/object:Gem::Requirement
191
179
  requirements:
192
180
  - - "~>"
193
181
  - !ruby/object:Gem::Version
194
- version: '10.1'
195
- - - ">="
196
- - !ruby/object:Gem::Version
197
- version: 10.1.1
182
+ version: '1.0'
198
183
  - !ruby/object:Gem::Dependency
199
- name: rubocop-rspec
184
+ name: stone_checksums
200
185
  requirement: !ruby/object:Gem::Requirement
201
186
  requirements:
202
187
  - - "~>"
203
188
  - !ruby/object:Gem::Version
204
- version: '2.26'
205
- - - ">="
206
- - !ruby/object:Gem::Version
207
- version: 2.26.1
189
+ version: '1.0'
208
190
  type: :development
209
191
  prerelease: false
210
192
  version_requirements: !ruby/object:Gem::Requirement
211
193
  requirements:
212
194
  - - "~>"
213
195
  - !ruby/object:Gem::Version
214
- version: '2.26'
215
- - - ">="
216
- - !ruby/object:Gem::Version
217
- version: 2.26.1
196
+ version: '1.0'
218
197
  - !ruby/object:Gem::Dependency
219
- name: standard
198
+ name: test-unit
220
199
  requirement: !ruby/object:Gem::Requirement
221
200
  requirements:
222
- - - "~>"
201
+ - - ">="
223
202
  - !ruby/object:Gem::Version
224
- version: '1.33'
203
+ version: '3.2'
225
204
  type: :development
226
205
  prerelease: false
227
206
  version_requirements: !ruby/object:Gem::Requirement
228
207
  requirements:
229
- - - "~>"
208
+ - - ">="
230
209
  - !ruby/object:Gem::Version
231
- version: '1.33'
210
+ version: '3.2'
232
211
  description: ActiveSupport Kernel Reporting Detritus with a few enhancements
233
212
  email:
234
213
  - peter.boling@gmail.com
235
214
  executables: []
236
215
  extensions: []
237
- extra_rdoc_files: []
216
+ extra_rdoc_files:
217
+ - CHANGELOG.md
218
+ - CODE_OF_CONDUCT.md
219
+ - CONTRIBUTING.md
220
+ - LICENSE.txt
221
+ - README.md
222
+ - SECURITY.md
238
223
  files:
224
+ - CHANGELOG.md
239
225
  - CODE_OF_CONDUCT.md
240
- - LICENSE
226
+ - CONTRIBUTING.md
227
+ - LICENSE.txt
241
228
  - README.md
229
+ - SECURITY.md
242
230
  - lib/silent_stream.rb
243
231
  - lib/silent_stream/version.rb
244
232
  homepage: https://github.com/pboling/silent_stream
@@ -246,15 +234,22 @@ licenses:
246
234
  - MIT
247
235
  metadata:
248
236
  homepage_uri: https://github.com/pboling/silent_stream
249
- source_code_uri: https://github.com/pboling/silent_stream/tree/v1.0.8
237
+ source_code_uri: https://github.com/pboling/silent_stream/tree/v1.0.10
238
+ changelog_uri: https://github.com/pboling/silent_stream/blob/v1.0.10/CHANGELOG.md
250
239
  bug_tracker_uri: https://github.com/pboling/silent_stream/issues
251
- documentation_uri: https://www.rubydoc.info/gems/silent_stream/1.0.8
240
+ documentation_uri: https://www.rubydoc.info/gems/silent_stream/1.0.10
252
241
  wiki_uri: https://github.com/pboling/silent_stream/wiki
253
242
  funding_uri: https://liberapay.com/pboling
254
243
  news_uri: https://www.railsbling.com/tags/silent_stream
255
244
  rubygems_mfa_required: 'true'
256
- post_install_message:
257
- rdoc_options: []
245
+ rdoc_options:
246
+ - "--title"
247
+ - silent_stream - ActiveSupport's Stream Silencing - Without ActiveSupport
248
+ - "--main"
249
+ - README.md
250
+ - "--line-numbers"
251
+ - "--inline-source"
252
+ - "--quiet"
258
253
  require_paths:
259
254
  - lib
260
255
  required_ruby_version: !ruby/object:Gem::Requirement
@@ -268,8 +263,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
268
263
  - !ruby/object:Gem::Version
269
264
  version: '0'
270
265
  requirements: []
271
- rubygems_version: 3.5.6
272
- signing_key:
266
+ rubygems_version: 3.6.8
273
267
  specification_version: 4
274
268
  summary: ActiveSupport's Stream Silencing - Without ActiveSupport
275
269
  test_files: []
metadata.gz.sig ADDED
@@ -0,0 +1,4 @@
1
+ X-�U� !�jR�1�r sf��"Z�*qZ9�]qʵLg@)9� ����>D��A�DKY"I��_;�9�J �� �z�������}�~?�cM�l���E��P'�7�I�p�a�}��-���i�^r7�*����=�E���+.WEA�a�l
2
+ M�DA�����h�_KIz���]��$�3MQ�H2!��T8{d�,�b�
3
+ >�>(B��u�'2��Nc�M�z{q����w�`�
4
+ &���{
data/LICENSE DELETED
@@ -1,7 +0,0 @@
1
- Copyright 2018, 2024 Peter Boling of railsbling.com
2
-
3
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
4
-
5
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
6
-
7
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.