ruby-pathutil 0.16.2-1 source package in Ubuntu

Changelog

ruby-pathutil (0.16.2-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 0.16.2

 -- Hans-Christoph Steiner <email address hidden>  Fri, 14 Mar 2025 20:02:50 +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
Stonking release universe misc
Resolute release universe misc
Questing release universe misc
Plucky release universe misc

Builds

Plucky: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-pathutil_0.16.2-1.dsc 1.7 KiB 8b46cfdee50de625e857e98570bec293f396c055f4f52b386a2b4d29a3260964
ruby-pathutil_0.16.2.orig.tar.gz 8.0 KiB cffc32c89e1d8a35ff6c7c61cdb7967ebcaab27cd43eed38ce035d3142625d8f
ruby-pathutil_0.16.2-1.debian.tar.xz 3.9 KiB b10aab809f4d0d323ffef1a2780236a410b5147f5f08a14cbd45c04d07547c4d

Available diffs

No changes file available.

Binary packages built by this source

ruby-pathutil: Faster pure Ruby implementation of Pathname with extra bits

 Pathutil tries to be a faster pure Ruby impelementation of Pathname.
 It arose out of a need to fix basic problems with Pathname, such as
 suscepetibility to join overrides, need for automatic encoding, and
 normalization (for stuff like Jekyll) and the ability to do other
 safe-style operations in an encapsulated format, like copying files and
 folders with symlinks but only if they originate from the given root.