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

GPGME::Error: No such file or directory

Open roykolak opened this issue 10 years ago • 0 comments

[3] pry(main)> crypto = GPGME::Crypto.new
=> #<GPGME::Crypto:0x007fa1e57d2790 @default_options={}>
[4] pry(main)> crypto.encrypt "Hello world!", :recipients => "[email protected]"
GPGME::Error: No such file or directory
from /Users/roykolak/.rbenv/versions/1.9.3-p484/lib/ruby/gems/1.9.1/gems/gpgme-2.0.2/lib/gpgme/ctx.rb:43:in `new'
[5] pry(main)>

this one is killing me... anyone ever experience this? OSX 10.9, brew installed gpgme 1.4.3

roykolak avatar May 07 '14 18:05 roykolak