# -*- encoding: utf-8 -*- # stub: tty-command 0.3.3 ruby lib Gem::Specification.new do |s| s.name = "tty-command".freeze s.version = "0.3.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Piotr Murach".freeze] s.bindir = "exe".freeze s.date = "2017-02-10" s.description = "Execute shell commands with pretty output logging and capture their stdout, stderr and exit status. Redirect stdin, stdout and stderr of each command to a file or a string.".freeze s.email = ["".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, "CHANGELOG.md".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "examples/bash.rb".freeze, "examples/basic.rb".freeze, "examples/env.rb".freeze, "examples/logger.rb".freeze, "examples/redirect_stderr.rb".freeze, "examples/redirect_stdin.rb".freeze, "examples/redirect_stdout.rb".freeze, "examples/timeout.rb".freeze, "lib/tty-command.rb".freeze, "lib/tty/command.rb".freeze, "lib/tty/command/cmd.rb".freeze, "lib/tty/command/dry_runner.rb".freeze, "lib/tty/command/execute.rb".freeze, "lib/tty/command/exit_error.rb".freeze, "lib/tty/command/printers/abstract.rb".freeze, "lib/tty/command/printers/null.rb".freeze, "lib/tty/command/printers/pretty.rb".freeze, "lib/tty/command/printers/progress.rb".freeze, "lib/tty/command/printers/quiet.rb".freeze, "lib/tty/command/process_runner.rb".freeze, "lib/tty/command/result.rb".freeze, "lib/tty/command/truncator.rb".freeze, "lib/tty/command/version.rb".freeze, "tasks/console.rake".freeze, "tasks/coverage.rake".freeze, "tasks/spec.rake".freeze, "tty-command.gemspec".freeze] s.homepage = "https://piotrmurach.github.io/tty".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Execute shell commands with pretty output logging and capture their stdout, stderr and exit status.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 0.7.0".freeze]) s.add_development_dependency(%q.freeze, [">= 1.5.0".freeze, "< 2.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.0".freeze]) end