- Skiplist now correctly removes dependencies from 1st and onward levels
- Wildcard ability for specifying gems for skiplist
- Document
versions
in README
- Support for gems.rb and gems.locked files.
- Proper exit codes from thor when errors occur
- Looser dependency on thor
- Symlink isn't the recommended way to alias a command. Patterned current solution after bundle-audit. Boy that naming convention was unfortunate.
- Pin down dependencies a bit.
- Moved to Github test workflow, by @etagwerker.
- New default ruby version to be most current non-3 ruby.
- Build artifacts now ignored.
- Moved to a real spec_helper so tests can be filtered during runs if desired.
- Failing test from previous version.
- Add Travis targets for more modern rubies, by @etagwerker.
- Make sorting predictable across platforms, by @etagwerker.
- Fix error in CI when
tput
isn't available, by @etagwerker.
- Complete custom table printer for some nicer output.
Broken as hell.
- Allow use of either
bundle-stats
orbundler-stats
since the gem name was a confusing choice. Live and learn.
- Display resolved version of a gem when using
bundler-stats show
.
- Only print missing system dependency warning once per target gem, rather than blowing up the console when a complicated gem is affected.
- Fix issue when testing removability and a system gem from another platform is "required", thx @rwojnarowski.
- Nicer table printing, still committed to not adding a table printing gem.
- Reversed the order in which gems are printed to worst-offenders-first.
- When a system gem is missing from the lockfile (but is depended upon), warn the user rather than exploding.
- Loosen dependency on thor gem, by localhostdotdev.
Wonkiness w/ versioning. Apparently I was bad at this.
Eventually superseded by 1.1.2 for reasons.
- Remove unintentional inclusion of pry outside of dev environment, per @Tuxified
- Adds a way to view dependency version restrictions for a given gem, by @olivierlacan
- Base library, woo!
- List all transitive dependencies and how many other deps rely on them
- View list of Github-specified dependencies
- Traverses from your current location to the Gemfile
- JSON and table outputters