Sha256: 07eedfe3b51673886946edf6a73efd035827cf7de0480cbb710dd6a43577f32d

Contents?: true

Size: 779 Bytes

Versions: 1

Compression:

Stored size: 779 Bytes

Contents

== 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.1 CHANGES