Skip to content

v0.1.0

Compare
Choose a tag to compare
@MatheusRich MatheusRich released this 17 Jan 15:32
· 51 commits to main since this release

end_of_life 0.1.0

This is the very first release!

The only command supported is end_of_life (or eol, if the platform supports symlinks), which lists repos (limited to 100)
using EOL Ruby. No other tool/lang or option is supported.

$ GITHUB_TOKEN=something end_of_life # if your platform supports symlinks, you can use the `eol` command instead
[✔] Fetching repositories...
[✔] Searching for EOL Ruby in repositories...

Found 2 repositories using EOL Ruby (<= 2.5.9):
┌───┬──────────────────────────────────────────────┬──────────────┐
│   │ Repository                                   │ Ruby version │
├───┼──────────────────────────────────────────────┼──────────────┤
│ 1 │ https://github.com/MatheusRich/my_rails_app  │ 2.5.8        │
│ 2 │ https://github.com/MatheusRich/some_repo     │ 2.5.0        │
└───┴──────────────────────────────────────────────┴──────────────┘