request_validator 1.0.0 → 1.12.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c3527eba4f59df7f9e205ba287ed0cfc871989f4
|
4
|
+
data.tar.gz: 17150657e09530a5c7725502d3ee72744ba70e50
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f806faef74f4a5b312dab655acff25f7ac76d701e414faca4e7ed720142e796a383ab1720c252477daee32397d5361ffcb7e8285275ece2a2bab9668bf1b0081
|
7
|
+
data.tar.gz: 4dc044e0b9e896823dabf55985ec2cf01184be02c0346a72df3898b4d4a649bfb97eb97004814ec0baf287d4fd2187db70e62596672fdfe8f197dfcfaba145e9
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: request_validator
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.12.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Williams Isaac
|
@@ -10,8 +10,9 @@ bindir: bin
|
|
10
10
|
cert_chain: []
|
11
11
|
date: 2018-04-01 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
|
-
description: A Gem to validate requests before hitting your models, why do you need
|
13
|
+
description: 'A Gem to validate requests before hitting your models, why do you need
|
14
14
|
to hit active record before you validate your params ?. This will help do that.
|
15
|
+
Docs: https://github.com/wilforlan/request_validator'
|
15
16
|
email: williamscalg@gmail.com
|
16
17
|
executables: []
|
17
18
|
extensions: []
|