client_side_validations-simple_form 6.9.0 → 6.10.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: afea88d5978ae6840d7009de7e81f0944c5f416e6e4b0b496f4cf53183d9c84f
|
|
4
|
+
data.tar.gz: cb0cdd39abdc11692a93a8e9ec8f4b07175f6dc5f7d2b4b3dbff421420c479ae
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9f4bfddc53594b5f3e3bc25be338a92a3a24262d652b5fd11aac387ad5757e81afa187f91df060452f6b0e566bf6584f592df301fdc659758d94d5cb5a233ef8
|
|
7
|
+
data.tar.gz: be8e8160aaa2444a11824ea1145d79ef157e5d9cc21907361bdb9392252777fc9609e42b2db8b76119d0fbf0ab0fca7e64cbe6229fd2e846f19f142d2285bae1
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 6.10.0 / 2019-04-23
|
|
4
|
+
|
|
5
|
+
* [FEATURE] Add ClientSideValidations 14.0 compatibility
|
|
6
|
+
* [ENHANCEMENT] Test against Ruby 2.6.3
|
|
7
|
+
* [ENHANCEMENT] Test against jQuery 3.4.0 by default
|
|
8
|
+
* [ENHANCEMENT] Update QUnit to 2.9.2
|
|
9
|
+
* [ENHANCEMENT] Update development dependencies
|
|
10
|
+
|
|
3
11
|
## 6.9.0 / 2019-03-02
|
|
4
12
|
|
|
5
13
|
* [FEATURE] Add ClientSideValidations 13.0 compatibility
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
/*!
|
|
3
|
-
* Client Side Validations - SimpleForm (Bootstrap 4) - v6.
|
|
3
|
+
* Client Side Validations - SimpleForm (Bootstrap 4) - v6.10.0 (https://github.com/DavyJonesLocker/client_side_validations-simple_form)
|
|
4
4
|
* Copyright (c) 2019 Geremia Taglialatela, Brian Cardarella
|
|
5
5
|
* Licensed under MIT (http://opensource.org/licenses/mit-license.php)
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
/*!
|
|
3
|
-
* Client Side Validations - SimpleForm - v6.
|
|
3
|
+
* Client Side Validations - SimpleForm - v6.10.0 (https://github.com/DavyJonesLocker/client_side_validations-simple_form)
|
|
4
4
|
* Copyright (c) 2019 Geremia Taglialatela, Brian Cardarella
|
|
5
5
|
* Licensed under MIT (http://opensource.org/licenses/mit-license.php)
|
|
6
6
|
*/
|
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: 6.
|
|
4
|
+
version: 6.10.0
|
|
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: 2019-
|
|
12
|
+
date: 2019-04-23 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: client_side_validations
|
|
@@ -20,7 +20,7 @@ dependencies:
|
|
|
20
20
|
version: 9.3.2
|
|
21
21
|
- - "<"
|
|
22
22
|
- !ruby/object:Gem::Version
|
|
23
|
-
version: '
|
|
23
|
+
version: '15'
|
|
24
24
|
type: :runtime
|
|
25
25
|
prerelease: false
|
|
26
26
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -30,7 +30,7 @@ dependencies:
|
|
|
30
30
|
version: 9.3.2
|
|
31
31
|
- - "<"
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: '
|
|
33
|
+
version: '15'
|
|
34
34
|
- !ruby/object:Gem::Dependency
|
|
35
35
|
name: simple_form
|
|
36
36
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -161,14 +161,14 @@ dependencies:
|
|
|
161
161
|
requirements:
|
|
162
162
|
- - "~>"
|
|
163
163
|
- !ruby/object:Gem::Version
|
|
164
|
-
version: 0.
|
|
164
|
+
version: 0.67.2
|
|
165
165
|
type: :development
|
|
166
166
|
prerelease: false
|
|
167
167
|
version_requirements: !ruby/object:Gem::Requirement
|
|
168
168
|
requirements:
|
|
169
169
|
- - "~>"
|
|
170
170
|
- !ruby/object:Gem::Version
|
|
171
|
-
version: 0.
|
|
171
|
+
version: 0.67.2
|
|
172
172
|
- !ruby/object:Gem::Dependency
|
|
173
173
|
name: simplecov
|
|
174
174
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -276,7 +276,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
276
276
|
- !ruby/object:Gem::Version
|
|
277
277
|
version: '0'
|
|
278
278
|
requirements: []
|
|
279
|
-
rubygems_version: 3.0.
|
|
279
|
+
rubygems_version: 3.0.3
|
|
280
280
|
signing_key:
|
|
281
281
|
specification_version: 4
|
|
282
282
|
summary: ClientSideValidations SimpleForm
|