ruby-toml 0.2.0-4 source package in Ubuntu

Changelog

ruby-toml (0.2.0-4) unstable; urgency=medium

  * Team upload.

  [ Utkarsh Gupta ]
  * Add salsa-ci.yml

  [ Debian Janitor ]
  * Bump debhelper from old 11 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

  [ Cédric Boutillier ]
  * [ci skip] Update team name
  * [ci skip] Add .gitattributes to keep unwanted files out of the source
    package

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.

  [ HIGUCHI Daisuke (VDR dai) ]
  * eliminate lintian warning: ruby-interpreter-is-deprecated
  * eliminate lintian warning: older-debian-watch-file-standard
  * eliminate lintian warning: patch-not-forwarded-upstream
  * eliminate lintian warning: update-debian-copyright
  * set Rules-Requires-Root as no.
  * Update Standards-Version to 4.6.1.

 -- HIGUCHI Daisuke (VDR dai) <email address hidden>  Mon, 18 Jul 2022 14:34:32 +0900

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
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-toml_0.2.0-4.dsc 2.1 KiB 03da3ce5fbf8b3f7fd4fcbe1aa566eecfa4cde99333e8b5694eb318b5486c57b
ruby-toml_0.2.0.orig.tar.gz 10.8 KiB 2a951b8da8f8a9d52611b58b1b28c0acc564c20b4cff0e44cd30b0c4a9becbb8
ruby-toml_0.2.0-4.debian.tar.xz 4.6 KiB ebf3c62e99f74dc7812a085378db1cd78ea39e5dd7ad9ed1107000cbc90df793

Available diffs

No changes file available.

Binary packages built by this source

ruby-toml: TOML Parser library for Ruby

 TOML aims to be a minimal configuration file format that's easy to read
 due to obvious semantics. TOML is designed to map unambiguously to a
 hash table. TOML should be easy to parse into data structures in a wide
 variety of languages.
 .
 This package provides TOML parser for Ruby.