client_side_validations-mongoid 8.8.0 → 9.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: f1495d76c2e93e55994851bda54a786c253d3e251e939f28d5a7fb4fabd6d36f
4
- data.tar.gz: f5d275468080a95883b9205e852d9cc8bd534effc2e89eabefa0b83bbeaaa737
3
+ metadata.gz: f11face2f6330f4572dd81ccbb79f56739de15dbe36df1a78ad05bc387ddeecb
4
+ data.tar.gz: fe07fd0b86d29baa1821ba9ec36b3c499393f3970eb62b0dd81d652906630ed5
5
5
  SHA512:
6
- metadata.gz: 3390c6cfd36fd12498aba9362108d38d02127bb0d1e544c067cf365371bdb082e16ea3e0f4fabc3cd1654119bc6b42fd71baac9dff5fe02fc95c7762259efe06
7
- data.tar.gz: fb9c2adf7bc6aa13be137acfe6ab0e69132e073f80c124a46d46e2ab63e7280ac231c658d99d28e47be070a667ef303fe386cb7059e7a4b22c49d4988117b167
6
+ metadata.gz: d3c3c9551493d0f63541c28084d28973b6565a855ddfc9a5fca2d1451f48fa4af57d1514c107f66218d12c5ce3983b67a2d949080e24f6f4f6ba181424caab96
7
+ data.tar.gz: 06edaa2ff96302f4d84d0b8f1e2d48e8406458d9cbdce5bcfc10c8054be10fa94d62a857cf42a356d4361427b1a1162410b98901c132e96f288e312c670bd017
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## 9.0.0 / 2019-05-16
4
+
5
+ * [FEATURE] Add ClientSideValidations 15.0 compatibility
6
+ * [FEATURE] Drop Ruby 2.2 support
7
+ * [FEATURE] Drop ClientSideValidations < 15.0 compatibility
8
+ * [ENHANCEMENT] Update dependencies
9
+
3
10
  ## 8.8.0 / 2019-04-29
4
11
 
5
12
  * [FEATURE] Add ClientSideValidations 14.0 compatibility
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # ClientSideValidations-Mongoid #
2
2
 
3
- [![Gem Version](https://badge.fury.io/rb/client_side_validations-mongoid.svg)](http://badge.fury.io/rb/client_side_validations-mongoid)
3
+ [![Gem Version](https://badge.fury.io/rb/client_side_validations-mongoid.svg)](https://badge.fury.io/rb/client_side_validations-mongoid)
4
4
  [![Build Status](https://secure.travis-ci.org/DavyJonesLocker/client_side_validations-mongoid.svg?branch=master)](https://travis-ci.org/DavyJonesLocker/client_side_validations-mongoid)
5
5
  [![Dependency Status](https://gemnasium.com/DavyJonesLocker/client_side_validations-mongoid.svg)](https://gemnasium.com/DavyJonesLocker/client_side_validations-mongoid)
6
6
  [![Code Climate](https://codeclimate.com/github/DavyJonesLocker/client_side_validations-mongoid/badges/gpa.svg)](https://codeclimate.com/github/DavyJonesLocker/client_side_validations-mongoid)
@@ -49,7 +49,7 @@ Per-input options are done with `:validate`
49
49
 
50
50
  ## Versioning ##
51
51
 
52
- This gem follows [Semantic Versioning](http://semver.org)
52
+ This gem follows [Semantic Versioning](https://semver.org)
53
53
 
54
54
  ## Want to help? ##
55
55
 
@@ -63,4 +63,4 @@ on how to properly submit issues and pull requests.
63
63
 
64
64
  [@dockyard](https://twitter.com/dockyard)
65
65
 
66
- [Licensed under the MIT license](http://opensource.org/licenses/mit-license.php)
66
+ [Licensed under the MIT license](https://opensource.org/licenses/mit-license.php)
@@ -2,6 +2,6 @@
2
2
 
3
3
  module ClientSideValidations
4
4
  module Mongoid
5
- VERSION = '8.8.0'.freeze
5
+ VERSION = '9.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: 8.8.0
4
+ version: 9.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Geremia Taglialatela
@@ -9,28 +9,22 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2019-04-29 00:00:00.000000000 Z
12
+ date: 2019-05-16 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: client_side_validations
16
16
  requirement: !ruby/object:Gem::Requirement
17
17
  requirements:
18
- - - ">="
19
- - !ruby/object:Gem::Version
20
- version: '7.0'
21
- - - "<"
18
+ - - "~>"
22
19
  - !ruby/object:Gem::Version
23
- version: '15'
20
+ version: '15.0'
24
21
  type: :runtime
25
22
  prerelease: false
26
23
  version_requirements: !ruby/object:Gem::Requirement
27
24
  requirements:
28
- - - ">="
29
- - !ruby/object:Gem::Version
30
- version: '7.0'
31
- - - "<"
25
+ - - "~>"
32
26
  - !ruby/object:Gem::Version
33
- version: '15'
27
+ version: '15.0'
34
28
  - !ruby/object:Gem::Dependency
35
29
  name: mongoid
36
30
  requirement: !ruby/object:Gem::Requirement
@@ -175,14 +169,28 @@ dependencies:
175
169
  requirements:
176
170
  - - "~>"
177
171
  - !ruby/object:Gem::Version
178
- version: 0.67.2
172
+ version: 0.69.0
179
173
  type: :development
180
174
  prerelease: false
181
175
  version_requirements: !ruby/object:Gem::Requirement
182
176
  requirements:
183
177
  - - "~>"
184
178
  - !ruby/object:Gem::Version
185
- version: 0.67.2
179
+ version: 0.69.0
180
+ - !ruby/object:Gem::Dependency
181
+ name: rubocop-performance
182
+ requirement: !ruby/object:Gem::Requirement
183
+ requirements:
184
+ - - "~>"
185
+ - !ruby/object:Gem::Version
186
+ version: '1.3'
187
+ type: :development
188
+ prerelease: false
189
+ version_requirements: !ruby/object:Gem::Requirement
190
+ requirements:
191
+ - - "~>"
192
+ - !ruby/object:Gem::Version
193
+ version: '1.3'
186
194
  - !ruby/object:Gem::Dependency
187
195
  name: simplecov
188
196
  requirement: !ruby/object:Gem::Requirement
@@ -222,9 +230,9 @@ require_paths:
222
230
  - lib
223
231
  required_ruby_version: !ruby/object:Gem::Requirement
224
232
  requirements:
225
- - - ">="
233
+ - - "~>"
226
234
  - !ruby/object:Gem::Version
227
- version: '0'
235
+ version: '2.3'
228
236
  required_rubygems_version: !ruby/object:Gem::Requirement
229
237
  requirements:
230
238
  - - ">="