vanilla_validator 0.4.0 → 0.4.1

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: 18fca42643c60e0140faa262a60f656048351aa0375c8107d044192ebfae9b3c
4
+ data.tar.gz: 343965cb3a3ece303171a48e8a9133003388f0db7cc49a57b42e72720e236ad1
5
5
  SHA512:
6
- metadata.gz: 4b796d246078765d99c74abd6b5891f9cd20c827717ea317f984a15737c2498365538850e72f10d56844ebc34466cb8f16b0d0a518d25b303ad5226fcdb03d85
7
- data.tar.gz: 8a89d30b83e550f88b6b4eba8cfdcb91f91d32bfee03c5c7a12a719e1920e739c1db82d113ca8ea212c6a7a204f7a5cf42b022411dbbbe5ce2be615e188b914d
6
+ metadata.gz: 7cde9b8798c746be0b94433a5d5ad4cf722b2d222f102eb71d277d6b7debd72fa3dc3449de2fb3200ac4206d17256a3a0c2986af4a39082b7f7331685e81ed1e
7
+ data.tar.gz: 3becd2a2e661095532dcf6039a02e8c2e6f5498b46647db9de956f04e8b726f57d70a710f42e082ba8800a9cac0d5209ab868115b56ab786ef155a683769dec5
@@ -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.1"
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.1
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: []