client_side_validations 16.1.1 → 16.2.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: c8ed069f9ea6197661ffc1781bbe699e1e273d0bda3837e5bd385169da94ff44
4
- data.tar.gz: b12be301930ecb74dd060609602ac2e38ba0a2fcfcd127f67ebcbd81ae71b5f1
3
+ metadata.gz: 5320f254fa2dd8fd48006b2489a2a13319afbff7c89015011d93dab5ea4634f2
4
+ data.tar.gz: 111dc6f36d987e5cde360d75baa482e658b3e25145530b49c02a661bc47e40b5
5
5
  SHA512:
6
- metadata.gz: 574f3cbc7eadcc0008ce6068d7d9dd8d73f60611c6a6133082bd66a47989d2334822d2efb87d62d8164dcc5abf02e8d0a6d8a76b15b3a6c50675848fa1d503db
7
- data.tar.gz: 47c9b68cc13375d6275589f41f2c78c28a742f56ab96b10ac0908af1973db3d78f9477c00aead5641e46fa8038afe241fab92a3da08b6d0214c899cfbdd38e0e
6
+ metadata.gz: 7006a5df563bdd1885dcf2c1afd431f25dbf80bf15a96d9e3889f67c5039d634fec9fe5c92ac2d02a3f38a4df1cb34c573971c480702728b61c5be3b493e3a50
7
+ data.tar.gz: 8a2288c4e11f543c923ae3a6d76d6c715eea57140ad172916d4bee2b0c960b11cdfdc64436c3df78e2584420a1688b1fed9e371f864fb441d8e7c0027b1285d3
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 16.2.0 / 2020-04-10
4
+
5
+ * [FEATURE] Add jQuery 3.5.0 compatibility ([#779](https://github.com/DavyJonesLocker/client_side_validations/pull/779))
6
+ * [ENHANCEMENT] Test against latest Ruby versions
7
+ * [ENHANCEMENT] Update development dependencies
8
+
3
9
  ## 16.1.1 / 2020-03-20
4
10
 
5
11
  * [BUGFIX] Fix custom validators for nested attributes ([#778](https://github.com/DavyJonesLocker/client_side_validations/pull/778))
@@ -25,8 +25,8 @@ module ClientSideValidations
25
25
  def client_side_form_settings(_options, form_helper)
26
26
  {
27
27
  type: self.class.to_s,
28
- input_tag: form_helper.class.field_error_proc.call(%(<span id="input_tag" />), Struct.new(:error_message, :tag_id).new([], '')),
29
- label_tag: form_helper.class.field_error_proc.call(%(<label id="label_tag" />), Struct.new(:error_message, :tag_id).new([], ''))
28
+ input_tag: form_helper.class.field_error_proc.call(%(<span id="input_tag"></span>), Struct.new(:error_message, :tag_id).new([], '')),
29
+ label_tag: form_helper.class.field_error_proc.call(%(<label id="label_tag"></label>), Struct.new(:error_message, :tag_id).new([], ''))
30
30
  }
31
31
  end
32
32
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ClientSideValidations
4
- VERSION = '16.1.1'
4
+ VERSION = '16.2.0'
5
5
  end
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Client Side Validations JS - v0.1.2 (https://github.com/DavyJonesLocker/client_side_validations)
2
+ * Client Side Validations JS - v0.1.3 (https://github.com/DavyJonesLocker/client_side_validations)
3
3
  * Copyright (c) 2020 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
3
3
  version: !ruby/object:Gem::Version
4
- version: 16.1.1
4
+ version: 16.2.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: 2020-03-20 00:00:00.000000000 Z
12
+ date: 2020-04-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -175,14 +175,14 @@ dependencies:
175
175
  requirements:
176
176
  - - "~>"
177
177
  - !ruby/object:Gem::Version
178
- version: 0.80.1
178
+ version: 0.81.0
179
179
  type: :development
180
180
  prerelease: false
181
181
  version_requirements: !ruby/object:Gem::Requirement
182
182
  requirements:
183
183
  - - "~>"
184
184
  - !ruby/object:Gem::Version
185
- version: 0.80.1
185
+ version: 0.81.0
186
186
  - !ruby/object:Gem::Dependency
187
187
  name: rubocop-performance
188
188
  requirement: !ruby/object:Gem::Requirement
@@ -203,14 +203,14 @@ dependencies:
203
203
  requirements:
204
204
  - - "~>"
205
205
  - !ruby/object:Gem::Version
206
- version: '2.4'
206
+ version: '2.5'
207
207
  type: :development
208
208
  prerelease: false
209
209
  version_requirements: !ruby/object:Gem::Requirement
210
210
  requirements:
211
211
  - - "~>"
212
212
  - !ruby/object:Gem::Version
213
- version: '2.4'
213
+ version: '2.5'
214
214
  - !ruby/object:Gem::Dependency
215
215
  name: simplecov
216
216
  requirement: !ruby/object:Gem::Requirement
@@ -332,7 +332,10 @@ files:
332
332
  homepage: https://github.com/DavyJonesLocker/client_side_validations
333
333
  licenses:
334
334
  - MIT
335
- metadata: {}
335
+ metadata:
336
+ bug_tracker_uri: https://github.com/DavyJonesLocker/client_side_validations/issues
337
+ changelog_uri: https://github.com/DavyJonesLocker/client_side_validations/blob/master/CHANGELOG.md
338
+ source_code_uri: https://github.com/DavyJonesLocker/client_side_validations
336
339
  post_install_message:
337
340
  rdoc_options: []
338
341
  require_paths: