Source: ruby-introspection
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,
               ruby-blankslate,
               ruby-metaclass
Standards-Version: 4.7.4
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-introspection.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-introspection
Homepage: https://github.com/floehopper/introspection
Testsuite: autopkgtest-pkg-ruby

Package: ruby-introspection
Architecture: all
Description: Ruby library for the inspection of method definitions on objects
 This library allows a dynamic inspection of the hierarchy of method definitions
 on a Ruby object. It can be used in particular to detect undesirable changes
 to classes made by other libraries.
