Files | Admin

Notes:

Release Name: 1.0.8

Notes:
Ruby-GPGME is a Ruby language binding of GPGME (GnuPG Made Easy).

GnuPG Made Easy (GPGME) is a library designed to make access to GnuPG
easier for applications. It provides a High-Level Crypto API for
encryption, decryption, signing, signature verification and key
management.


Changes: === 1.0.8 / 2009-09-07 * Follow the ABI changes of GPGME 1.2. * Add bindings for gpgme_op_{export,import}_keys_start. * GPGME.{decrypt,verify,sign,encrypt} now calls gpgme_check_version() before creating a context. Fixes Bug#26829 reported by Sam Hall. * Use Hoe for packaging contributed by Kouhei Sutou.