Source: ruby-process-executer
Section: ruby
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Simon Quigley <tsimonq2@debian.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb (>= 2.2.8~)
Standards-Version: 4.7.3
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-process-executer.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-process-executer
Homepage: https://github.com/main-branch/process_executer
Testsuite: autopkgtest-pkg-ruby

Package: ruby-process-executer
Architecture: all
Depends: ${misc:Depends},
         ${ruby:Depends},
         ${shlibs:Depends}
Description: Enhanced subprocess execution
 ProcessExecuter provides a simple API for running commands in a subprocess,
 with options for capturing output, handling timeouts, logging, and more.
 It also provides the MonitoredPipe class which expands the output
 redirection capabilities of Ruby's Process.spawn.
