client_side_validations-mongoid 12.0.0 → 13.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: b6348905cbcb855e07bd643c52d297dc5be08e86ac3e715f3ed31a792114156c
4
- data.tar.gz: 86287b5a6c60d0b9d47424ff6dcb38f65668e30a9ed35315cc8fef44d4c0899f
3
+ metadata.gz: f0b18fbfd83d472dd1aca1977c11bdf46496f56c50b3bffeaec006cdb760cdfe
4
+ data.tar.gz: a352bf3c8377a6e414f2dd0080a2b4a34d18454bfbbe579e4626a661c63d286e
5
5
  SHA512:
6
- metadata.gz: 2d5aa34dd3a8f8d7310fd8366583eaa90c879e6101fd1c1f4fb6d8e5f2ba4814171e00341b3b80552129cbcd550e820d45bebbdd1fb58c56f613fd3ee82eb901
7
- data.tar.gz: 1271846e87e89fca3f2148266c40858b3d67811f42d518eb21ce02d4dabb1222038422997bf5f5d7cd4786aaa8bc2400d8a7babe78915bcc5ed0f03d92d17536
6
+ metadata.gz: 69cb3405b8232fd959b58c686605b286c3ccc7c7435c77c5714436cb8f8d99f19f7d13949bcebfe8e06647a938834cb08c26afc4cac9d55c23d788a3ef6b5f4f
7
+ data.tar.gz: a39abe8e792f795cdb425dba477b7f545eddfafe8c1d634da306fc8f63f2fdb1ca17b988c6976ba083ccbf8169c50273a004e7b919054a603fdc5c0f4ad51a1b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Changelog
2
2
 
3
+ ## 13.0.0 / 2022-09-18
4
+
5
+ * [FEATURE] Drop Ruby 2.5 support
6
+ * [FEATURE] Drop Client Side Validations < 21.0 compatibility
7
+ * [FEATURE] Drop mongoid 7.x compatibility
8
+ * [ENHANCEMENT] Update development dependencies
9
+
10
+ ## 12.1.0 / 2021-12-16
11
+
12
+ * [FEATURE] Add CSV 20.0 compatibility
13
+ * [ENHANCEMENT] Update development dependencies
14
+
3
15
  ## 12.0.0 / 2021-10-09
4
16
 
5
17
  * [FEATURE] Add CSV 19.0 compatibility
data/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2021 Geremia Taglialatela, Brian Cardarella
3
+ Copyright (c) 2022 Geremia Taglialatela, Brian Cardarella
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
data/README.md CHANGED
@@ -1,7 +1,6 @@
1
1
  # ClientSideValidations-Mongoid #
2
2
 
3
3
  [![Gem Version](https://badge.fury.io/rb/client_side_validations-mongoid.svg)](https://badge.fury.io/rb/client_side_validations-mongoid)
4
- [![SemVer](https://api.dependabot.com/badges/compatibility_score?dependency-name=client_side_validations-mongoid&package-manager=bundler&version-scheme=semver)](https://dependabot.com/compatibility-score.html?dependency-name=client_side_validations-mongoid&package-manager=bundler&version-scheme=semver)
5
4
  [![Build Status](https://github.com/DavyJonesLocker/client_side_validations-mongoid/actions/workflows/ruby.yml/badge.svg)](https://github.com/DavyJonesLocker/client_side_validations-mongoid/actions)
6
5
  [![Maintainability](https://api.codeclimate.com/v1/badges/4f8300006c02f7f4aa6d/maintainability)](https://codeclimate.com/github/DavyJonesLocker/client_side_validations-mongoid/maintainability)
7
6
  [![Coverage Status](https://coveralls.io/repos/DavyJonesLocker/client_side_validations-mongoid/badge.svg?branch=main)](https://coveralls.io/r/DavyJonesLocker/client_side_validations-mongoid?branch=main)
@@ -2,6 +2,6 @@
2
2
 
3
3
  module ClientSideValidations
4
4
  module Mongoid
5
- VERSION = '12.0.0'
5
+ VERSION = '13.0.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: 12.0.0
4
+ version: 13.0.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-10-09 00:00:00.000000000 Z
12
+ date: 2022-09-18 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: client_side_validations
@@ -17,34 +17,34 @@ dependencies:
17
17
  requirements:
18
18
  - - "~>"
19
19
  - !ruby/object:Gem::Version
20
- version: '19.0'
20
+ version: '21.0'
21
21
  type: :runtime
22
22
  prerelease: false
23
23
  version_requirements: !ruby/object:Gem::Requirement
24
24
  requirements:
25
25
  - - "~>"
26
26
  - !ruby/object:Gem::Version
27
- version: '19.0'
27
+ version: '21.0'
28
28
  - !ruby/object:Gem::Dependency
29
29
  name: mongoid
30
30
  requirement: !ruby/object:Gem::Requirement
31
31
  requirements:
32
32
  - - ">="
33
33
  - !ruby/object:Gem::Version
34
- version: '7.0'
34
+ version: '8.0'
35
35
  - - "<"
36
36
  - !ruby/object:Gem::Version
37
- version: '8'
37
+ version: '9'
38
38
  type: :runtime
39
39
  prerelease: false
40
40
  version_requirements: !ruby/object:Gem::Requirement
41
41
  requirements:
42
42
  - - ">="
43
43
  - !ruby/object:Gem::Version
44
- version: '7.0'
44
+ version: '8.0'
45
45
  - - "<"
46
46
  - !ruby/object:Gem::Version
47
- version: '8'
47
+ version: '9'
48
48
  - !ruby/object:Gem::Dependency
49
49
  name: appraisal
50
50
  requirement: !ruby/object:Gem::Requirement
@@ -107,28 +107,28 @@ dependencies:
107
107
  requirements:
108
108
  - - "~>"
109
109
  - !ruby/object:Gem::Version
110
- version: '5.14'
110
+ version: '5.16'
111
111
  type: :development
112
112
  prerelease: false
113
113
  version_requirements: !ruby/object:Gem::Requirement
114
114
  requirements:
115
115
  - - "~>"
116
116
  - !ruby/object:Gem::Version
117
- version: '5.14'
117
+ version: '5.16'
118
118
  - !ruby/object:Gem::Dependency
119
119
  name: mocha
120
120
  requirement: !ruby/object:Gem::Requirement
121
121
  requirements:
122
122
  - - "~>"
123
123
  - !ruby/object:Gem::Version
124
- version: '1.13'
124
+ version: '1.14'
125
125
  type: :development
126
126
  prerelease: false
127
127
  version_requirements: !ruby/object:Gem::Requirement
128
128
  requirements:
129
129
  - - "~>"
130
130
  - !ruby/object:Gem::Version
131
- version: '1.13'
131
+ version: '1.14'
132
132
  - !ruby/object:Gem::Dependency
133
133
  name: rake
134
134
  requirement: !ruby/object:Gem::Requirement
@@ -190,6 +190,7 @@ homepage: https://github.com/DavyJonesLocker/client_side_validations-mongoid
190
190
  licenses:
191
191
  - MIT
192
192
  metadata:
193
+ rubygems_mfa_required: 'true'
193
194
  bug_tracker_uri: https://github.com/DavyJonesLocker/client_side_validations-simple_form/issues
194
195
  changelog_uri: https://github.com/DavyJonesLocker/client_side_validations-simple_form/blob/main/CHANGELOG.md
195
196
  source_code_uri: https://github.com/DavyJonesLocker/client_side_validations-simple_form
@@ -201,14 +202,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
201
202
  requirements:
202
203
  - - ">="
203
204
  - !ruby/object:Gem::Version
204
- version: '2.5'
205
+ version: '2.6'
205
206
  required_rubygems_version: !ruby/object:Gem::Requirement
206
207
  requirements:
207
208
  - - ">="
208
209
  - !ruby/object:Gem::Version
209
210
  version: '0'
210
211
  requirements: []
211
- rubygems_version: 3.1.6
212
+ rubygems_version: 3.3.12
212
213
  signing_key:
213
214
  specification_version: 4
214
215
  summary: ClientSideValidations Mongoid