ruby-metaclass 0.0.4-1.1 source package in Ubuntu

Changelog

ruby-metaclass (0.0.4-1.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Tue, 29 Dec 2020 01:23:33 +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

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-metaclass_0.0.4-1.1.dsc 2.0 KiB 44d1581e06c4f7179017157abf481d96825c32e0dc9bb36629129f61cb493b00
ruby-metaclass_0.0.4.orig.tar.gz 3.1 KiB 4664d2594b4932185f15d285194376f04b715435048c06f86998ee0197daf959
ruby-metaclass_0.0.4-1.1.debian.tar.xz 2.7 KiB b217a279f45524d3fe074fb44d1269efb3c421cd98624c7393c35cea287522d5

Available diffs

No changes file available.

Binary packages built by this source

ruby-metaclass: Ruby library adding a metaclass method to all Ruby objects

 This simple Ruby library provides for every Ruby object a method called
 "__metaclass__", returning a class attached the object, which offers
 possibilities of metaprogramming, like adding specific methods to the object.