Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 779 Bytes

README.adoc

File metadata and controls

35 lines (23 loc) · 779 Bytes

Ruby RNP bindings

Build Status Code Coverage

The rnp gem provides Ruby bindings to the librnp OpenPGP library.

Documentation is available on RubyDoc.

Requirements

This gem currently requires librnp 0.10.0 or newer.

Installation

Add this line to your application’s Gemfile:

gem 'rnp'
bundle

Or install it yourself as:

gem install rnp