hanami-validations 2.2.0.rc1 → 2.3.0.beta1
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/CHANGELOG.md +4 -0
- data/lib/hanami/validations/version.rb +1 -1
- metadata +3 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 192e00406d0f570e076a6a6f714e925e6ea407001c52b772977c66c354cca38c
|
4
|
+
data.tar.gz: 85abadc981366afa0d64628b904be6736327bde6e0e5e171bca68d2522e44188
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b0e5bd65cc5d5827808715e103193663df8359aec038c4c5f842808abf01bc2d8182a7d84d65eb123d6750d3b04ff7d58125c2bd3fc13425bce319820e5863f1
|
7
|
+
data.tar.gz: '09a01179fc7ea9ac5090c8df2ebdff84cd2621f389b08702751323c425813fead2ef9f72f5c52d6506e6ca0057a90a4615dfed4e350476db4f2e4e4a06c4ce4f'
|
data/CHANGELOG.md
CHANGED
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: hanami-validations
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.3.0.beta1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Luca Guidi
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: dry-validation
|
@@ -111,7 +110,6 @@ licenses:
|
|
111
110
|
- MIT
|
112
111
|
metadata:
|
113
112
|
rubygems_mfa_required: 'true'
|
114
|
-
post_install_message:
|
115
113
|
rdoc_options: []
|
116
114
|
require_paths:
|
117
115
|
- lib
|
@@ -126,8 +124,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
126
124
|
- !ruby/object:Gem::Version
|
127
125
|
version: '0'
|
128
126
|
requirements: []
|
129
|
-
rubygems_version: 3.
|
130
|
-
signing_key:
|
127
|
+
rubygems_version: 3.6.9
|
131
128
|
specification_version: 4
|
132
129
|
summary: Validations mixin for Ruby objects
|
133
130
|
test_files: []
|