Scott Gonyea
Scott Gonyea
Hi, I was implementing some storage backends and saw the use of Marshal in Page#to_hash and Page#from_hash ... 1. I don't actually see @data used anywhere. Does it actually see...
Let me know if you care to use these changes... Or what you'd like to see before merging it in. This includes a few changes: - Configurations are now uploaded...
This allows you to do something like: blah = "hello" # => "hello" blah2 = blah.vi # You add "some crap " to the beginning, using vi # => "some...
I'm beginning the process of converting this handy library over to FFI, so I can use it in JRuby + MRI. https://github.com/sgonyea/ruby-gpgme/tree/ffi_ify ruby-gpgme is currently not compatible with JRuby, as...