ruby-gpgme
ruby-gpgme copied to clipboard
New Release?
Hello - thanks for maintaining this great project!
Could there be a new release soon, so we can get the option to delete secret key without confirmation dialog feature without installing from git? that was added to master in this pr
Thanks!
#if defined(GPGME_VERSION_NUMBER) && GPGME_VERSION_NUMBER >= 0x010901
Strange way to check. Normally you would use have_func and use the generated macro.
Should be done with #204.