Prospectus helpers for checking Ruby gem dependency status.
Add the following 2 lines to the .prospectus:
## Add this at the top
Prospectus.extra_dep('file', 'prospectus_gems')
## Add this inside your item that has a gemspec
extend ProspectusGems::Gemspec.new
gem install prospectus_gems
prospectus_gems is released under the MIT License. See the bundled LICENSE file for details.