README.md in sym-2.8.4 vs README.md in sym-2.8.5
- old
+ new
@@ -1,33 +1,26 @@
# Sym — Light-weight Symmetric Encryption for Humans
[![Gem Version](https://badge.fury.io/rb/sym.svg)](https://badge.fury.io/rb/sym)
-[![Sym Downloads](http://ruby-gem-downloads-badge.herokuapp.com/sym?extension=png)](https://rubygems.org/gems/sym)
-
+[![Sym Downloads](http://ruby-gem-downloads-badge.herokuapp.com/sym?extension=svg)](https://rubygems.org/gems/sym)
[![Build Status](https://travis-ci.org/kigster/sym.svg?branch=master)](https://travis-ci.org/kigster/sym)
[![CircleCI](https://circleci.com/gh/kigster/sym.svg?style=svg)](https://circleci.com/gh/kigster/sym)
-[![Code Climate](https://codeclimate.com/github/kigster/sym/badges/gpa.svg)](https://codeclimate.com/github/kigster/sym)
-[![Test Coverage](https://codeclimate.com/github/kigster/sym/badges/coverage.svg)](https://codeclimate.com/github/kigster/sym/coverage)
+[![Maintainability](https://api.codeclimate.com/v1/badges/4f1d1614ccaa61c974dd/maintainability)](https://codeclimate.com/github/kigster/sym/maintainability)
+[![Test Coverage](https://api.codeclimate.com/v1/badges/4f1d1614ccaa61c974dd/test_coverage)](https://codeclimate.com/github/kigster/sym/test_coverage)
[![Issue Count](https://codeclimate.com/github/kigster/sym/badges/issue_count.svg)](https://codeclimate.com/github/kigster/sym)
-
-**Discuss Sym on Gitter**:
-
[![Gitter](https://img.shields.io/gitter/room/gitterHQ/gitter.svg)](https://gitter.im/kigster/sym)
+
---
-**March 10th, 2017**. Please checkout the post "**[Dead Simple Encryption with Sym](http://kig.re/2017/03/10/dead-simple-encryption-with-sym.html)**" that announces this library, and provides further in-depth discussion.
+Please checkout the post "**[Dead Simple Encryption with Sym](http://kig.re/2017/03/10/dead-simple-encryption-with-sym.html)**" that announces this library, and provides further in-depth discussion. Your donation of absolutely any amount is very much appreciated.
[![Donate](https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=FSFYYNEQ8RKWU)
-Your donation of absolutely any amount is very much appreciated.
+## Sym — Symmetric Encryption that's easy on Humans
----
-
-## Description
-
<div style="padding 40px; margin: 40px; font-size: 13pt;">
<p><strong>sym</strong> is an open source command line utility and Ruby API which makes it very <em>easy to add reliable encryption and decryption</em> of sensitive data to an application or a project written in any language.</p>
<p>Unlike many existing encryption tools, <strong>sym</strong> focuses on narrowing the gap between convenience and security, by offering enhanced usability and a streamlined ruby API and a CLI. The primary goal of the library is to make encryption very easy and transparent. </p>
@@ -56,13 +49,14 @@
[![Build Status](https://travis-ci.org/kigster/sym.svg?branch=master)](https://travis-ci.org/kigster/sym)
Sym currently builds and runs on the following ruby versions:
- * 2.2.5
- * 2.3.3
- * 2.4.1
+ * 2.2.9
+ * 2.3.6
+ * 2.4.3
+ * 2.5.1
* jruby-9.1.7.0
### Motivation
The main goal when writing this tool was to streamline and simplify handling of sensitive data in a trasparent and easy to use way without sacrificing security.
@@ -596,11 +590,11 @@
Bug reports and pull requests are welcome on GitHub at [https://github.com/kigster/sym](https://github.com/kigster/sym)
### License
-**Sym** library is © 2016-2017 Konstantin Gredeskoul.
+**Sym** library is © 2016-2018 Konstantin Gredeskoul.
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT). The library is designed to be a layer on top of [`OpenSSL`](https://www.openssl.org/), distributed under the [Apache Style license](https://www.openssl.org/source/license.txt).
### Acknowledgements
@@ -619,7 +613,8 @@
* [Konstantin Gredeskoul](http:/kig.re) (primary developer)
* [Wissam Jarjoui](https://github.com/bosswissam) (testing, inspiration)
* [Megan Mathews](https://github.com/meganmmathews) (UX, CLI suggestions)
* [Barry Anderson](https://twitter.com/z3ndrag0n) (sanity checking, review)
+ * [Justin Nazari](https://github.com/JustinNazari) (bug fixes)