# -*- encoding: utf-8 -*- # stub: outstand-tty-command 0.10.0.pre ruby lib Gem::Specification.new do |s| s.name = "outstand-tty-command".freeze s.version = "0.10.0.pre".freeze s.required_rubygems_version = Gem::Requirement.new("> 1.3.1".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "allowed_push_host" => "https://rubygems.org", "bug_tracker_uri" => "https://github.com/piotrmurach/tty-command/issues", "changelog_uri" => "https://github.com/piotrmurach/tty-command/blob/master/CHANGELOG.md", "documentation_uri" => "https://www.rubydoc.info/gems/tty-command", "homepage_uri" => "https://piotrmurach.github.io/tty", "source_code_uri" => "https://github.com/piotrmurach/tty-command" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Piotr Murach".freeze] s.bindir = "exe".freeze s.date = "2020-09-18" 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 = ["piotr@piotrmurach.com".freeze] s.extra_rdoc_files = ["README.md".freeze, "CHANGELOG.md".freeze, "LICENSE.txt".freeze] s.files = ["CHANGELOG.md".freeze, "LICENSE.txt".freeze, "README.md".freeze, "lib/tty-command.rb".freeze, "lib/tty/command.rb".freeze, "lib/tty/command/child_process.rb".freeze, "lib/tty/command/cmd.rb".freeze, "lib/tty/command/dry_runner.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] s.homepage = "https://piotrmurach.github.io/tty".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.0.0".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.8".freeze]) s.add_development_dependency(%q.freeze, [">= 1.5.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.0".freeze]) end