Sha256: 31a774e5cb1bb530b0aa9f7a58b084f25aed14ec76c69bb3ad93fab244a6eb27

Contents?: true

Size: 819 Bytes

Versions: 1

Compression:

Stored size: 819 Bytes

Contents

= Ruby RNP bindings

image:https://github.com/rnpgp/ruby-rnp/actions/workflows/tests.yml/badge.svg["Build Status", link="https://github.com/rnpgp/ruby-rnp/actions/workflows/tests.yml"]
image:https://codecov.io/github/rnpgp/ruby-rnp/coverage.svg["Code Coverage", link="https://codecov.io/github/rnpgp/ruby-rnp?branch=master"]

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

Documentation is available on https://www.rubydoc.info/github/rnpgp/ruby-rnp/master/[RubyDoc].

== Requirements

This gem currently requires https://github.com/rnpgp/rnp[librnp] 0.10.0 or newer.

== 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

1 entries across 1 versions & 1 rubygems

Version Path
rnp-1.0.5 README.adoc