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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 962757fc1cdb24db1b505e7e04c72a2e7627bafd2092a054a0a9b5240a1099f4
4
- data.tar.gz: b30265716f3db5b7e548c128cd3c91d74094891755a177adae32a71ff3cfb00d
3
+ metadata.gz: 773956c7d0691597395b09189f3fcc0e5ecb8bf218736bbf55dd99e01845adc3
4
+ data.tar.gz: aa33789b6bf674912400b5cb2e8a52d3d00519968d64e3acfb8ab687053551cc
5
5
  SHA512:
6
- metadata.gz: 03615b151c62342bb23df56263cace820ad77fce37cf6dc8c8050d124c58432909fcd8ffc4693539a60db75f1c53999af607188b6fae8239ec3bd5f751d288ae
7
- data.tar.gz: 496ad919e62d772820113f2b7e433106700e32beb27bb73fefc6fc276f29067051b0003afebe398c370ed02b531365d7cbb9cc5533d22bc0f7abdd10f3f25e72
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/master/README.md)
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
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module ClientSideValidations
4
4
  module SimpleForm
5
- VERSION = '12.0.0'
5
+ VERSION = '12.1.0'
6
6
  end
7
7
  end
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.0.0
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-01-23 00:00:00.000000000 Z
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: '18.0'
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: '18.0'
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.8'
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.8'
159
+ version: '1.9'
160
160
  - !ruby/object:Gem::Dependency
161
161
  name: rubocop-minitest
162
162
  requirement: !ruby/object:Gem::Requirement