- Check exit status instead of contents of stderr (e97bea52)
- Stop using jeweler to manage gemspec and releases (978a6124)
- Make it work in jruby (2916bbba92d1b9a4fd2847883ed27c77617295a5)
In which other people do my work for me...
Thanks to Scott and Divya of gitcaps for:
- New
RubyGpg.encrypt_string
method. - Option to allow decryption of ascii armored files (
*.asc
). - Option to specify output filename.
- Add
RubyGpg.decrypt_string
method.
- Improve error handling.
- First version with
RubyGpg.encrypt
andRubyGpg.decrypt
methods.