[ruby-talk:444761] [ANN] path_expander 2.0.1 Released

path_expander version 2.0.1 has been released!

* home: <https://github.com/seattlerb/path_expander&gt;
* rdoc: <http://docs.seattlerb.org/path_expander&gt;

PathExpander helps pre-process command-line arguments expanding
directories into their constituent files. It further helps by
providing additional mechanisms to make specifying subsets easier
with path subtraction and allowing for command-line arguments to be
saved in a file.

NOTE: this is NOT an options processor. It is a path processor
(basically everything else besides options). It does provide a
mechanism for pre-filtering cmdline options, but not with the intent
of actually processing them in PathExpander. Use OptionParser to
deal with options either before or after passing ARGV through
PathExpander.

Changes:

### 2.0.1 / 2026-01-08

* 4 bug fixes:

  * Fix path_expander processing of regexp args on windows.
  * Normalize paths when expanding dirs.
  * Added CI setup from minitest 6.
  * Normalize GHA workflow with minitest and others.

ยทยทยท

______________________________________________
ruby-talk mailing list -- ruby-talk@ml.ruby-lang.org
To unsubscribe send an email to ruby-talk-leave@ml.ruby-lang.org
ruby-talk info -- https://ml.ruby-lang.org/mailman3/postorius/lists/ruby-talk.ml.ruby-lang.org/