client_side_validations-simple_form 6.8.0 → 6.9.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
- data/CHANGELOG.md +7 -0
- data/LICENSE.md +1 -1
- data/README.md +1 -1
- data/lib/client_side_validations/simple_form/version.rb +1 -1
- data/vendor/assets/javascripts/rails.validations.simple_form.bootstrap4.js +2 -2
- data/vendor/assets/javascripts/rails.validations.simple_form.js +2 -2
- metadata +19 -14
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6992abdc7d04cf0a8ef8721eb2c2665f18534cf19e29dee45dc1e58447321db8
|
|
4
|
+
data.tar.gz: 422fd3f90a01da8bbbf0ef7a20f23fb25c6cfa728dfe2c61f9e2d31bb7b5d96e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9bcd6164288744bc3bba8ec00393dd3dab298b8e923e24facdbc4192d7bccd3575f685a1e374938942f7a71cd6dcff6358fbb3840210acde1023b7df001d470b
|
|
7
|
+
data.tar.gz: 73e43b7089ce49569375bdf8617a28b9bf87b8196699c859fe1cbcfa99781a136397d58f0e511aedb95ca736c3a17e996c5958a92b1446c17b15f1997da88fc1
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 6.9.0 / 2019-03-02
|
|
4
|
+
|
|
5
|
+
* [FEATURE] Add ClientSideValidations 13.0 compatibility
|
|
6
|
+
* [ENHANCEMENT] Test against Ruby 2.6.1
|
|
7
|
+
* [ENHANCEMENT] Update QUnit to 2.9.2
|
|
8
|
+
* [ENHANCEMENT] Update development dependencies
|
|
9
|
+
|
|
3
10
|
## 6.8.0 / 2018-12-12
|
|
4
11
|
|
|
5
12
|
* [FEATURE] Add ClientSideValidations 12.0 compatibility
|
data/LICENSE.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
The MIT License (MIT)
|
|
2
2
|
|
|
3
|
-
Copyright (c)
|
|
3
|
+
Copyright (c) 2019 Geremia Taglialatela, Brian Cardarella
|
|
4
4
|
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
6
|
of this software and associated documentation files (the "Software"), to deal
|
data/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
/*!
|
|
3
|
-
* Client Side Validations - SimpleForm (Bootstrap 4) - v6.
|
|
4
|
-
* Copyright (c)
|
|
3
|
+
* Client Side Validations - SimpleForm (Bootstrap 4) - v6.9.0 (https://github.com/DavyJonesLocker/client_side_validations-simple_form)
|
|
4
|
+
* Copyright (c) 2019 Geremia Taglialatela, Brian Cardarella
|
|
5
5
|
* Licensed under MIT (http://opensource.org/licenses/mit-license.php)
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
/*!
|
|
3
|
-
* Client Side Validations - SimpleForm - v6.
|
|
4
|
-
* Copyright (c)
|
|
3
|
+
* Client Side Validations - SimpleForm - v6.9.0 (https://github.com/DavyJonesLocker/client_side_validations-simple_form)
|
|
4
|
+
* Copyright (c) 2019 Geremia Taglialatela, Brian Cardarella
|
|
5
5
|
* Licensed under MIT (http://opensource.org/licenses/mit-license.php)
|
|
6
6
|
*/
|
|
7
7
|
|
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.9.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:
|
|
12
|
+
date: 2019-03-02 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: '14'
|
|
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: '14'
|
|
34
34
|
- !ruby/object:Gem::Dependency
|
|
35
35
|
name: simple_form
|
|
36
36
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -69,16 +69,22 @@ dependencies:
|
|
|
69
69
|
name: byebug
|
|
70
70
|
requirement: !ruby/object:Gem::Requirement
|
|
71
71
|
requirements:
|
|
72
|
-
- - "
|
|
72
|
+
- - ">="
|
|
73
73
|
- !ruby/object:Gem::Version
|
|
74
|
-
version: '10
|
|
74
|
+
version: '10'
|
|
75
|
+
- - "<"
|
|
76
|
+
- !ruby/object:Gem::Version
|
|
77
|
+
version: '12'
|
|
75
78
|
type: :development
|
|
76
79
|
prerelease: false
|
|
77
80
|
version_requirements: !ruby/object:Gem::Requirement
|
|
78
81
|
requirements:
|
|
79
|
-
- - "
|
|
82
|
+
- - ">="
|
|
83
|
+
- !ruby/object:Gem::Version
|
|
84
|
+
version: '10'
|
|
85
|
+
- - "<"
|
|
80
86
|
- !ruby/object:Gem::Version
|
|
81
|
-
version: '
|
|
87
|
+
version: '12'
|
|
82
88
|
- !ruby/object:Gem::Dependency
|
|
83
89
|
name: coveralls_reborn
|
|
84
90
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -127,14 +133,14 @@ dependencies:
|
|
|
127
133
|
requirements:
|
|
128
134
|
- - "~>"
|
|
129
135
|
- !ruby/object:Gem::Version
|
|
130
|
-
version: '1.
|
|
136
|
+
version: '1.8'
|
|
131
137
|
type: :development
|
|
132
138
|
prerelease: false
|
|
133
139
|
version_requirements: !ruby/object:Gem::Requirement
|
|
134
140
|
requirements:
|
|
135
141
|
- - "~>"
|
|
136
142
|
- !ruby/object:Gem::Version
|
|
137
|
-
version: '1.
|
|
143
|
+
version: '1.8'
|
|
138
144
|
- !ruby/object:Gem::Dependency
|
|
139
145
|
name: rake
|
|
140
146
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -155,14 +161,14 @@ dependencies:
|
|
|
155
161
|
requirements:
|
|
156
162
|
- - "~>"
|
|
157
163
|
- !ruby/object:Gem::Version
|
|
158
|
-
version: 0.
|
|
164
|
+
version: 0.65.0
|
|
159
165
|
type: :development
|
|
160
166
|
prerelease: false
|
|
161
167
|
version_requirements: !ruby/object:Gem::Requirement
|
|
162
168
|
requirements:
|
|
163
169
|
- - "~>"
|
|
164
170
|
- !ruby/object:Gem::Version
|
|
165
|
-
version: 0.
|
|
171
|
+
version: 0.65.0
|
|
166
172
|
- !ruby/object:Gem::Dependency
|
|
167
173
|
name: simplecov
|
|
168
174
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -270,8 +276,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
270
276
|
- !ruby/object:Gem::Version
|
|
271
277
|
version: '0'
|
|
272
278
|
requirements: []
|
|
273
|
-
|
|
274
|
-
rubygems_version: 2.7.7
|
|
279
|
+
rubygems_version: 3.0.2
|
|
275
280
|
signing_key:
|
|
276
281
|
specification_version: 4
|
|
277
282
|
summary: ClientSideValidations SimpleForm
|