vanilla_validator 0.4.1 → 0.4.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -0
- data/lib/vanilla_validator/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 68aeaba4901c7eef4da6b68f6a43935936712ef5805d7d69da0d3fb75dd1df77
|
4
|
+
data.tar.gz: d7d25a5c522c8d74c8c217b3c4903092bac1b7ffb52256465e5a1a7069cf2bed
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 48fc7027dfe38ed67901b8e54035edde1656fe6bcfac46b1250f3c56d7df6bc6a6f15899771059e8310cbdfc2038b9ca931e39e3a955a678d0d0d0bcfa8a60c2
|
7
|
+
data.tar.gz: 44437d5daf049ce046444bdd24305d099632237e89b37f6ab93fbae98da864859c29552a914a259f9f0b743db7b3858a6efad09f97ccfb7cecf06ddb9b166b2b
|
data/README.md
CHANGED
@@ -1,5 +1,7 @@
|
|
1
1
|
## 🚧 Project Under Development 🚧
|
2
2
|
|
3
|
+
[![Ruby Gem](https://github.com/leurias/vanilla_validator/actions/workflows/gem-push.yml/badge.svg?branch=main)](https://github.com/leurias/vanilla_validator/actions/workflows/gem-push.yml)
|
4
|
+
|
3
5
|
## VanillaValidator
|
4
6
|
|
5
7
|
VanillaValidator is a lightweight and clean solution for implementing validation in Ruby. It inspired from Laravel Validator and allows you to separate validations from the model layer in your Rails applications. With this gem, you can easily define and enforce validation rules for input data, ensuring the consistency and cleanliness of your application's data.
|