rnp 1.0.3 → 1.0.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3334282a18758db4c39bec6a7b3e3096fe4dadf85d3a8382ec780bd2a816371e
4
- data.tar.gz: 0a1b13c36fdc0c5479e2a4531355291867481e7d1ec40bf1ec251eeb49a27cef
3
+ metadata.gz: 6e6b754a124b29c8d9d1295ec0266d0ae8d8e435ba7b5d4680b693ad510304eb
4
+ data.tar.gz: 8c78644be51833b9c033b6d53da65f4a462b5d659a0895428da5a018b50900cc
5
5
  SHA512:
6
- metadata.gz: e41f0d9936b9b39c0646d80c6ef385aa658afe247a035a72b7005ec706fafcdfb1ffd9cf3c0f9cdad616ec12e97c0a4417460f693e71c5f56ac9942321ef5d6b
7
- data.tar.gz: c19e9f0d2775572ac817da0f1754c057ee9281f6bb209404c1a91505532fac0a1474786dd29e73a4c9454afa8bb534b61dab80b0645127f42d7b22e23fa65594
6
+ metadata.gz: d871d7dc55944ab5d0415b057ec02fbc3eadee97dd9d27f5c080e1eb675aa3b4fd82975b30ec9113c3267094b2c8db23a567434a538c2bcb2f700a4caea59558
7
+ data.tar.gz: 6cabf921b333256316531dcc98032cf2b8a878ef9fdaefdb678161e0faf1b68106669ce3e77c689c272ede779f847146db4f47d86fbe601f55f9e6174122f3e3
@@ -1,5 +1,9 @@
1
1
  == Changelog
2
2
 
3
+ === 1.0.4 [09-16-2018]
4
+ * Add support for rnp 0.11.0+. Tests will now only pass
5
+ with this version.
6
+
3
7
  === 1.0.3 [08-21-2018]
4
8
  * Added support for key exporting.
5
9
  * Added support for enarmoring/dearmoring arbitrary data.
@@ -6,6 +6,8 @@ image:https://codecov.io/github/riboseinc/ruby-rnp/coverage.svg["Code Coverage",
6
6
  The `rnp` gem provides Ruby bindings to the
7
7
  https://github.com/riboseinc/rnp[librnp OpenPGP library].
8
8
 
9
+ Documentation is available on https://www.rubydoc.info/github/riboseinc/ruby-rnp/[RubyDoc].
10
+
9
11
  == Installation
10
12
 
11
13
  Add this line to your application's Gemfile:
@@ -3,6 +3,6 @@
3
3
  # (c) 2018 Ribose Inc.
4
4
 
5
5
  class Rnp
6
- VERSION = '1.0.3'
6
+ VERSION = '1.0.4'
7
7
  end # class
8
8
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rnp
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-08-21 00:00:00.000000000 Z
11
+ date: 2018-09-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: asciidoctor