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