client_side_validations-simple_form 12.0.0 → 12.1.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 +5 -0
- data/README.md +1 -1
- data/lib/client_side_validations/simple_form/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 773956c7d0691597395b09189f3fcc0e5ecb8bf218736bbf55dd99e01845adc3
|
|
4
|
+
data.tar.gz: aa33789b6bf674912400b5cb2e8a52d3d00519968d64e3acfb8ab687053551cc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: afdb2f2e1db9a6804fea8ce2b9ddee03dc0e1335d6c633dfa0468738fd51b732426eaf9c0493bca4a5aa8d8a7e9f6db0e4f6a02764967273e3752a757afc5bb6
|
|
7
|
+
data.tar.gz: 29e41bcf1882d15d51c78b369ee44925c8bae802a25bc4813374b46f3d7804d5ee58c4b628dd3b2af0d9cfeac3042dd05142f8b28722011c3b44f42d92154368
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 12.1.0 / 2020-02-13
|
|
4
|
+
|
|
5
|
+
* Add CSV 18.0 compatibility
|
|
6
|
+
* [ENHANCEMENT] Update development dependencies
|
|
7
|
+
|
|
3
8
|
## 12.0.0 / 2020-01-23
|
|
4
9
|
|
|
5
10
|
* [FEATURE] Allow nested `:error` component [#111](https://github.com/DavyJonesLocker/client_side_validations-simple_form/pull/111) **POSSIBLE BREAKING CHANGE!**
|
data/README.md
CHANGED
|
@@ -22,7 +22,7 @@ gem 'client_side_validations-simple_form'
|
|
|
22
22
|
Order matters here. `simple_form` and `client_side_validations` need to be
|
|
23
23
|
required **before** `client_side_validations-simple_form`.
|
|
24
24
|
|
|
25
|
-
[Follow the remaining installation instructions for ClientSideValidations](https://github.com/DavyJonesLocker/client_side_validations/blob/
|
|
25
|
+
[Follow the remaining installation instructions for ClientSideValidations](https://github.com/DavyJonesLocker/client_side_validations/blob/main/README.md)
|
|
26
26
|
|
|
27
27
|
### JavaScript file ###
|
|
28
28
|
|
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: 12.
|
|
4
|
+
version: 12.1.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: 2021-
|
|
12
|
+
date: 2021-02-13 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: '15.0'
|
|
21
21
|
- - "<"
|
|
22
22
|
- !ruby/object:Gem::Version
|
|
23
|
-
version: '
|
|
23
|
+
version: '19.0'
|
|
24
24
|
type: :runtime
|
|
25
25
|
prerelease: false
|
|
26
26
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -30,7 +30,7 @@ dependencies:
|
|
|
30
30
|
version: '15.0'
|
|
31
31
|
- - "<"
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: '
|
|
33
|
+
version: '19.0'
|
|
34
34
|
- !ruby/object:Gem::Dependency
|
|
35
35
|
name: simple_form
|
|
36
36
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -149,14 +149,14 @@ dependencies:
|
|
|
149
149
|
requirements:
|
|
150
150
|
- - "~>"
|
|
151
151
|
- !ruby/object:Gem::Version
|
|
152
|
-
version: '1.
|
|
152
|
+
version: '1.9'
|
|
153
153
|
type: :development
|
|
154
154
|
prerelease: false
|
|
155
155
|
version_requirements: !ruby/object:Gem::Requirement
|
|
156
156
|
requirements:
|
|
157
157
|
- - "~>"
|
|
158
158
|
- !ruby/object:Gem::Version
|
|
159
|
-
version: '1.
|
|
159
|
+
version: '1.9'
|
|
160
160
|
- !ruby/object:Gem::Dependency
|
|
161
161
|
name: rubocop-minitest
|
|
162
162
|
requirement: !ruby/object:Gem::Requirement
|