ruby-librarian 0.6.4-4 source package in Ubuntu

Changelog

ruby-librarian (0.6.4-4) unstable; urgency=medium

  * Team Upload.
  * Add patch to fix ruby3.0 FTBFS (Closes: #996312)

 -- Nilesh Patra <email address hidden>  Sat, 23 Oct 2021 00:26:33 +0530

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

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-librarian_0.6.4-4.dsc 2.1 KiB 2e381c085e16345584c0e14a5f44562e9ad1b62c0b5703c6946a529532b48442
ruby-librarian_0.6.4.orig.tar.gz 49.4 KiB 88698d351fb3f3a78f34a290e879ada1ad06a96454da5c723a9a64ca7e32e6a8
ruby-librarian_0.6.4-4.debian.tar.xz 6.0 KiB 137190fd8ad58c24ff89cc0a8aee436de2a9f18c2a9f7a98ff03f820c575e19f

Available diffs

No changes file available.

Binary packages built by this source

ruby-librarian: framework for writing bundlers

 Librarian is a framework for writing bundlers, which are tools that resolve,
 fetch, install, and isolate a project's dependencies, in Ruby.
 .
 A bundler written with Librarian will expect you to provide a specfile listing
 your project's declared dependencies, including any version constraints and
 including the upstream sources for finding them. Librarian can resolve the
 spec, write a lockfile listing the full resolution, fetch the resolved
 dependencies, install them, and isolate them in your project.
 .
 A bundler written with Librarian will be similar in kind to Bundler, the
 bundler for Ruby gems that many modern Rails applications use.