Nobuyoshi Nakada
ba99eae2a5
[ruby/optparse] Fix ls-files matching regexp
...
As splitting by NUL means to allow the file names to contain
newlines, path names should match at beginning-of-string instead
of beginning-of-line.
df3933aa2b
2020-07-24 11:00:34 +09:00
Nobuyoshi Nakada
f120e65200
[ruby/optparse] Define OptionParser::Version
...
4c0021b5b2
2020-07-23 10:57:33 +09:00
Nobuyoshi Nakada
cd429e68d2
[ruby/optparse] Update required ruby version
...
Now needs `DidYouMean#formatter` which is provided since
did_you_mean 1.2, which requires ruby 2.5.
d44bb5c715
2020-07-23 10:57:31 +09:00
Hiroshi SHIBATA
7befc0cdfc
Promote optparse to default gems
2020-07-22 18:38:51 +09:00