README.md in symmetric-encryption-4.3.2 vs README.md in symmetric-encryption-4.3.3
- old
+ new
@@ -1,11 +1,11 @@
# Symmetric Encryption
-![](https://img.shields.io/gem/v/symmetric-encryption.svg) ![](https://img.shields.io/travis/rocketjob/symmetric-encryption.svg) ![](https://img.shields.io/gem/dt/symmetric-encryption.svg) ![](https://img.shields.io/badge/status-production%20ready-blue.svg)
+[![Gem Version](https://img.shields.io/gem/v/symmetric-encryption.svg)](https://rubygems.org/gems/symmetric-encryption) [![Build Status](https://github.com/reidmorrison/symmetric-encryption/workflows/build/badge.svg)](https://github.com/reidmorrison/symmetric-encryption/actions?query=workflow%3Abuild) [![Downloads](https://img.shields.io/gem/dt/symmetric-encryption.svg)](https://rubygems.org/gems/symmetric-encryption) [![License](https://img.shields.io/badge/license-Apache%202.0-brightgreen.svg)](http://opensource.org/licenses/Apache-2.0) ![](https://img.shields.io/badge/status-Production%20Ready-blue.svg)
-* http://github.com/rocketjob/symmetric-encryption
+* https://encryption.rocketjob.io/
-Transparently encrypt ActiveRecord, Mongoid, and MongoMapper attributes. Encrypt passwords in configuration files. Encrypt entire files at rest.
+Transparently encrypt ActiveRecord, and Mongoid attributes. Encrypt passwords in configuration files. Encrypt entire files at rest.
## Introduction
Any project that wants to meet PCI compliance has to ensure that the data is encrypted
whilst in flight and at rest. Amongst many other requirements all passwords
@@ -17,11 +17,11 @@
Symmetric Encryption uses OpenSSL to encrypt and decrypt data, and can therefore
expose all the encryption algorithms supported by OpenSSL.
## Documentation
-[Symmetric Encryption Guide](http://rocketjob.github.io/symmetric-encryption)
+[Symmetric Encryption Guide](https://encryption.rocketjob.io/)
[Reference Documentation](http://www.rubydoc.info/gems/symmetric-encryption/)
## Rocket Job
@@ -166,10 +166,10 @@
## Author
[Reid Morrison](https://github.com/reidmorrison)
-[Contributors](https://github.com/rocketjob/symmetric-encryption/graphs/contributors)
+[Contributors](https://github.com/reidmorrison/symmetric-encryption/graphs/contributors)
## Versioning
This project uses [Semantic Versioning](http://semver.org/).