mongoid 3.0.18 → 3.0.19

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,6 +3,10 @@
3
3
  For instructions on upgrading to newer versions, visit
4
4
  [mongoid.org](http://mongoid.org/en/mongoid/docs/upgrading.html).
5
5
 
6
+ ## 3.0.19
7
+
8
+ * Released to revert the changes in \#2703.
9
+
6
10
  ## 3.0.18
7
11
 
8
12
  ### Resolved Issues
@@ -30,7 +30,7 @@ module Mongoid
30
30
  begin
31
31
  document.begin_validate
32
32
  valid = Array.wrap(value).collect do |doc|
33
- if doc.nil? || !doc.changed?
33
+ if doc.nil?
34
34
  true
35
35
  else
36
36
  doc.validated? ? true : doc.valid?
@@ -1,4 +1,4 @@
1
1
  # encoding: utf-8
2
2
  module Mongoid
3
- VERSION = "3.0.18"
3
+ VERSION = "3.0.19"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mongoid
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.18
4
+ version: 3.0.19
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-01-20 00:00:00.000000000 Z
12
+ date: 2013-01-23 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activemodel