ueno / ruby-gpgme

a ruby interface to GnuPG Made Easy (GPGME).
GNU Lesser General Public License v2.1
232 stars 99 forks source link

Fix test failures on Travis CI #126

Closed ueno closed 5 years ago

ueno commented 5 years ago

This makes Travis builds succeed, though it still doesn't cover all the GnuPG versions (for >= 2.1, I guess we should make use of :pinentry_mode => PINENTRY_MODE_LOOPBACK instead of the dummy pinentry program; I don't want to bother with this kind of stupidity).

coveralls commented 5 years ago

Coverage Status

Coverage decreased (-1.7%) to 88.828% when pulling a93f3300e9420fb3124321f76e354a4d5fe2e054 on wip/dueno/loopback into 2a9ba02fc031bc9735f83097af7adc70e97d2da6 on master.

berlincount commented 5 years ago

yeah this is super-weird, I've looked into it a bit as well .. I'm not happy either ;)

dansketcher commented 5 years ago

Yeah agreed on approach. Checked 2 & 1.4 and merged