Source: ruby-launchy
Section: ruby
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Daniel Leidert <dleidert@debian.org>
Build-Depends: debhelper-compat (= 14),
               curl,
               gem2deb (>= 1),
               ruby-addressable,
               ruby-childprocess (>= 5.0),
               ruby-minitest,
               ruby-minitest-mock,
               ruby-rspec,
               ruby-simplecov,
               xdg-utils
Standards-Version: 4.7.4
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-launchy.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-launchy
Homepage: https://github.com/copiousfreetime/launchy
Testsuite: autopkgtest-pkg-ruby

Package: ruby-launchy
Architecture: all
Provides: ruby-launchy-shim (= ${source:Version})
Breaks: launchy, ruby-launchy-shim
Replaces: launchy, ruby-launchy-shim
Depends: ruby:any
Description: helper class for launching cross-platform applications
 Launchy is a helper class for launching cross-platform applications in a fire
 and forget manner. There are application concepts (browser, email client, etc)
 that are common across all platforms, and they may be launched differently on
 each platform. Launchy is here to make a common approach to launching external
 applications from within ruby programs.
