File: gpgme_ext.rb

package info (click to toggle)
ruby-mail-gpg 0.4.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 328 kB
  • sloc: ruby: 2,289; makefile: 6
file content (9 lines) | stat: -rw-r--r-- 213 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
require 'gpgme'
require 'mail/gpg/verify_result_attribute'

# extend GPGME::Data with an attribute to hold the result of signature
# verifications
class GPGME::Data
  include Mail::Gpg::VerifyResultAttribute
end