vanilla_validator 0.4.0 → 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 +5 -6
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.
|
metadata
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vanilla_validator
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Farid Mohammadi
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
11
|
date: 2024-01-15 00:00:00.000000000 Z
|
@@ -111,11 +111,10 @@ files:
|
|
111
111
|
homepage: https://github.com/leurias/vanilla_validator
|
112
112
|
licenses: []
|
113
113
|
metadata:
|
114
|
-
allowed_push_host: https://rubygems.org
|
115
114
|
homepage_uri: https://github.com/leurias/vanilla_validator
|
116
115
|
source_code_uri: https://github.com/leurias/vanilla_validator
|
117
116
|
changelog_uri: https://github.com/leurias/vanilla_validator/CHANGELOG.md
|
118
|
-
post_install_message:
|
117
|
+
post_install_message:
|
119
118
|
rdoc_options: []
|
120
119
|
require_paths:
|
121
120
|
- lib
|
@@ -130,8 +129,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
130
129
|
- !ruby/object:Gem::Version
|
131
130
|
version: '0'
|
132
131
|
requirements: []
|
133
|
-
rubygems_version: 3.
|
134
|
-
signing_key:
|
132
|
+
rubygems_version: 3.0.1
|
133
|
+
signing_key:
|
135
134
|
specification_version: 4
|
136
135
|
summary: Easy to use ruby validator
|
137
136
|
test_files: []
|