silent_stream 1.0.7 → 1.0.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bfe500149e834232e239140a8fdf05da25846abc05811dce5bdaa928633ff2f4
4
- data.tar.gz: b306f1189e82d9bd3fb236303a6391ba4bd257be5912394a04423d945af303cc
3
+ metadata.gz: c77c81e3d9f4c8cdaccb88544f268a092be506f77345e3ffb307f6b62c4f558a
4
+ data.tar.gz: d8623dd90a1c9c51a8125da4ba458f808afdf648aa743597b4bce1fba89e8401
5
5
  SHA512:
6
- metadata.gz: d5c60fb03b31caa92304be9016ed85ba685ee7bc5642a4a8681047f344b28aa169455e52f2f57b5ecc6852ec5119cfc3ec704d1b6362a323ad9be16e64ccd6f8
7
- data.tar.gz: 268e20474b1174ea982085c5882563f2d294387525d7f7edbb1bfe20c931d44cbde59879458605e95a230a38be9282393aca3bd0f88fbae10243c07c092075bf
6
+ metadata.gz: ca0e6319a36e288708f23f7fb15aa9fdddb8dc9b022457e7ac63428b78a6d1748c9b86249c0f7e2d0428669449d92be5d5d1f33c4579995fad821cb6a4212c2e
7
+ data.tar.gz: c2ce5b6f8c8a1ce3f673b16881c0c135e55536fc14fcc7292cc84b35fda5953aebd289a291064f2f302cfbb3abb4f189cdbf1cfb886959c05295e27463273f12
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SilentStream
4
- VERSION = "1.0.7"
4
+ VERSION = "1.0.8"
5
5
  end
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.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeremy Daer
@@ -168,7 +168,7 @@ dependencies:
168
168
  - - ">="
169
169
  - !ruby/object:Gem::Version
170
170
  version: 0.3.4
171
- type: :runtime
171
+ type: :development
172
172
  prerelease: false
173
173
  version_requirements: !ruby/object:Gem::Requirement
174
174
  requirements:
@@ -185,7 +185,7 @@ dependencies:
185
185
  - - ">="
186
186
  - !ruby/object:Gem::Version
187
187
  version: 10.1.1
188
- type: :runtime
188
+ type: :development
189
189
  prerelease: false
190
190
  version_requirements: !ruby/object:Gem::Requirement
191
191
  requirements:
@@ -205,7 +205,7 @@ dependencies:
205
205
  - - ">="
206
206
  - !ruby/object:Gem::Version
207
207
  version: 2.26.1
208
- type: :runtime
208
+ type: :development
209
209
  prerelease: false
210
210
  version_requirements: !ruby/object:Gem::Requirement
211
211
  requirements:
@@ -222,7 +222,7 @@ dependencies:
222
222
  - - "~>"
223
223
  - !ruby/object:Gem::Version
224
224
  version: '1.33'
225
- type: :runtime
225
+ type: :development
226
226
  prerelease: false
227
227
  version_requirements: !ruby/object:Gem::Requirement
228
228
  requirements:
@@ -236,35 +236,19 @@ executables: []
236
236
  extensions: []
237
237
  extra_rdoc_files: []
238
238
  files:
239
- - ".gitignore"
240
- - ".rubocop.yml"
241
- - ".rubocop_gradual.lock"
242
- - ".tool-versions"
243
- - ".travis.yml"
244
- - Appraisals
245
239
  - CODE_OF_CONDUCT.md
246
- - Gemfile
247
240
  - LICENSE
248
241
  - 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
257
242
  - lib/silent_stream.rb
258
243
  - lib/silent_stream/version.rb
259
- - silent_stream.gemspec
260
244
  homepage: https://github.com/pboling/silent_stream
261
245
  licenses:
262
246
  - MIT
263
247
  metadata:
264
248
  homepage_uri: https://github.com/pboling/silent_stream
265
- source_code_uri: https://github.com/pboling/silent_stream/tree/v1.0.7
249
+ source_code_uri: https://github.com/pboling/silent_stream/tree/v1.0.8
266
250
  bug_tracker_uri: https://github.com/pboling/silent_stream/issues
267
- documentation_uri: https://www.rubydoc.info/gems/silent_stream/1.0.7
251
+ documentation_uri: https://www.rubydoc.info/gems/silent_stream/1.0.8
268
252
  wiki_uri: https://github.com/pboling/silent_stream/wiki
269
253
  funding_uri: https://liberapay.com/pboling
270
254
  news_uri: https://www.railsbling.com/tags/silent_stream
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/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