ruby-necromancer 0.5.1-2 source package in Ubuntu

Changelog

ruby-necromancer (0.5.1-2) unstable; urgency=medium

  * Source-only reupload to help with initial migration.
  * debian/salsa-ci.yml:
    - Add to enable CI.
  * debian/watch:
    - Pull upstream tarball from GitHub, as this one includes tests.

 -- Georg Faerber <email address hidden>  Mon, 09 Mar 2020 14:02:20 +0000

Upload details

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

See full publishing history Publishing

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

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-necromancer_0.5.1-2.dsc 1.5 KiB e06db7bfa86fcbd320e5ae21c7f2a92903cf85b21552f9b010dfbabde9fa8e17
ruby-necromancer_0.5.1.orig.tar.gz 16.0 KiB 3e161b63929fadf5237223f38db3f2018834f00e104586ed8beddb5efb5c73c4
ruby-necromancer_0.5.1-2.debian.tar.xz 2.8 KiB df5e4d7dffdc88c6a7dbd5c8015a17dc7d5111982790c094db77865b867ab557

Available diffs

No changes file available.

Binary packages built by this source

ruby-necromancer: Library offering conversion from one object type to another

 Necromancer provides independent type conversion component for TTY toolkit.
 .
 Conversion between Ruby core types frequently comes up in projects but is
 solved by half-baked solutions. This library aims to provide an independent and
 extensible API to support a robust and generic way to convert between core Ruby
 types.
 .
 Features:
 .
  * Simple and expressive API
  * Ability to specify own converters
  * Ability to compose conversions out of simpler ones
  * Support conversion of custom defined types
  * Ability to specify strict conversion mode