Source: ruby-coercible
Section: ruby
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Cédric Boutillier <boutil@debian.org>
Build-Depends: debhelper-compat (= 14),
               gem2deb,
               rake,
               ruby-descendants-tracker (>= 0.0.1),
               ruby-rspec,
               ruby-rspec-its
Standards-Version: 4.7.4
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-coercible.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-coercible
Homepage: https://github.com/solnic/coercible
Testsuite: autopkgtest-pkg-ruby

Package: ruby-coercible
Architecture: all
Description: powerful, flexible and configurable coercion library
 The Coercible Ruby library gives you access to coercer objects where each
 object is responsible for coercing only one type into other types.
 .
 For example a string coercer knows only how to coerce string objects, integer
 coercer knows only how to coerce integers etc.
