Package: ruby-attr-encrypted / 3.1.0-3

Metadata

Package Version Patches format
ruby-attr-encrypted 3.1.0-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
remove simplecov.patch | (download)

test/test_helper.rb | 18 0 18 - 0 !
1 file changed, 18 deletions(-)

---
remove data mapper.patch | (download)

test/test_helper.rb | 1 0 1 - 0 !
1 file changed, 1 deletion(-)

---
fix test failure with activerecord 5.2.patch | (download)

.travis.yml | 7 7 0 - 0 !
attr_encrypted.gemspec | 3 2 1 - 0 !
lib/attr_encrypted/adapters/active_record.rb | 16 15 1 - 0 !
test/active_record_test.rb | 27 26 1 - 0 !
4 files changed, 50 insertions( ), 3 deletions(-)

 [patch] support activerecord 5.2


fix for activerecord 6.0.patch | (download)

lib/attr_encrypted/adapters/active_record.rb | 7 6 1 - 0 !
test/active_record_test.rb | 1 1 0 - 0 !
2 files changed, 7 insertions( ), 1 deletion(-)

 ignore failure to support dirty tracking in activerecord 6
 AR 5.2 is already not supported, and project is unmaintained upstream. I tried
 to adapt the half-solution por AR 6 posted in the mentioned pull request, but
 could not get it to work. Since this is a very small part of the package
 funcionality, I'm assuming it's ok to live with it.