diff options
author | Matthias Fechner <mfechner@FreeBSD.org> | 2022-02-07 16:01:04 +0100 |
---|---|---|
committer | Matthias Fechner <mfechner@FreeBSD.org> | 2022-02-07 16:01:04 +0100 |
commit | 52ab9718cfabe752725ab07bf95f43401216676d (patch) | |
tree | 2f43626fd02526507827a25704b1c5e5fbb1137a | |
parent | cleanup: Remove expired ports: (diff) |
security/rubygem-lockbox: update to 0.6.8
Changelog:
https://github.com/ankane/lockbox/blob/master/CHANGELOG.md
0.6.8 (2022-01-25)
Fixed issue with encrypts loading model schema early
Removed warning for attributes with default option
0.6.7 (2022-01-25)
Added warning for attributes with default option
Removed warning for Active Record 5.0 (still supported)
0.6.6 (2021-09-27)
Fixed attribute? method for boolean and integer types
0.6.5 (2021-07-07)
Fixed issue with pluck extension not loading in some cases
-rw-r--r-- | security/rubygem-lockbox/Makefile | 2 | ||||
-rw-r--r-- | security/rubygem-lockbox/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/rubygem-lockbox/Makefile b/security/rubygem-lockbox/Makefile index 2d859d0eabf7..707224301fa5 100644 --- a/security/rubygem-lockbox/Makefile +++ b/security/rubygem-lockbox/Makefile @@ -1,7 +1,7 @@ # Created by: Matthias Fechner <mfechner@FreeBSD.org> PORTNAME= lockbox -PORTVERSION= 0.6.4 +PORTVERSION= 0.6.8 CATEGORIES= security rubygems MASTER_SITES= RG diff --git a/security/rubygem-lockbox/distinfo b/security/rubygem-lockbox/distinfo index bd4f0ee7466c..bab7c13cfd5a 100644 --- a/security/rubygem-lockbox/distinfo +++ b/security/rubygem-lockbox/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1619178182 -SHA256 (rubygem/lockbox-0.6.4.gem) = 5218c69f9ec73f57ce68cbb980a57d1e83225a5ee8621d483016fee87d9f1021 -SIZE (rubygem/lockbox-0.6.4.gem) = 29184 +TIMESTAMP = 1644245948 +SHA256 (rubygem/lockbox-0.6.8.gem) = 8bfc2756b023072243b0e90540062e6756c675b7ec7a7605a65d2ba4fa2c013f +SIZE (rubygem/lockbox-0.6.8.gem) = 29184 |