README.md in x25519-1.0.5 vs README.md in x25519-1.0.6
- old
+ new
@@ -1,17 +1,19 @@
-# x25519.rb [![Latest Version][gem-shield]][gem-link] [![Build Status][build-image]][build-link] [![Appveyor CI Status][appveyor-image]][appveyor-link] [![Yard Docs][docs-image]][docs-link] [![License: LGPL v3][license-image]][license-link]
+# x25519.rb [![Latest Version][gem-shield]][gem-link] [![Build Status][build-image]][build-link] [![Appveyor CI Status][appveyor-image]][appveyor-link] [![Yard Docs][docs-image]][docs-link] [![License: LGPL v3][license-image]][license-link] [![Gitter Chat][gitter-image]][gitter-link]
[gem-shield]: https://badge.fury.io/rb/x25519.svg
[gem-link]: https://rubygems.org/gems/x25519
[build-image]: https://travis-ci.org/crypto-rb/x25519.svg?branch=master
[build-link]: https://travis-ci.org/crypto-rb/x25519
-[appveyor-image]: https://ci.appveyor.com/api/projects/status/a245an53hsk05sn2?svg=true
+[appveyor-image]: https://ci.appveyor.com/api/projects/status/4s05bcae0mow85v1?svg=true
[appveyor-link]: https://ci.appveyor.com/project/tarcieri/x25519
[docs-image]: https://img.shields.io/badge/yard-docs-blue.svg
[docs-link]: http://www.rubydoc.info/gems/x25519/1.0.5
[license-image]: https://img.shields.io/badge/License-LGPL%20v3-blue.svg
[license-link]: https://www.gnu.org/licenses/lgpl-3.0
+[gitter-image]: https://badges.gitter.im/badge.svg
+[gitter-link]: https://gitter.im/crypto-rb/Lobby
An efficient public key cryptography library for Ruby providing key
exchange/agreement.
This gem implements X25519 (a.k.a. Curve25519) Elliptic Curve Diffie-Hellman
@@ -253,10 +255,10 @@
* Armando Faz-Hernández, University of Campinas, Brazil.
* Francisco Rodríguez-Henríquez, Computer Science Department, Cinvestav-IPN, Mexico.
## Copyright and License
-Copyright (c) 2017 Armando Faz, Tony Arcieri
+Copyright (c) 2017-2018 Armando Faz, Tony Arcieri
This gem is available as open source under the terms of the
GNU Lesser General Public License v3.0 ([LICENSE](https://www.gnu.org/licenses/lgpl-3.0.txt))
## Code of Conduct