silent_stream 1.0.7 → 1.0.9

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.7
4
+ version: 1.0.9
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,168 +142,114 @@ 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
- - - ">="
145
+ - - "~>"
127
146
  - !ruby/object:Gem::Version
128
- version: '0.16'
147
+ version: '13.0'
129
148
  type: :development
130
149
  prerelease: false
131
150
  version_requirements: !ruby/object:Gem::Requirement
132
151
  requirements:
133
- - - ">="
152
+ - - "~>"
134
153
  - !ruby/object:Gem::Version
135
- version: '0.16'
154
+ version: '13.0'
136
155
  - !ruby/object:Gem::Dependency
137
- name: test-unit
156
+ name: ruby_engine
138
157
  requirement: !ruby/object:Gem::Requirement
139
158
  requirements:
140
- - - ">="
159
+ - - "~>"
141
160
  - !ruby/object:Gem::Version
142
- version: '3.2'
161
+ version: '2.0'
143
162
  type: :development
144
163
  prerelease: false
145
164
  version_requirements: !ruby/object:Gem::Requirement
146
165
  requirements:
147
- - - ">="
166
+ - - "~>"
148
167
  - !ruby/object:Gem::Version
149
- version: '3.2'
168
+ version: '2.0'
150
169
  - !ruby/object:Gem::Dependency
151
- name: wwtd
170
+ name: ruby_version
152
171
  requirement: !ruby/object:Gem::Requirement
153
172
  requirements:
154
- - - ">="
173
+ - - "~>"
155
174
  - !ruby/object:Gem::Version
156
- version: '0'
175
+ version: '1.0'
157
176
  type: :development
158
177
  prerelease: false
159
178
  version_requirements: !ruby/object:Gem::Requirement
160
179
  requirements:
161
- - - ">="
162
- - !ruby/object:Gem::Version
163
- version: '0'
164
- - !ruby/object:Gem::Dependency
165
- name: rubocop-gradual
166
- requirement: !ruby/object:Gem::Requirement
167
- requirements:
168
- - - ">="
169
- - !ruby/object:Gem::Version
170
- version: 0.3.4
171
- type: :runtime
172
- prerelease: false
173
- version_requirements: !ruby/object:Gem::Requirement
174
- requirements:
175
- - - ">="
180
+ - - "~>"
176
181
  - !ruby/object:Gem::Version
177
- version: 0.3.4
182
+ version: '1.0'
178
183
  - !ruby/object:Gem::Dependency
179
- name: rubocop-lts
184
+ name: stone_checksums
180
185
  requirement: !ruby/object:Gem::Requirement
181
186
  requirements:
182
187
  - - "~>"
183
188
  - !ruby/object:Gem::Version
184
- version: '10.1'
185
- - - ">="
186
- - !ruby/object:Gem::Version
187
- version: 10.1.1
188
- type: :runtime
189
+ version: '1.0'
190
+ type: :development
189
191
  prerelease: false
190
192
  version_requirements: !ruby/object:Gem::Requirement
191
193
  requirements:
192
194
  - - "~>"
193
195
  - !ruby/object:Gem::Version
194
- version: '10.1'
195
- - - ">="
196
- - !ruby/object:Gem::Version
197
- version: 10.1.1
196
+ version: '1.0'
198
197
  - !ruby/object:Gem::Dependency
199
- name: rubocop-rspec
198
+ name: test-unit
200
199
  requirement: !ruby/object:Gem::Requirement
201
200
  requirements:
202
- - - "~>"
203
- - !ruby/object:Gem::Version
204
- version: '2.26'
205
201
  - - ">="
206
202
  - !ruby/object:Gem::Version
207
- version: 2.26.1
208
- type: :runtime
203
+ version: '3.2'
204
+ type: :development
209
205
  prerelease: false
210
206
  version_requirements: !ruby/object:Gem::Requirement
211
207
  requirements:
212
- - - "~>"
213
- - !ruby/object:Gem::Version
214
- version: '2.26'
215
208
  - - ">="
216
209
  - !ruby/object:Gem::Version
217
- version: 2.26.1
218
- - !ruby/object:Gem::Dependency
219
- name: standard
220
- requirement: !ruby/object:Gem::Requirement
221
- requirements:
222
- - - "~>"
223
- - !ruby/object:Gem::Version
224
- version: '1.33'
225
- type: :runtime
226
- prerelease: false
227
- version_requirements: !ruby/object:Gem::Requirement
228
- requirements:
229
- - - "~>"
230
- - !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:
239
- - ".gitignore"
240
- - ".rubocop.yml"
241
- - ".rubocop_gradual.lock"
242
- - ".tool-versions"
243
- - ".travis.yml"
244
- - Appraisals
224
+ - CHANGELOG.md
245
225
  - CODE_OF_CONDUCT.md
246
- - Gemfile
247
- - LICENSE
226
+ - CONTRIBUTING.md
227
+ - LICENSE.txt
248
228
  - README.md
249
- - Rakefile
250
- - bin/console
251
- - bin/setup
252
- - gemfiles/ruby_2.3.gemfile
253
- - gemfiles/ruby_2.4.gemfile
254
- - gemfiles/ruby_2.5.gemfile
255
- - gemfiles/ruby_2.6.gemfile
256
- - gemfiles/ruby_2.7.gemfile
229
+ - SECURITY.md
257
230
  - lib/silent_stream.rb
258
231
  - lib/silent_stream/version.rb
259
- - silent_stream.gemspec
260
232
  homepage: https://github.com/pboling/silent_stream
261
233
  licenses:
262
234
  - MIT
263
235
  metadata:
264
236
  homepage_uri: https://github.com/pboling/silent_stream
265
- source_code_uri: https://github.com/pboling/silent_stream/tree/v1.0.7
237
+ source_code_uri: https://github.com/pboling/silent_stream/tree/v1.0.9
238
+ changelog_uri: https://github.com/pboling/silent_stream/blob/v1.0.9/CHANGELOG.md
266
239
  bug_tracker_uri: https://github.com/pboling/silent_stream/issues
267
- documentation_uri: https://www.rubydoc.info/gems/silent_stream/1.0.7
240
+ documentation_uri: https://www.rubydoc.info/gems/silent_stream/1.0.9
268
241
  wiki_uri: https://github.com/pboling/silent_stream/wiki
269
242
  funding_uri: https://liberapay.com/pboling
270
243
  news_uri: https://www.railsbling.com/tags/silent_stream
271
244
  rubygems_mfa_required: 'true'
272
- post_install_message:
273
- 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"
274
253
  require_paths:
275
254
  - lib
276
255
  required_ruby_version: !ruby/object:Gem::Requirement
@@ -284,8 +263,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
284
263
  - !ruby/object:Gem::Version
285
264
  version: '0'
286
265
  requirements: []
287
- rubygems_version: 3.5.6
288
- signing_key:
266
+ rubygems_version: 3.6.8
289
267
  specification_version: 4
290
268
  summary: ActiveSupport's Stream Silencing - Without ActiveSupport
291
269
  test_files: []
metadata.gz.sig ADDED
Binary file
data/.gitignore DELETED
@@ -1,21 +0,0 @@
1
- /.bundle/
2
- /.yardoc
3
- /_yardoc/
4
- /coverage/
5
- /doc/
6
- /pkg/
7
- /spec/reports/
8
- /tmp/
9
-
10
- # rspec failure tracking
11
- .rspec_status
12
-
13
- .byebug_history
14
-
15
- # iCloud Drive
16
- .nosync
17
-
18
- *.gem
19
- /Gemfile.lock
20
-
21
- /gemfiles/*.lock
data/.rubocop.yml DELETED
@@ -1,4 +0,0 @@
1
- inherit_gem:
2
- rubocop-lts: config/rubygem.yml
3
-
4
- require: rubocop-minitest
@@ -1,33 +0,0 @@
1
- {
2
- "lib/silent_stream.rb:3497521302": [
3
- [9, 3, 165, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 2295567404],
4
- [33, 26, 6, "Style/GlobalStdStream: Use `$stdout` instead of `STDOUT`.", 3356722952],
5
- [68, 22, 6, "Style/GlobalStdStream: Use `$stderr` instead of `STDERR`.", 3356712163],
6
- [84, 7, 102, "Lint/RescueException: Avoid rescuing the `Exception` class. Perhaps you meant to rescue `StandardError`?", 1454146794],
7
- [114, 19, 4, "Security/Eval: The use of `eval` is a serious security risk.", 2087429787],
8
- [137, 22, 6, "Style/GlobalStdStream: Use `$stdout` instead of `STDOUT`.", 3356722952],
9
- [138, 24, 6, "Style/GlobalStdStream: Use `$stderr` instead of `STDERR`.", 3356712163]
10
- ],
11
- "silent_stream.gemspec:402039502": [
12
- [61, 5, 19, "Packaging/GemspecGit: Avoid using git to produce lists of files. Downstreams often need to build your package in an environment that does not have git (on purpose). Use some pure Ruby alternative, like `Dir` or `Dir.glob`.", 3879951891],
13
- [68, 3, 44, "Gemspec/DependencyVersion: Dependency version specification is required.", 2775602551],
14
- [69, 3, 42, "Gemspec/DependencyVersion: Dependency version specification is required.", 3928530036],
15
- [71, 3, 53, "Gemspec/DependencyVersion: Dependency version specification is required.", 2976601152],
16
- [72, 3, 40, "Gemspec/DependencyVersion: Dependency version specification is required.", 2300588954],
17
- [73, 3, 39, "Gemspec/DependencyVersion: Dependency version specification is required.", 1345440847],
18
- [76, 3, 39, "Gemspec/DependencyVersion: Dependency version specification is required.", 1249263682]
19
- ],
20
- "tests/test_silent_stream.rb:2217126815": [
21
- [26, 19, 4, "Security/Eval: The use of `eval` is a serious security risk.", 2087429787],
22
- [60, 25, 6, "Style/GlobalStdStream: Use `$stdout` instead of `STDOUT`.", 3356722952],
23
- [67, 25, 6, "Style/GlobalStdStream: Use `$stdout` instead of `STDOUT`.", 3356722952],
24
- [72, 27, 6, "Style/GlobalStdStream: Use `$stdout` instead of `STDOUT`.", 3356722952],
25
- [73, 28, 6, "Style/GlobalStdStream: Use `$stdout` instead of `STDOUT`.", 3356722952],
26
- [73, 38, 6, "Style/GlobalStdStream: Use `$stdout` instead of `STDOUT`.", 3356722952],
27
- [74, 39, 6, "Style/GlobalStdStream: Use `$stdout` instead of `STDOUT`.", 3356722952],
28
- [88, 27, 6, "Style/GlobalStdStream: Use `$stdout` instead of `STDOUT`.", 3356722952],
29
- [89, 27, 6, "Style/GlobalStdStream: Use `$stderr` instead of `STDERR`.", 3356712163],
30
- [94, 39, 6, "Style/GlobalStdStream: Use `$stdout` instead of `STDOUT`.", 3356722952],
31
- [95, 39, 6, "Style/GlobalStdStream: Use `$stderr` instead of `STDERR`.", 3356712163]
32
- ]
33
- }
data/.tool-versions DELETED
@@ -1 +0,0 @@
1
- ruby 3.2.3
data/.travis.yml DELETED
@@ -1,38 +0,0 @@
1
- ---
2
- sudo: false
3
- language: ruby
4
- cache:
5
- bundler: true
6
- env:
7
- global:
8
- - CC_TEST_REPORTER_ID=954687c8cc4840dccb8887a7bf1f1f6ea463f6c20c02f20186945ab17995e0ba
9
-
10
- before_script:
11
- - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
12
- - chmod +x ./cc-test-reporter
13
- - ./cc-test-reporter before-build
14
-
15
- script:
16
- - bundle exec rake
17
-
18
- after_script:
19
- - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
20
-
21
- before_install:
22
- - gem install bundler:1.17.3
23
-
24
- install:
25
- - bundle install --path=${BUNDLE_PATH:-vendor/bundle} --no-deployment --jobs 3 --retry 3
26
-
27
- jobs:
28
- include:
29
- - rvm: ruby-2.3.8
30
- gemfile: gemfiles/ruby_2.3.gemfile
31
- - rvm: ruby-2.4.9
32
- gemfile: gemfiles/ruby_2.4.gemfile
33
- - rvm: ruby-2.5.7
34
- gemfile: gemfiles/ruby_2.5.gemfile
35
- - rvm: ruby-2.6.5
36
- gemfile: gemfiles/ruby_2.6.gemfile
37
- - rvm: ruby-2.7.0
38
- gemfile: gemfiles/ruby_2.7.gemfile
data/Appraisals DELETED
@@ -1,26 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- appraise "ruby_2.3" do
4
- gem "rubocop", "0.77.0"
5
- gem "rubocop-minitest"
6
- end
7
-
8
- appraise "ruby_2.4" do
9
- gem "rubocop", "0.77.0"
10
- gem "rubocop-minitest"
11
- end
12
-
13
- appraise "ruby_2.5" do
14
- gem "rubocop"
15
- gem "rubocop-minitest"
16
- end
17
-
18
- appraise "ruby_2.6" do
19
- gem "rubocop"
20
- gem "rubocop-minitest"
21
- end
22
-
23
- appraise "ruby_2.7" do
24
- gem "rubocop"
25
- gem "rubocop-minitest"
26
- end
data/Gemfile DELETED
@@ -1,11 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- source "https://rubygems.org"
4
-
5
- git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
6
-
7
- # Specify your gem's dependencies in silent_stream.gemspec
8
- gemspec
9
-
10
- gem "rubocop-packaging", "~> 0.5", ">= 0.5.2"
11
- gem "rubocop-minitest"
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.
data/Rakefile DELETED
@@ -1,11 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require "bundler/gem_tasks"
4
- require "rake/testtask"
5
-
6
- Rake::TestTask.new do |t|
7
- t.test_files = FileList["tests/**/test_*.rb"]
8
- end
9
- desc "Run tests"
10
-
11
- task default: :test
data/bin/console DELETED
@@ -1,15 +0,0 @@
1
- #!/usr/bin/env ruby
2
- # frozen_string_literal: true
3
-
4
- require "bundler/setup"
5
- require "silent_stream"
6
-
7
- # You can add fixtures and/or initialization code here to make experimenting
8
- # with your gem easier. You can also use a different console, if you like.
9
-
10
- # (If you use this, don't forget to add pry to your Gemfile!)
11
- # require "pry"
12
- # Pry.start
13
-
14
- require "irb"
15
- IRB.start(__FILE__)
data/bin/setup DELETED
@@ -1,8 +0,0 @@
1
- #!/usr/bin/env bash
2
- set -euo pipefail
3
- IFS=$'\n\t'
4
- set -vx
5
-
6
- bundle install
7
-
8
- # Do any other automated setup that you need to do here
@@ -1,10 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- # This file was generated by Appraisal
4
-
5
- source "https://rubygems.org"
6
-
7
- gem "rubocop", "0.77.0"
8
- gem "rubocop-minitest"
9
-
10
- gemspec path: "../"
@@ -1,10 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- # This file was generated by Appraisal
4
-
5
- source "https://rubygems.org"
6
-
7
- gem "rubocop", "0.77.0"
8
- gem "rubocop-minitest"
9
-
10
- gemspec path: "../"
@@ -1,10 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- # This file was generated by Appraisal
4
-
5
- source "https://rubygems.org"
6
-
7
- gem "rubocop"
8
- gem "rubocop-minitest"
9
-
10
- gemspec path: "../"
@@ -1,10 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- # This file was generated by Appraisal
4
-
5
- source "https://rubygems.org"
6
-
7
- gem "rubocop"
8
- gem "rubocop-minitest"
9
-
10
- gemspec path: "../"
@@ -1,10 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- # This file was generated by Appraisal
4
-
5
- source "https://rubygems.org"
6
-
7
- gem "rubocop"
8
- gem "rubocop-minitest"
9
-
10
- gemspec path: "../"
@@ -1,83 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- lib = File.expand_path("lib", __dir__)
4
- $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
5
- require "silent_stream/version"
6
-
7
- Gem::Specification.new do |spec|
8
- authors = [
9
- # Everyone who touched the files extracted from Rails:
10
- ["jeremy", "Jeremy Daer"],
11
- ["dhh", "David Heinemeier Hansson"],
12
- ["pixeltrix", "Andrew White"],
13
- ["spastorino", "Santiago Pastorino"],
14
- ["sstephenson", "Sam Stephenson"],
15
- ["amatsuda", "Akira Matsuda"],
16
- ["Raphomet", "Raphael Lee"],
17
- ["rafaelfranca", "Rafael França"],
18
- ["mariovisic", "Mario Visic"],
19
- ["krekoten", "Мар'ян Крекотень"],
20
- ["lest", "Sergey Nartimov"],
21
- ["joshk", "Josh Kalderimis"],
22
- ["fxn", "Xavier Noria"],
23
- ["deivid-rodriguez", "David Rodríguez"],
24
- ["route", "Dmitry Vorotilin"],
25
- ["tenderlove", "Aaron Patterson"],
26
- ["guilleiguaran", "Guillermo Iguaran"],
27
- ["gazay", "Alexey Gaziev"],
28
- ["wycats", "Yehuda Katz"],
29
- ["tommeier", "Tom Meier"],
30
- ["lifo", "Pratik Naik"],
31
- ["charliesome", "Charlie Somerville"],
32
- ["atambo", "Alex Tambellini"],
33
- ["arthurnn", "Arthur Nogueira Neves"],
34
- ["anildigital", "Anil Wadghule"],
35
- # Author/Maintainer of this gem:
36
- ["pboling", "Peter Boling"],
37
- ]
38
-
39
- spec.name = "silent_stream"
40
- spec.version = SilentStream::VERSION
41
- spec.authors = authors.map { |_gh, name| name }
42
- spec.email = ["peter.boling@gmail.com"]
43
- spec.required_ruby_version = ">= 2.3"
44
-
45
- spec.summary = "ActiveSupport's Stream Silencing - Without ActiveSupport"
46
- spec.description = "ActiveSupport Kernel Reporting Detritus with a few enhancements"
47
- spec.homepage = "https://github.com/pboling/#{spec.name}"
48
- spec.metadata["homepage_uri"] = spec.homepage
49
- spec.metadata["source_code_uri"] = "#{spec.homepage}/tree/v#{spec.version}"
50
- # spec.metadata["changelog_uri"] = "#{spec.homepage}/blob/v#{spec.version}/CHANGELOG.md"
51
- spec.metadata["bug_tracker_uri"] = "#{spec.homepage}/issues"
52
- spec.metadata["documentation_uri"] = "https://www.rubydoc.info/gems/#{spec.name}/#{spec.version}"
53
- spec.metadata["wiki_uri"] = "#{spec.homepage}/wiki"
54
- spec.metadata["funding_uri"] = "https://liberapay.com/pboling"
55
- spec.metadata["news_uri"] = "https://www.railsbling.com/tags/#{spec.name}"
56
- spec.metadata["rubygems_mfa_required"] = "true"
57
-
58
- # Specify which files should be added to the gem when it is released.
59
- # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
60
- spec.files = Dir.chdir(File.expand_path(__dir__)) do
61
- %x(git ls-files -z).split("\x0").reject { |f| f.match(%r{^(tests|spec|features)/}) }
62
- end
63
- spec.bindir = "exe"
64
- spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
65
- spec.require_paths = ["lib"]
66
- spec.license = "MIT"
67
-
68
- spec.add_development_dependency("appraisal")
69
- spec.add_development_dependency("bundler")
70
- spec.add_development_dependency("minitest", ">= 5.22")
71
- spec.add_development_dependency("minitest-reporters")
72
- spec.add_development_dependency("mocha")
73
- spec.add_development_dependency("rake")
74
- spec.add_development_dependency("simplecov", ">= 0.16")
75
- spec.add_development_dependency("test-unit", ">= 3.2")
76
- spec.add_development_dependency("wwtd")
77
-
78
- # Linting
79
- spec.add_dependency("rubocop-gradual", ">= 0.3.4")
80
- spec.add_dependency("rubocop-lts", "~> 10.1", ">= 10.1.1") # Lint & Style Support for Ruby 2.3+
81
- spec.add_dependency("rubocop-rspec", "~> 2.26", ">= 2.26.1")
82
- spec.add_dependency("standard", "~> 1.33")
83
- end