| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-07-24 | [ruby/optparse] Fix ls-files matching regexp | Nobuyoshi Nakada | |
| 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. https://github.com/ruby/optparse/commit/df3933aa2b | |||
| 2020-07-23 | [ruby/optparse] Define OptionParser::Version | Nobuyoshi Nakada | |
| https://github.com/ruby/optparse/commit/4c0021b5b2 | |||
| 2020-07-23 | [ruby/optparse] Update required ruby version | Nobuyoshi Nakada | |
| Now needs `DidYouMean#formatter` which is provided since did_you_mean 1.2, which requires ruby 2.5. https://github.com/ruby/optparse/commit/d44bb5c715 | |||
| 2020-07-22 | Promote optparse to default gems | Hiroshi SHIBATA | |
