README in file-find-0.3.5 vs README in file-find-0.3.6
- old
+ new
@@ -74,10 +74,12 @@
* ls/print - Use Ruby's builtin printing methods to print as you see fit.
* ok - This is not interactive software.
= Known Issues
+ The mindepth and maxdepth options do not work for more than 1 path.
+
The 'perm' option does not work on MS Windows, even for its limited subset of
permissions, i.e. 664 and 666. This is arguably a bug in Ruby's
File::Stat.mode method on MS Windows.
The 'user' and 'group' options are not currently supported on MS Windows.
@@ -89,22 +91,23 @@
exact cause of the failures, though I suspect a bug in the JRuby
implementation of File.chmod.
= Bugs
None that I'm aware of beyond the ones mentioned in the Known Issues. Please
- log any bug reports on the project page at
- http://www.rubyforge.org/projects/shards.
+ log any bug reports on the project page at:
+ http://github.com/djberg96/file-find
+
= Acknowledgements
* Richard Clamp's File::Find::Rule Perl module for additional ideas and
inspiration.
* Bill Kleb for ideas regarding name, group and perm enhancements.
* Hal Fulton for his implementation of symbolic permissions.
= License
Artistic 2.0
= Copyright
- (C) 2007-2011, Daniel J. Berger, All Rights Reserved
+ (C) 2007-2013, Daniel J. Berger, All Rights Reserved
= Author
Daniel J. Berger