b08b645050
Path - a Path manipulation library Path is a library to manage paths. It is similar to Pathname, but has some extra goodness. The method names are intended to be short and explicit, and avoid too much duplication like having 'name' or 'path' in the method name. I believe the object-oriented approach to manipulate paths is very elegant and useful. Paths are naturally the subject of their methods and even if they are simple Strings behind, they carry way much more information and deserve a first-class status. Also, using a path library like this avoid to remember in which class the functionality is implemented, everything is in one place (if not, please open an issue!).
21 lines
729 B
Text
21 lines
729 B
Text
@comment $NetBSD: PLIST,v 1.1 2013/02/11 08:51:00 taca Exp $
|
|
${GEM_HOME}/cache/${GEM_NAME}.gem
|
|
${GEM_LIBDIR}/LICENSE
|
|
${GEM_LIBDIR}/README.md
|
|
${GEM_LIBDIR}/lib/path.rb
|
|
${GEM_LIBDIR}/lib/path/compatibility.rb
|
|
${GEM_LIBDIR}/lib/path/dir.rb
|
|
${GEM_LIBDIR}/lib/path/file.rb
|
|
${GEM_LIBDIR}/lib/path/file_predicates.rb
|
|
${GEM_LIBDIR}/lib/path/fileutils.rb
|
|
${GEM_LIBDIR}/lib/path/find.rb
|
|
${GEM_LIBDIR}/lib/path/identity.rb
|
|
${GEM_LIBDIR}/lib/path/implementation.rb
|
|
${GEM_LIBDIR}/lib/path/io.rb
|
|
${GEM_LIBDIR}/lib/path/load.rb
|
|
${GEM_LIBDIR}/lib/path/parts.rb
|
|
${GEM_LIBDIR}/lib/path/predicates.rb
|
|
${GEM_LIBDIR}/lib/path/require_tree.rb
|
|
${GEM_LIBDIR}/lib/path/version.rb
|
|
${GEM_LIBDIR}/path.gemspec
|
|
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
|