File: control

package info (click to toggle)
ruby-pathname2 1.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 304 kB
  • ctags: 213
  • sloc: ruby: 2,030; makefile: 3
file content (29 lines) | stat: -rw-r--r-- 1,215 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Source: ruby-pathname2
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Michael R. Crusoe <michael.crusoe@gmail.com>
Section: ruby
Testsuite: autopkgtest-pkg-ruby
Priority: optional
Build-Depends: debhelper (>= 9),
               gem2deb,
               ruby-facade
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-pathname2.git
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-pathname2.git
Homepage: https://github.com/djberg96/pathname2
XS-Ruby-Versions: all

Package: ruby-pathname2
Architecture: all
Depends: ruby | ruby-interpreter,
         ruby-facade,
         ${misc:Depends},
         ${shlibs:Depends}
Description: 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.
XB-Ruby-Versions: ${ruby:Versions}