Sha256: 2d289c62c21720db9d3f1e7db65deeb41337c2c69d85c0348d392b1a8fd5323b

Contents?: true

Size: 603 Bytes

Versions: 4

Compression:

Stored size: 603 Bytes

Contents

= Ruby RNP bindings

image:https://img.shields.io/travis/riboseinc/ruby-rnp/master.svg["Build Status", link="https://travis-ci.org/riboseinc/ruby-rnp"]
image:https://codecov.io/github/riboseinc/ruby-rnp/coverage.svg["Code Coverage", link="https://codecov.io/github/riboseinc/ruby-rnp?branch=master"]

The `rnp` gem provides Ruby bindings to the
https://github.com/riboseinc/rnp[librnp OpenPGP library].

== Installation

Add this line to your application's Gemfile:

[source,ruby]
----
gem 'rnp'
----

[source,ruby]
----
bundle
----

Or install it yourself as:

[source,ruby]
----
gem install rnp
----

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rnp-1.0.3 README.adoc
rnp-1.0.2 README.adoc
rnp-1.0.1 README.adoc
rnp-1.0.0 README.adoc