rubygems-trust / rubygems.org

The Ruby community's gem hosting service.
https://rubygems.org
MIT License
16 stars 2 forks source link

Post-install verification #11

Open nyarly opened 11 years ago

nyarly commented 11 years ago

A cursory review of the gem command's documentation reveals that --trust-policy is an option for install and update - any trust proposal that includes revocation will need to also extend Rubygems to verify installed gems even if they don't have a new version (maybe pristine, or query?)

Likewise, I'd suggest that Bundler.setup should (by default) check the validity of the installed gems.