ruby-introspection 0.0.4-1 source package in Ubuntu

Changelog

ruby-introspection (0.0.4-1) unstable; urgency=medium

  * New upstream version 0.0.4
  * Remove version in the gem2deb build-dependency
  * Run wrap-and-sort on packaging files
  * Do not depend on ruby-instantiator anymore
  * Declare Testsuite: as autopkgtest-pkg-ruby
  * Use salsa.debian.org in Vcs-* fields
  * Bump debhelper compatibility level to 11
  * Move debian/watch to gemwatch.debian.net
  * Bump Standards-Version to 4.3.0 (no changes needed)
  * Use modern rake method to run tests instead of yaml
  * Update 0100_remove_rubygems_bundler_stuff.patch
  * Drop 0200_fix_path_in_require.patch, not needed anymore

 -- Cédric Boutillier <email address hidden>  Mon, 07 Jan 2019 15:44:00 +0100

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
ruby
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe ruby
Noble release universe ruby
Mantic release universe ruby
Lunar release universe ruby
Jammy release universe ruby
Focal release universe ruby

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-introspection_0.0.4-1.dsc 1.8 KiB cba3a7f01c8c322865ae1758012cbb988b242c14635aee7d30fcab624e22e9f7
ruby-introspection_0.0.4.orig.tar.gz 4.9 KiB b89ce8094f91a21f541024995881caf65836b686a7ee802762cbdc557ca1f647
ruby-introspection_0.0.4-1.debian.tar.xz 2.8 KiB 1e457614ebad9c8b5f7fc3a19852bc0f3962ac9744bf8a83a44dc495f7a163c1

Available diffs

No changes file available.

Binary packages built by this source

ruby-introspection: 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.