Source: ruby-filepath
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Gioele Barabucci <gioele@svario.it>
Build-Depends: debhelper-compat (= 13),
               gem2deb,
               rake,
               ruby-rspec,
               ruby-rspec-collection-matchers
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-filepath.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-filepath
Homepage: https://github.com/gioele/filepath
Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: no

Package: ruby-filepath
Architecture: all
Depends: ruby:any,
         ${misc:Depends},
         ${shlibs:Depends}
Description: small library to manipulate paths
 filepath provides the FilePath class: a modern replacement for the standard
 Pathname class.
 .
 The FilePath class provides immutable objects with dozens of convenience
 methods for common operations such as calculating relative paths,
 concatenating paths, finding all the files in a directory or modifying
 all the extensions of a list of filenames at once.
