client_side_validations-simple_form 14.0.0 → 14.0.1
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d2611a650395e805928df669e9909f9d1938f925974c3ff84fd5e56e8eb291b2
|
|
4
|
+
data.tar.gz: 4d58d5de1fd43985a73917ecee2fdc6c26275dbad6a2939d8111f7b73a0d4e08
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dad0bf3817ffbe6bd1bca2055dd125d97cce0c4d87e039d6912da0f2180b74d0ade2c99ddb512c41333a1728a64b6884abc3b34ab33fe41b7bb79a4faa6edfb3
|
|
7
|
+
data.tar.gz: 0570e91022383d0afb5215c17d02177e4fa37f5ddf06ae56949ccdb972cae079376f42b07f8b4e680b0a66c970d1b73758236d1f42692a17252b4094e2a06341
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://badge.fury.io/rb/client_side_validations-simple_form)
|
|
4
4
|
[](https://badge.fury.io/js/%40client-side-validations%2Fsimple-form)
|
|
5
|
-
[](https://github.com/DavyJonesLocker/client_side_validations-simple_form/actions)
|
|
6
|
+
[](https://github.com/DavyJonesLocker/client_side_validations-simple_form/actions)
|
|
7
7
|
[](https://codeclimate.com/github/DavyJonesLocker/client_side_validations-simple_form/maintainability)
|
|
8
8
|
[](https://coveralls.io/github/DavyJonesLocker/client_side_validations-simple_form?branch=main)
|
|
9
9
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Client Side Validations Simple Form JS (Bootstrap 4+) - v0.3.
|
|
2
|
+
* Client Side Validations Simple Form JS (Bootstrap 4+) - v0.3.1 (https://github.com/DavyJonesLocker/client_side_validations-simple_form)
|
|
3
3
|
* Copyright (c) 2021 Geremia Taglialatela, Brian Cardarella
|
|
4
4
|
* Licensed under MIT (https://opensource.org/licenses/mit-license.php)
|
|
5
5
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Client Side Validations Simple Form JS (Default) - v0.3.
|
|
2
|
+
* Client Side Validations Simple Form JS (Default) - v0.3.1 (https://github.com/DavyJonesLocker/client_side_validations-simple_form)
|
|
3
3
|
* Copyright (c) 2021 Geremia Taglialatela, Brian Cardarella
|
|
4
4
|
* Licensed under MIT (https://opensource.org/licenses/mit-license.php)
|
|
5
5
|
*/
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: client_side_validations-simple_form
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 14.0.
|
|
4
|
+
version: 14.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Geremia Taglialatela
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2021-
|
|
12
|
+
date: 2021-11-15 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: client_side_validations
|
|
@@ -127,22 +127,16 @@ dependencies:
|
|
|
127
127
|
name: simplecov
|
|
128
128
|
requirement: !ruby/object:Gem::Requirement
|
|
129
129
|
requirements:
|
|
130
|
-
- - "
|
|
131
|
-
- !ruby/object:Gem::Version
|
|
132
|
-
version: 0.18.5
|
|
133
|
-
- - "<"
|
|
130
|
+
- - "~>"
|
|
134
131
|
- !ruby/object:Gem::Version
|
|
135
|
-
version:
|
|
132
|
+
version: 0.21.2
|
|
136
133
|
type: :development
|
|
137
134
|
prerelease: false
|
|
138
135
|
version_requirements: !ruby/object:Gem::Requirement
|
|
139
136
|
requirements:
|
|
140
|
-
- - "
|
|
141
|
-
- !ruby/object:Gem::Version
|
|
142
|
-
version: 0.18.5
|
|
143
|
-
- - "<"
|
|
137
|
+
- - "~>"
|
|
144
138
|
- !ruby/object:Gem::Version
|
|
145
|
-
version:
|
|
139
|
+
version: 0.21.2
|
|
146
140
|
- !ruby/object:Gem::Dependency
|
|
147
141
|
name: simplecov-lcov
|
|
148
142
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -221,6 +215,7 @@ homepage: https://github.com/DavyJonesLocker/client_side_validations-simple_form
|
|
|
221
215
|
licenses:
|
|
222
216
|
- MIT
|
|
223
217
|
metadata:
|
|
218
|
+
rubygems_mfa_required: 'true'
|
|
224
219
|
bug_tracker_uri: https://github.com/DavyJonesLocker/client_side_validations-simple_form/issues
|
|
225
220
|
changelog_uri: https://github.com/DavyJonesLocker/client_side_validations-simple_form/blob/main/CHANGELOG.md
|
|
226
221
|
source_code_uri: https://github.com/DavyJonesLocker/client_side_validations-simple_form
|