client_side_validations-mongoid 14.1.0 → 15.0.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: 72261ebac3dec81392f00c012ce8b5de630f069080ce8e41aa75a586a9efa33a
4
- data.tar.gz: 6dc939299aca965ebdc3e746d07d1ee7ef6c1a8155a074a304f2f474f5e76913
3
+ metadata.gz: c7bd148b12750563b701a41921555ffee0f2b16eb479eadb8fc71af80b196fd2
4
+ data.tar.gz: d421c2737c2b3d2815152f639c69721157f1778e00125087968b695b78c409c9
5
5
  SHA512:
6
- metadata.gz: 7104ac10346fea0ae452117dde66a203cb9c0719c2d63c67216a81a9557a55369cd439ed32d0b1948e5ea0728e4751fb730037961516af7970dccc85e26cdc36
7
- data.tar.gz: 5ac3182f24f50182016ee387b87e891e7811ed6a2836f1fdd0ff22ff584c7aba33c8bd4485b279f0912200cf4b290e691eecfa427f22413c817deae1b5172202
6
+ metadata.gz: feced90bc5b8d97b295da9b34331130a37bdf9460c53578dfab5ba4bf0c2c547238c2dd3c7d13a451f36cce19704d673fad4435e46e5a975e82b2df3b1f1004f
7
+ data.tar.gz: af22f105b147503dd5df9b0f6ab4c28ac19c38d21908e3df1e41595299f8a67432c60c911c586616207e688ac1ab0688a13917b83d6407713a66f68daf4eade6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## 15.0.0 / 2026-06-19
4
+
5
+ * [FEATURE] Drop Ruby < 3.2 support
6
+ * [FEATURE] Drop Client Side Validations < 24.0 compatibility
7
+ * [FEATURE] Drop Mongoid < 9.0 compatibility
8
+ * [ENHANCEMENT] Update development dependencies
9
+
3
10
  ## 14.1.0 / 2024-05-01
4
11
 
5
12
  * [FEATURE] Add Mongoid 9.0 compatibility
@@ -2,6 +2,6 @@
2
2
 
3
3
  module ClientSideValidations
4
4
  module Mongoid
5
- VERSION = '14.1.0'
5
+ VERSION = '15.0.0'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,50 +1,43 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: client_side_validations-mongoid
3
3
  version: !ruby/object:Gem::Version
4
- version: 14.1.0
4
+ version: 15.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Geremia Taglialatela
8
8
  - Brian Cardarella
9
- autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2024-05-01 00:00:00.000000000 Z
11
+ date: 1980-01-02 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: client_side_validations
16
15
  requirement: !ruby/object:Gem::Requirement
17
16
  requirements:
18
- - - "~>"
17
+ - - ">="
19
18
  - !ruby/object:Gem::Version
20
- version: '22.0'
19
+ version: '24.0'
21
20
  type: :runtime
22
21
  prerelease: false
23
22
  version_requirements: !ruby/object:Gem::Requirement
24
23
  requirements:
25
- - - "~>"
24
+ - - ">="
26
25
  - !ruby/object:Gem::Version
27
- version: '22.0'
26
+ version: '24.0'
28
27
  - !ruby/object:Gem::Dependency
29
28
  name: mongoid
30
29
  requirement: !ruby/object:Gem::Requirement
31
30
  requirements:
32
31
  - - ">="
33
32
  - !ruby/object:Gem::Version
34
- version: '8.0'
35
- - - "<"
36
- - !ruby/object:Gem::Version
37
- version: '10'
33
+ version: '9.0'
38
34
  type: :runtime
39
35
  prerelease: false
40
36
  version_requirements: !ruby/object:Gem::Requirement
41
37
  requirements:
42
38
  - - ">="
43
39
  - !ruby/object:Gem::Version
44
- version: '8.0'
45
- - - "<"
46
- - !ruby/object:Gem::Version
47
- version: '10'
40
+ version: '9.0'
48
41
  description: Mongoid Plugin for ClientSideValidations
49
42
  email:
50
43
  - tagliala.dev@gmail.com
@@ -68,7 +61,6 @@ metadata:
68
61
  bug_tracker_uri: https://github.com/DavyJonesLocker/client_side_validations-mongoid/issues
69
62
  changelog_uri: https://github.com/DavyJonesLocker/client_side_validations-mongoid/blob/main/CHANGELOG.md
70
63
  source_code_uri: https://github.com/DavyJonesLocker/client_side_validations-mongoid
71
- post_install_message:
72
64
  rdoc_options: []
73
65
  require_paths:
74
66
  - lib
@@ -76,15 +68,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
76
68
  requirements:
77
69
  - - ">="
78
70
  - !ruby/object:Gem::Version
79
- version: '2.7'
71
+ version: '3.2'
80
72
  required_rubygems_version: !ruby/object:Gem::Requirement
81
73
  requirements:
82
74
  - - ">="
83
75
  - !ruby/object:Gem::Version
84
76
  version: '0'
85
77
  requirements: []
86
- rubygems_version: 3.5.9
87
- signing_key:
78
+ rubygems_version: 4.0.14
88
79
  specification_version: 4
89
80
  summary: ClientSideValidations Mongoid
90
81
  test_files: []