Sha256: 910a393a32e6487f3337ef517c9bf6e7053e624f7189e34cd3e3a45d004107ca
Contents?: true
Size: 1.54 KB
Versions: 1
Compression:
Stored size: 1.54 KB
Contents
== 0.2.4 - 10-Dec-2008 * Added support for symbolic permissions. Thanks go to Bill Kleb for the suggestion and to Hal Fulton for providing the solution. == 0.2.3 - 25-Nov-2008 * Added mtime support. My previous concerns, which I believe stemmed from the find(2) man page on Solaris 10 with regards to atime checks modifying the mtime, appear have been unfounded. == 0.2.2 - 19-Nov-2008 * The :user and :group options now accept a name or a numeric id. Thanks go to Bill Kleb for the suggestion. * Fixed yet another path bug for MS Windows. * Updated platform check to use CONFIG instead of RUBY_PLATFORM, because the latter does not work as I intended with other implementations, e.g. JRuby. * Added sys-admin and test-unit as prerequisites. * Added tests for the :user and :group options. == 0.2.1 - 4-Oct-2007 * Added the File::Find#previous method, which lets you see the previous match, if any. * Path name bug fix for MS Windows. * Test suite bug fixes for MS Windows (perm test now skipped). * Inaccessible directories are now skipped instead of raising an error. == 0.2.0 - 26-Apr-2007 * Fixed a bug where it was not traversing subdirectories. * Added support for the perm and prune options. == 0.1.1 - 25-Apr-2007 * The default for name is now '*', i.e. everything. * Fixed a bug where directories were not matched. Thanks go to Leslie Viljoen for the spot. * The size option now accepts strings with comparable operators. For example, you can now look for files greater than 400 bytes with the string "> 400". == 0.1.0 - 24-Apr-2007 * Initial release
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
file-find-0.2.4 | CHANGES |