Class | Gem::Security::Policy |
In: |
lib/rubygems/security.rb
|
Parent: | Object |
A Gem::Security::Policy object encapsulates the settings for verifying signed gem files. This is the base class. You can either declare an instance of this or use one of the preset security policies below.
only_signed | [RW] | |
only_trusted | [RW] | |
verify_chain | [RW] | |
verify_data | [RW] | |
verify_root | [RW] | |
verify_signer | [RW] |
Create a new Gem::Security::Policy object with the given mode and options.