public
Description: Provides an #expand_path method to String
Homepage: http://expand_path.rubyforge.org
Clone URL: git://github.com/pat-maddox/string-expand_path.git
pat-maddox (author)
Sun Apr 06 02:24:59 -0700 2008
commit  3272c825021dfe2aae48a7890bf1b7475bcf7ada
tree    7bba6a913be4fa23ceabc5675f06ad64430d136f
parent  a113b262b7d9fc1439b967ac6125f7e7e66473ed
name age message
file .gitignore Sun Apr 06 02:24:59 -0700 2008 ignore built crap [pat-maddox]
file History.txt Sun Apr 06 02:18:13 -0700 2008 first version of expand_path [pat-maddox]
file License.txt Sun Apr 06 02:18:13 -0700 2008 first version of expand_path [pat-maddox]
file Manifest.txt Sun Apr 06 02:18:13 -0700 2008 first version of expand_path [pat-maddox]
file README.txt Sun Apr 06 02:24:22 -0700 2008 removing built crap [pat-maddox]
file Rakefile Sun Apr 06 02:18:13 -0700 2008 first version of expand_path [pat-maddox]
directory config/ Sun Apr 06 02:18:13 -0700 2008 first version of expand_path [pat-maddox]
directory lib/ Sun Apr 06 02:18:13 -0700 2008 first version of expand_path [pat-maddox]
directory log/ Sun Apr 06 02:18:13 -0700 2008 first version of expand_path [pat-maddox]
directory script/ Sun Apr 06 02:18:13 -0700 2008 first version of expand_path [pat-maddox]
file setup.rb Sun Apr 06 02:18:13 -0700 2008 first version of expand_path [pat-maddox]
directory spec/ Sun Apr 06 02:18:13 -0700 2008 first version of expand_path [pat-maddox]
directory tasks/ Sun Apr 06 02:18:13 -0700 2008 first version of expand_path [pat-maddox]
directory website/ Sun Apr 06 02:18:13 -0700 2008 first version of expand_path [pat-maddox]
README.txt
= expand_path

* http://expand_path.rubyforge.org

== DESCRIPTION:

#expand_path method for String

== SYNOPSIS:

  require "rubygems"
  require "expand_path"
  $:.unshift __FILE__.expand_path("..", "lib")
  $:.unsfhit __FILE__.expand_path("../helpers")

== REQUIREMENTS:

* Ruby

== INSTALL:

* gem install expand_path

== LICENSE:

(The MIT License)

Copyright (c) 2008 Pat Maddox

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.