ruby-dry-core 0.7.1-1 source package in Ubuntu

Changelog

ruby-dry-core (0.7.1-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
  * d/control (Standards-Version): Bump to 4.6.0.
    (Build-Depends): Add ruby-activesupport, ruby-dry-types, ruby-rspec,
    ruby-inflecto, and ruby-warning.
  * d/copyright (Copyright): Update and add team.
  * d/ruby-tests.rake: Add and enable tests.
  * d/watch: Use github sources.
  * d/upstream/metadata: Update URLs.

 -- Daniel Leidert <email address hidden>  Tue, 23 Nov 2021 03:55:07 +0100

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

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-dry-core_0.7.1-1.dsc 2.1 KiB 258b76815a63c8e5c5195b4dff40cadca72b3bb693c0e1e22c40d43fe56c621f
ruby-dry-core_0.7.1.orig.tar.gz 30.3 KiB fc13c4585425a11cf65e364daa222a5c5908330e9f97cd44a572c5183c6321a3
ruby-dry-core_0.7.1-1.debian.tar.xz 2.5 KiB 8c849c85683931205f892a144e0c7bd643a222dd3548ad7b2bd91c0ba4cdd141

Available diffs

No changes file available.

Binary packages built by this source

ruby-dry-core: Toolset of small support modules used throughout the dry-rb ecosystem.

 dry-core is a simple toolset that can be used in many places.
 .
 It allows you to cache call results that are solely determined
 by arguments. And also provides a list of constants you can use
 to avoid memory allocations or identity checks.