client_side_validations-mongoid 14.0.0 → 14.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: d0a31453065db0101005c945930de5a059d72bf2efd8f084082dbd4521ef9216
4
- data.tar.gz: 0f664beb3d384dfc2b6ae9cb0a9b990d70ed3fc42f529423e68a6c796edc78fb
3
+ metadata.gz: 72261ebac3dec81392f00c012ce8b5de630f069080ce8e41aa75a586a9efa33a
4
+ data.tar.gz: 6dc939299aca965ebdc3e746d07d1ee7ef6c1a8155a074a304f2f474f5e76913
5
5
  SHA512:
6
- metadata.gz: 625ed286bb455a223e5a958fc6b3da5b0b679f35155688c7395489a3d002e3fb37cc52daa9196ea199c141cbedc196428831760c445182a3f464458718b4b36a
7
- data.tar.gz: 2a9f9ab7b3c21995d06784b9b24bc0f1097692fd508f7d640395902ff7f30e47f082934e169473e647049f7e48ac8cb169caa6ddb7e8456a1ca1fc8497ed64f6
6
+ metadata.gz: 7104ac10346fea0ae452117dde66a203cb9c0719c2d63c67216a81a9557a55369cd439ed32d0b1948e5ea0728e4751fb730037961516af7970dccc85e26cdc36
7
+ data.tar.gz: 5ac3182f24f50182016ee387b87e891e7811ed6a2836f1fdd0ff22ff584c7aba33c8bd4485b279f0912200cf4b290e691eecfa427f22413c817deae1b5172202
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## 14.1.0 / 2024-05-01
4
+
5
+ * [FEATURE] Add Mongoid 9.0 compatibility
6
+ * [ENHANCEMENT] Update development dependencies
7
+
3
8
  ## 14.0.0 / 2023-09-06
4
9
 
5
10
  * [FEATURE] Drop Ruby 2.6 support
@@ -2,6 +2,6 @@
2
2
 
3
3
  module ClientSideValidations
4
4
  module Mongoid
5
- VERSION = '14.0.0'
5
+ VERSION = '14.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-mongoid
3
3
  version: !ruby/object:Gem::Version
4
- version: 14.0.0
4
+ version: 14.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: 2023-09-06 00:00:00.000000000 Z
12
+ date: 2024-05-01 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: client_side_validations
@@ -34,7 +34,7 @@ dependencies:
34
34
  version: '8.0'
35
35
  - - "<"
36
36
  - !ruby/object:Gem::Version
37
- version: '9'
37
+ version: '10'
38
38
  type: :runtime
39
39
  prerelease: false
40
40
  version_requirements: !ruby/object:Gem::Requirement
@@ -44,7 +44,7 @@ dependencies:
44
44
  version: '8.0'
45
45
  - - "<"
46
46
  - !ruby/object:Gem::Version
47
- version: '9'
47
+ version: '10'
48
48
  description: Mongoid Plugin for ClientSideValidations
49
49
  email:
50
50
  - tagliala.dev@gmail.com
@@ -83,7 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
83
83
  - !ruby/object:Gem::Version
84
84
  version: '0'
85
85
  requirements: []
86
- rubygems_version: 3.4.19
86
+ rubygems_version: 3.5.9
87
87
  signing_key:
88
88
  specification_version: 4
89
89
  summary: ClientSideValidations Mongoid