2011-12-15 16:08:49 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update ruby-pathname2 package to 1.6.5.
== 1.6.5 - 19-Sep-2011
* Added the String#to_path instance method. This returns a Pathname
object.
* The architecture for the Windows gem is now "universal", and some
gemspec dependencies were simplified.
|
2011-06-18 03:51:40 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
Update ruby-pathname2 package to 1.6.4.
== 1.6.4 - 20-Jan-2011
* Explicitly remove the Pathname const if it is already defined in order
to avoid a superclass mismatch error. This library assumes that if you
require pathname2, you want my version of the Pathname class.
* Updated URI handling for Ruby 1.9.x.
* Added the Pathname() method, a synonym for Pathname.new.
* Some Rakefile and gemspec tweaks.
* Some updates to the test suite, including some specifically for Windows 7.
|
2010-09-10 08:08:32 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
Update devel/ruby-pathname2 to 1.6.3.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
* Update dependency according to gemspec.
== 1.6.3 - 2-Oct-2009
* Updated Windows platform handling code to include mingw and cygwin.
* Added the :gem rake task.
* Minor gemspec updates.
* Some minor test suite updates.
== 1.6.2 - 4-Aug-2009
* Now compatible with Ruby 1.9.x.
* License changed to Artistic 2.0.
* Added the Pathname.pwd method as a synonym for Pathname.new(Dir.pwd).
* Modified Pathname#dirname so that you can specify a level that indicates
how many levels up you want to retrieve. For example, if your path was
'/usr/local/bin', then path.dirname(2) would return '/usr'.
* Now compatible with Ruby 1.9.x.
* Bumped required version of the facade library to 1.0.4.
|
2009-06-14 19:49:18 by Joerg Sonnenberger | Files touched by this commit (454) |
Log message:
Remove @dirrm entries from PLISTs
|
2009-06-13 08:46:48 by Roland Illig | Files touched by this commit (67) |
Log message:
Ran pkglint --autofix on the devel/ category. Most of the changes are
simple white-space issues like indentation and trailing spaces. The
others are cross-references for Makefile.common.
|
2009-01-27 01:12:27 by Adam Hoka | Files touched by this commit (4) | |
Log message:
Import ruby18-pathname2-1.6.1 as devel/ruby-pathname2.
An alternate implementation for the Pathname library. This version treats
a path name as a String, though with certain methods overloaded.
|