Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Latest commit

 

History

History
30 lines (17 loc) · 728 Bytes

CHANGELOG.markdown

File metadata and controls

30 lines (17 loc) · 728 Bytes

v0.3.2 (2015-04-21)

  • Check exit status instead of contents of stderr (e97bea52)
  • Stop using jeweler to manage gemspec and releases (978a6124)

v0.3.1 (2014-02-27)

  • Make it work in jruby (2916bbba92d1b9a4fd2847883ed27c77617295a5)

v0.3.0 (2010-07-16)

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.

v0.2.0 (2010-03-17)

  • Add RubyGpg.decrypt_string method.

v0.1.1 (2010-03-16)

  • Improve error handling.

v0.1.0 (2010-03-16)

  • First version with RubyGpg.encrypt and RubyGpg.decrypt methods.