2003-09-29 10:51:03 +02:00
|
|
|
Ruby-GPGME is a ruby interface to GnuPG Made Easy (GPGME).
|
|
|
|
|
2011-03-03 03:27:41 +01:00
|
|
|
- Provides three levels of API.
|
2003-09-29 10:51:03 +02:00
|
|
|
|
|
|
|
- The low-level API allows direct access to about 94% of C functions
|
|
|
|
provided by GPGME.
|
|
|
|
|
2011-03-03 03:27:41 +01:00
|
|
|
- The mid-level API looks object-oriented (or rubyish).
|
|
|
|
|
2003-09-29 10:51:03 +02:00
|
|
|
- The high-level API provides a convenient class-based interface to
|
|
|
|
frequently used GPGME functions.
|
|
|
|
|
|
|
|
Author: Daiki Ueno
|
2011-10-24 06:17:37 +02:00
|
|
|
WWW: http://ruby-gpgme.rubyforge.org/
|