client_side_validations-mongoid 11.0.0 → 11.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: '09fce18d3365eeefdf3d57eb543fbb7e61e0def755a2cbe66a9e5fee316fbc8a'
4
- data.tar.gz: afbe195fcde7c17d68f71c933bcc782e9cd5e4067a89caa275ccd62ab05c17ab
3
+ metadata.gz: b623e96b5f85af367d30af45199cd3ed945e4dc6621a6de42f6ffbf701974e8a
4
+ data.tar.gz: '0382e61ba80c37192fab05e5d4883f0d9c46d5605854f32e96bf0a2fdc8085ae'
5
5
  SHA512:
6
- metadata.gz: 5a536913191916315141fdb36bcbdc9642aeeff585a03580792a7d9df6da293e84e81312489901b625298b4a6f9ef6d7df252b80306d7aa234cd7efa390c92aa
7
- data.tar.gz: 58ad713878aa445aa8b905fac2686e815c45d292f1c91853a3d3cd768ec5adac95f5e8b87ceab68edd3ed45d2807d90aa8c95b6d1e10cb7e18a8d4b3447c81bf
6
+ metadata.gz: a900f802ffe79eab1842639cc883107857b7399fadde6ca4f7eaddd2f72f2edfba9e65d26888751672716e4217b4584bb0748c82ec57def491da6a56541f54e0
7
+ data.tar.gz: d1ef8583d9ac86fa763581dff43f46eb9d144383b571cda8e69b0d951d79d67712e19c2e8e022afcfcecc253c98f520efa0e358cbbb63377e466bb9c227c67d3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## 11.1.0 / 2021-02-07
4
+
5
+ * Add CSV 18.0 compatibility
6
+ * [ENHANCEMENT] Update development dependencies
7
+
3
8
  ## 11.0.0 / 2021-02-07
4
9
 
5
10
  * [ENHANCEMENT] Default branch is now `main` **POSSIBLE BREAKING CHANGE!**
data/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
  [![Maintainability](https://api.codeclimate.com/v1/badges/4f8300006c02f7f4aa6d/maintainability)](https://codeclimate.com/github/DavyJonesLocker/client_side_validations-mongoid/maintainability)
7
7
  [![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)
8
8
 
9
- [Mongoid](https://docs.mongodb.com/ruby-driver/master/mongoid/#ruby-mongoid-tutorial) plugin for [ClientSideValidations](https://github.com/DavyJonesLocker/client_side_validations)
9
+ [Mongoid](https://docs.mongodb.com/mongoid/master/#ruby-mongoid-tutorial) plugin for [ClientSideValidations](https://github.com/DavyJonesLocker/client_side_validations)
10
10
 
11
11
  ## Installation ##
12
12
 
@@ -21,7 +21,7 @@ gem 'client_side_validations-mongoid'
21
21
  Order matters here. `Mongoid` and `ClientSideValidations` need to be
22
22
  required **before** `ClientSideValidations-Mongoid`.
23
23
 
24
- [Follow the remaining installation instructions for ClientSideValidations](https://github.com/DavyJonesLocker/client_side_validations/blob/master/README.md)
24
+ [Follow the remaining installation instructions for ClientSideValidations](https://github.com/DavyJonesLocker/client_side_validations/blob/main/README.md)
25
25
 
26
26
  ## Usage ##
27
27
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module ClientSideValidations
4
4
  module Mongoid
5
- VERSION = '11.0.0'
5
+ VERSION = '11.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: 11.0.0
4
+ version: 11.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: 2021-02-07 00:00:00.000000000 Z
12
+ date: 2021-02-13 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: client_side_validations
@@ -20,7 +20,7 @@ dependencies:
20
20
  version: '15.0'
21
21
  - - "<"
22
22
  - !ruby/object:Gem::Version
23
- version: '18.0'
23
+ version: '19.0'
24
24
  type: :runtime
25
25
  prerelease: false
26
26
  version_requirements: !ruby/object:Gem::Requirement
@@ -30,7 +30,7 @@ dependencies:
30
30
  version: '15.0'
31
31
  - - "<"
32
32
  - !ruby/object:Gem::Version
33
- version: '18.0'
33
+ version: '19.0'
34
34
  - !ruby/object:Gem::Dependency
35
35
  name: mongoid
36
36
  requirement: !ruby/object:Gem::Requirement