ruby-gpgme icon indicating copy to clipboard operation
ruby-gpgme copied to clipboard

New Release?

Open orlandoCamarillo opened this issue 1 year ago • 1 comments

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!

orlandoCamarillo avatar Dec 17 '24 16:12 orlandoCamarillo

#if defined(GPGME_VERSION_NUMBER) && GPGME_VERSION_NUMBER >= 0x010901

Strange way to check. Normally you would use have_func and use the generated macro.

djberg96 avatar Apr 07 '25 23:04 djberg96

Should be done with #204.

ueno avatar Jul 27 '25 00:07 ueno