Update to 2.0.0
- Update WWW Changes: https://github.com/varvet/pundit/blob/master/CHANGELOG.md
This commit is contained in:
parent
e478efb5a0
commit
c1e8d87efe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=475806
3 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pundit
|
||||
PORTVERSION= 1.1.0
|
||||
PORTVERSION= 2.0.0
|
||||
CATEGORIES= security rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1496083206
|
||||
SHA256 (rubygem/pundit-1.1.0.gem) = bd38e2df0b17e5cef5759edad979aaa361a46c0bdfc83a700df7e3febe99a781
|
||||
SIZE (rubygem/pundit-1.1.0.gem) = 22016
|
||||
TIMESTAMP = 1532823364
|
||||
SHA256 (rubygem/pundit-2.0.0.gem) = 9a6e32d02f0e145d8ce1eb4a7b773cd1d4938094e75663a25a7b648b358da968
|
||||
SIZE (rubygem/pundit-2.0.0.gem) = 25088
|
||||
|
|
|
@ -2,4 +2,4 @@ Pundit provides a set of helpers which guide you in leveraging regular Ruby
|
|||
classes and object oriented design patterns to build a simple, robust and
|
||||
scaleable authorization system.
|
||||
|
||||
WWW: https://github.com/elabs/pundit
|
||||
WWW: https://github.com/varvet/pundit
|
||||
|
|
Loading…
Reference in a new issue