client_side_validations-mongoid 8.1.0 → 8.2.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 921b228a943c8d097157cb9afab7b8e5b1c3f2e3
4
- data.tar.gz: c8fda8f670c6bca9aab0e224bfd844c190d6db70
3
+ metadata.gz: cdda7a23c657676e14a6b1bc2c649d3b841d50ff
4
+ data.tar.gz: 7618125a5c7b3b5fea6c2751d79e798afd4a1b58
5
5
  SHA512:
6
- metadata.gz: a4da7460ebbc0197c8176f1c511d69b57cf994f598f457e7d5ebef68962bc35d4e809740dd81423bba15d20298a6f2fba6a8172bf8abe6d531b999d3c40de029
7
- data.tar.gz: 6ef71ea4db02bd4ad2849bfddcc83a97b1fd7eaa3a46de63b4ed3925fbb9aba8d44072a9f6be7a4b9e9340f501407b4bc2bf7aaab9a60195523bb8a720131827
6
+ metadata.gz: 86aeff6caf1d8a7ebdd97e1bc1a28458958a7caa43e58bcf987f55f910383dac3cd844fa8b36c0541b71a4cff5af2b4055bd5a76f77d1fea28b92a1b1271396a
7
+ data.tar.gz: ce3cd0b03aeffcef040ea0bc3528fee076b7495b0f2bc8e0e616c4556ed4448bd7b179afe1ac6c6de76ca37c99917b5503c2cebb69a0210bfd5a06a6d8f8513f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## 8.2.0 (2017-01-31)
4
+
5
+ * ClientSideValidations 9.0 compatibility
6
+ * Include license in the gem
7
+
3
8
  ## 8.1.0 (2017-01-22)
4
9
 
5
10
  * ClientSideValidations 8.0 compatibility
data/LICENSE.md ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2017 Geremia Taglialatela, Brian Cardarella
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
  module ClientSideValidations
3
3
  module Mongoid
4
- VERSION = '8.1.0'.freeze
4
+ VERSION = '8.2.0'.freeze
5
5
  end
6
6
  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.1.0
4
+ version: 8.2.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: 2017-01-22 00:00:00.000000000 Z
12
+ date: 2017-01-31 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: '7.0'
21
21
  - - "<"
22
22
  - !ruby/object:Gem::Version
23
- version: '9.0'
23
+ version: '10.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: '7.0'
31
31
  - - "<"
32
32
  - !ruby/object:Gem::Version
33
- version: '9.0'
33
+ version: '10.0'
34
34
  - !ruby/object:Gem::Dependency
35
35
  name: mongoid
36
36
  requirement: !ruby/object:Gem::Requirement
@@ -194,6 +194,7 @@ extensions: []
194
194
  extra_rdoc_files: []
195
195
  files:
196
196
  - CHANGELOG.md
197
+ - LICENSE.md
197
198
  - README.md
198
199
  - lib/client_side_validations/mongoid.rb
199
200
  - lib/client_side_validations/mongoid/presence.rb