mongo_odm 0.2.13 → 0.2.14

Sign up to get free protection for your applications and to get access to all the features.
@@ -41,6 +41,7 @@ module MongoODM
41
41
  def _merge_criteria(criteria)
42
42
  @_selector.rmerge!(criteria._selector)
43
43
  @_opts.rmerge!(criteria._opts)
44
+ @_cursor = nil
44
45
  _set_cursor
45
46
  self
46
47
  end
@@ -2,6 +2,6 @@
2
2
  module MongoODM
3
3
  VERSION_MAJOR = "0"
4
4
  VERSION_MINOR = "2"
5
- VERSION_BUILD = "13"
5
+ VERSION_BUILD = "14"
6
6
  VERSION = "#{VERSION_MAJOR}.#{VERSION_MINOR}.#{VERSION_BUILD}"
7
7
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: mongo_odm
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.2.13
5
+ version: 0.2.14
6
6
  platform: ruby
7
7
  authors:
8
8
  - Carlos Paramio