v0.2.0
Added
- Allow searching a specific repository.
$ end_of_life --repo=MatheusRich/ez_attributes
- Allow specifying the user used on the repository search.
$ end_of_life --user=matz # searches on matz's repositories
Fixed
-
Load end_of_life JSON database from dynamic path #10.
When installed on a fresh Ruby installation without the source code cloned,
the JSON file couldn't be found because it was looking at the cwd of the
running process instead of the Gem's lib directory path.
Changed
-
Exit with -1 if EOL repos are present.
-
Upgrade
octokit
to v4.22, which fixes a Faraday warning, so we can remove the dependency on thewarning
gem.