README.md in symmetric-encryption-3.7.1 vs README.md in symmetric-encryption-3.7.2
- old
+ new
@@ -1,6 +1,6 @@
-symmetric-encryption [![Build Status](https://secure.travis-ci.org/reidmorrison/symmetric-encryption.png?branch=master)](http://travis-ci.org/reidmorrison/symmetric-encryption)
+symmetric-encryption [![Build Status](https://secure.travis-ci.org/reidmorrison/symmetric-encryption.png?branch=master)](http://travis-ci.org/reidmorrison/symmetric-encryption) ![](http://ruby-gem-downloads-badge.herokuapp.com/symmetric-encryption?type=total)
====================
* http://github.com/reidmorrison/symmetric-encryption
## Introduction
@@ -16,17 +16,9 @@
expose all the encryption algorithms supported by OpenSSL.
## Documentation
For complete documentation see: http://reidmorrison.github.io/symmetric-encryption/
-
-## Changes with V4
-
-* V4 takes advantage of Ruby V2 named parameters and as such only works with
- Ruby V2, and greater. This also means that for JRuby users it must be run in
- V2 mode if not already running JRuby 9.0.0.0 or greater.
- Users requiring compatibility with Ruby 1.8.7 and JRuby 1.7 ( 1.9 mode )
- should continue to run Symmetric Encryption V3
## New features in V1.1 and V2
* Ability to randomly generate a new initialization vector (iv) with every
encryption and put the iv in the encrypted data as its header, without having