summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-07-29 19:22:55 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-07-29 19:22:55 +0000
commitc1e8d87efe2ffa6d6ad54849c7f6f2d624e9bb7c (patch)
tree7f71a63720ca5116df65d6776ad7af8b1f63fd45
parentUpdate to 1.13.0 (diff)
Update to 2.0.0
- Update WWW Changes: https://github.com/varvet/pundit/blob/master/CHANGELOG.md
Notes
Notes: svn path=/head/; revision=475806
-rw-r--r--security/rubygem-pundit/Makefile2
-rw-r--r--security/rubygem-pundit/distinfo6
-rw-r--r--security/rubygem-pundit/pkg-descr2
3 files changed, 5 insertions, 5 deletions
diff --git a/security/rubygem-pundit/Makefile b/security/rubygem-pundit/Makefile
index 29f958c5ed8c..21b162017f82 100644
--- a/security/rubygem-pundit/Makefile
+++ b/security/rubygem-pundit/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= pundit
-PORTVERSION= 1.1.0
+PORTVERSION= 2.0.0
CATEGORIES= security rubygems
MASTER_SITES= RG
diff --git a/security/rubygem-pundit/distinfo b/security/rubygem-pundit/distinfo
index c84cc4ed4474..cd45505b3237 100644
--- a/security/rubygem-pundit/distinfo
+++ b/security/rubygem-pundit/distinfo
@@ -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
diff --git a/security/rubygem-pundit/pkg-descr b/security/rubygem-pundit/pkg-descr
index 789ee42b4c64..fcda5b87188c 100644
--- a/security/rubygem-pundit/pkg-descr
+++ b/security/rubygem-pundit/pkg-descr
@@ -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