Changelog for
ruby2.4-rubygem-attr_encrypted-3.1.0-lp150.1.4.x86_64.rpm :
* Mon Feb 12 2018 factory-autoAATTkulow.org- updated to version 3.1.0 see installed CHANGELOG.md [#]# 3.1.0 ##
* Added: Abitilty to encrypt empty values. (AATTtamird)
* Added: MIT license
* Added: MRI 2.5.x support (AATTsaghaulor)
* Fixed: No long generate IV and salt if value is empty, unless :allow_empty_value options is passed. (AATTsaghaulor)
* Fixed: Only generate IV and salt when :if and :unless options evaluate such that encryption should be performed. (AATTsaghaulor)
* Fixed: Private methods are correctly evaluated as options. (AATTsaghaulor)
* Fixed: Mark virtual attributes for Rails 5.x compatibility (AATTgrosser)
* Fixed: Only check empty on strings, allows for encrypting non-string type objects
* Fixed: Fixed how accessors for db columns are defined in the ActiveRecord adapter, preventing premature definition. (AATTnagachika)
* Tue Aug 02 2016 mrueckertAATTsuse.de- update to 3.0.3
* Mon Jun 06 2016 mrueckertAATTsuse.de- update to 3.0.1
* Tue May 12 2015 mrueckertAATTsuse.de- initial package