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 +4 -4
- data/CHANGELOG.md +12 -0
- data/LICENSE.md +1 -1
- data/README.md +0 -1
- data/lib/client_side_validations/mongoid/version.rb +1 -1
- metadata +15 -14
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f0b18fbfd83d472dd1aca1977c11bdf46496f56c50b3bffeaec006cdb760cdfe
|
|
4
|
+
data.tar.gz: a352bf3c8377a6e414f2dd0080a2b4a34d18454bfbbe579e4626a661c63d286e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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)
|
|
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
|
[](https://badge.fury.io/rb/client_side_validations-mongoid)
|
|
4
|
-
[](https://dependabot.com/compatibility-score.html?dependency-name=client_side_validations-mongoid&package-manager=bundler&version-scheme=semver)
|
|
5
4
|
[](https://github.com/DavyJonesLocker/client_side_validations-mongoid/actions)
|
|
6
5
|
[](https://codeclimate.com/github/DavyJonesLocker/client_side_validations-mongoid/maintainability)
|
|
7
6
|
[](https://coveralls.io/r/DavyJonesLocker/client_side_validations-mongoid?branch=main)
|
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:
|
|
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:
|
|
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: '
|
|
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: '
|
|
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: '
|
|
34
|
+
version: '8.0'
|
|
35
35
|
- - "<"
|
|
36
36
|
- !ruby/object:Gem::Version
|
|
37
|
-
version: '
|
|
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: '
|
|
44
|
+
version: '8.0'
|
|
45
45
|
- - "<"
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
|
-
version: '
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
212
|
+
rubygems_version: 3.3.12
|
|
212
213
|
signing_key:
|
|
213
214
|
specification_version: 4
|
|
214
215
|
summary: ClientSideValidations Mongoid
|