- Update to 2.0.1
- Add LICENSE_FILE Changes: https://github.com/tinfoil/devise-two-factor/commits/master
This commit is contained in:
parent
88fbceff60
commit
9630e1ea3b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=398526
2 changed files with 4 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= devise-two-factor
|
||||
PORTVERSION= 2.0.0
|
||||
PORTVERSION= 2.0.1
|
||||
CATEGORIES= security rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
|
@ -10,6 +10,7 @@ MAINTAINER= ruby@FreeBSD.org
|
|||
COMMENT= Barebones two-factor authentication with Devise
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-activesupport4>=0:${PORTSDIR}/devel/rubygem-activesupport4 \
|
||||
rubygem-attr_encrypted>=1.3.2:${PORTSDIR}/security/rubygem-attr_encrypted \
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (rubygem/devise-two-factor-2.0.0.gem) = 19669f9e55f201a5983044492f03d3bd6bd3a1d2e721c90e5e2c6567fe53eaf7
|
||||
SIZE (rubygem/devise-two-factor-2.0.0.gem) = 25600
|
||||
SHA256 (rubygem/devise-two-factor-2.0.1.gem) = 9642513ed375d83e6870570657d7c7e757ba15f744e6439c4244b77092da5cec
|
||||
SIZE (rubygem/devise-two-factor-2.0.1.gem) = 25600
|
||||
|
|
Loading…
Reference in a new issue