--- !ruby/object:Gem::Specification
name: minitest-silence
version: !ruby/object:Gem::Version
  version: 0.2.2
platform: ruby
authors:
- Willem van Bergen
autorequire: 
bindir: exe
cert_chain: []
date: 2020-11-18 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
  name: minitest
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '5.12'
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '5.12'
description: |
  Minitest plugin to suppress output from tests. This plugin will buffer any output coming from
  a test going to STDOUT or STDERR, to make sure it doesn't interfere with the output of the test
  runner itself. By default, it will discard any output, unless the `--verbose` option is set
  It also supports failing a test if it is writing anything to STDOUT or STDERR by setting the
  `--fail-on-output` command line option.
email:
- willem@vanbergen.org
executables: []
extensions: []
extra_rdoc_files: []
files:
- ".github/workflows/ruby.yml"
- ".gitignore"
- ".rubocop.yml"
- ".travis.yml"
- CODE_OF_CONDUCT.md
- Gemfile
- LICENSE.txt
- README.md
- Rakefile
- bin/console
- bin/rake
- bin/rubocop
- bin/setup
- lib/minitest/silence/boxed_output_reporter.rb
- lib/minitest/silence/fail_on_output_reporter.rb
- lib/minitest/silence/version.rb
- lib/minitest/silence_plugin.rb
- minitest-silence.gemspec
homepage: https://github.com/Shopify/minitest-silence
licenses:
- MIT
metadata:
  allowed_push_host: https://rubygems.org
  homepage_uri: https://github.com/Shopify/minitest-silence
  source_code_uri: https://github.com/Shopify/minitest-silence
post_install_message: 
rdoc_options: []
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: 2.3.0
required_rubygems_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: '0'
requirements: []
rubygems_version: 3.0.3
signing_key: 
specification_version: 4
summary: Minitest plugin to suppress output from tests.
test_files: []