dry_validation_parser 0.1.1 → 0.1.2
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
- data/README.md +0 -3
- data/lib/dry_validation_parser/railtie.rb +0 -4
- data/lib/dry_validation_parser/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: 55534e4e0a5aba7408ed7e145abe48d5017becd36313f95ad8948af219cdfe24
|
|
4
|
+
data.tar.gz: 0572b97dfee11dbc4a6c0862517867abfaec77b3c5526e57b6ebf221ac47f583
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 19f6543ce37c88b956f5c6bfe6dfba9f8a4298b04f5a3ddc4f3a31207f53389b63bf564564e7e0d0d45adabc5e52b4f96b377712c5b2db6f9ea04871302650d6
|
|
7
|
+
data.tar.gz: 8ec8152ebc5579bbf37ba768269286fa41b283931b21693893c770ef1ffc7b4e675c3d0132e94f872e6f13ce9139b8a7a0ec2f20d08bea383fb3a19a171eec94
|
data/README.md
CHANGED
|
@@ -83,9 +83,6 @@ for each field inside the nested hash.
|
|
|
83
83
|
If the field is an array of primitive type, the type field will equal to the primitive type, and a
|
|
84
84
|
array flag will be set on the field.
|
|
85
85
|
|
|
86
|
-
## Custom Configuration For Your Project
|
|
87
|
-
You can override default configurations by changing the values in the `config/initializers/dry_validation_parser.rb` file generated from the rake command in the Installation section.
|
|
88
|
-
|
|
89
86
|
## Development
|
|
90
87
|
|
|
91
88
|
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
|