-
1 bug fix:
-
Call to_s before delete_prefix. Maybe don’t pass Pathname objects to things that process ARGV?
-
-
1 bug fix:
-
Normalize ‘./’ off the front of all paths so options like ‘.’ and ‘-test’ work together better
-
-
1 bug fix:
-
Process plain ‘-’ as a file, not an option.
-
-
1 minor enhancement:
-
Added a default path (default: “.”) to scan if no files are initially found.
-
-
1 bug fix:
-
Fixed a deprecation warning from File.exists?
-
-
1 bug fix:
-
Sorted the output from expand_dirs_to_files. (deivid-rodriguez)
-
-
1 bug fix:
-
Don’t process files if path expands to root directory. Prevents -n /./ from hanging.
-
-
1 bug fix:
-
Fixed expand_dirs_to_files returning non-files on glob expansion.
-
-
1 bug fix:
-
Expanded paths in filter_files to fix globs w/ absolute paths. (mknapik)
-
-
1 major enhancement
-
Birthday!
-