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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: eb035f079a5c22180c9824294d979c0aeefd71fc71ff87233bf4520d64d81f14
4
- data.tar.gz: 21e7fe1cd16419549f74a7ff9b9828adea78ff134fed11e6f5e95fefc9097653
3
+ metadata.gz: 68aeaba4901c7eef4da6b68f6a43935936712ef5805d7d69da0d3fb75dd1df77
4
+ data.tar.gz: d7d25a5c522c8d74c8c217b3c4903092bac1b7ffb52256465e5a1a7069cf2bed
5
5
  SHA512:
6
- metadata.gz: 4b796d246078765d99c74abd6b5891f9cd20c827717ea317f984a15737c2498365538850e72f10d56844ebc34466cb8f16b0d0a518d25b303ad5226fcdb03d85
7
- data.tar.gz: 8a89d30b83e550f88b6b4eba8cfdcb91f91d32bfee03c5c7a12a719e1920e739c1db82d113ca8ea212c6a7a204f7a5cf42b022411dbbbe5ce2be615e188b914d
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.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module VanillaValidator
4
- VERSION = "0.4.0"
4
+ VERSION = "0.4.2"
5
5
  end
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.0
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.5.4
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: []