devel/rubygem-valid: new port

Standalone, generic object validator for ruby

PR:		247034
Submitted by:	deep.alexander@gmail.com
This commit is contained in:
Dmitry Marakasov 2021-04-08 22:28:18 +03:00
parent 697005ef38
commit ada4d0a7d0
4 changed files with 25 additions and 0 deletions

View file

@ -6700,6 +6700,7 @@
SUBDIR += rubygem-useragent
SUBDIR += rubygem-uuid
SUBDIR += rubygem-uuidtools
SUBDIR += rubygem-valid
SUBDIR += rubygem-validatable
SUBDIR += rubygem-validate_email
SUBDIR += rubygem-validate_url

View file

@ -0,0 +1,16 @@
PORTNAME= valid
PORTVERSION= 1.2.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ports@armchairs.be
COMMENT= Standalone, generic object validator for ruby
LICENSE= ISCL
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1591454819
SHA256 (rubygem/valid-1.2.0.gem) = a321b996b32ad5be6fc27020b477fd8b8129bf2adf9ac0852cd0f797667cb96f
SIZE (rubygem/valid-1.2.0.gem) = 9216

View file

@ -0,0 +1,5 @@
Validator is a simple ruby validation class.
It's not used directly inside the class but rather outside.
WWW: https://github.com/zombor/Validator