Changelog for
ruby2.5-rubygem-attr_encrypted-3.1.0-3.1.x86_64.rpm :
Mon Feb 12 13:00:00 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 2 14:00:00 2016 mrueckertAATTsuse.de
- update to 3.0.3
Mon Jun 6 14:00:00 2016 mrueckertAATTsuse.de
- update to 3.0.1
Tue May 12 14:00:00 2015 mrueckertAATTsuse.de
- initial package