asdf-vm / asdf-ruby

Ruby plugin for asdf version manager
https://github.com/asdf-vm/asdf
MIT License
650 stars 133 forks source link

add list-bin-paths command #378

Open moritz-makandra opened 8 months ago

moritz-makandra commented 8 months ago

There can be the situation where the binary files of an Gem aren't installed into the common bin directory.

This happens when the Gem Specification is lacking the bindir setting.