ruby-pathname2 1.8.0-1ubuntu1 source package in Ubuntu

Changelog

ruby-pathname2 (1.8.0-1ubuntu1) artful; urgency=medium

  * debian/patches/gemspec-dep.patch: Fix missing dependency on rake.
    Closes: #871718.

 -- Steve Langasek <email address hidden>  Thu, 10 Aug 2017 21:51:45 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Artful
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-pathname2_1.8.0.orig.tar.gz 25.2 KiB f5e68b54be01d66318c01ebfa45701d97213391961a4b769703891c969de893c
ruby-pathname2_1.8.0-1ubuntu1.debian.tar.xz 5.4 KiB 4010225bc282a7fc658abcf7da6b593402e3e85e2061c96af2685e62c5d1ca9e
ruby-pathname2_1.8.0-1ubuntu1.dsc 2.2 KiB b7a094ee6494d397d361bbe7338b457a2379f254fa9c20cf0c6e500970a2b516

View changes file

Binary packages built by this source

ruby-pathname2: alternate implementation of the Pathname class

 pathname2 is a library that provides an implementation of the Pathname
 class different from the one that ships as part of the Ruby standard
 library. It is a subclass of String, though several methods have been
 overridden to better fit a path context. In addition, it supports file
 URL's as paths, provides additional methods for Windows paths, and
 handles UNC paths on Windows properly.