moped 1.2.5 → 1.2.6

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of moped might be problematic. Click here for more details.

@@ -1,17 +1,16 @@
1
1
  # Overview
2
2
 
3
- ## 1.3.0 (branch: master)
3
+ ## 1.2.6
4
4
 
5
- ### New Features
5
+ ### Resolved Issues
6
+
7
+ * mongoid/mongoid\#2430 Don't include $orderby criteria in update calls.
6
8
 
7
9
  ## 1.2.5
8
10
 
9
11
  ### Resolved Issues
10
12
 
11
- *\#76 Fixed typo in database check on Node. (Mathieu Ravaux)
12
-
13
- * Sockets now set TCP `SO_LINGER` option to false to ensure connections that are no
14
- longer used get closed.
13
+ * \#76 Fixed typo in database check on Node. (Mathieu Ravaux)
15
14
 
16
15
  * \#75 Ensure that `Errno::EHOSTUNREACH` is also handled with other socket errors.
17
16
 
@@ -309,7 +309,7 @@ module Moped
309
309
  session.context.update(
310
310
  operation.database,
311
311
  operation.collection,
312
- operation.selector,
312
+ operation.selector["$query"] || operation.selector,
313
313
  change,
314
314
  flags: flags
315
315
  )
@@ -1,4 +1,4 @@
1
1
  # encoding: utf-8
2
2
  module Moped
3
- VERSION = "1.2.5"
3
+ VERSION = "1.2.6"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: moped
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.5
4
+ version: 1.2.6
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: 2012-09-24 00:00:00.000000000 Z
12
+ date: 2012-10-04 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: A MongoDB driver for Ruby.
15
15
  email:
@@ -85,7 +85,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
85
85
  version: '0'
86
86
  segments:
87
87
  - 0
88
- hash: -2442945706161969530
88
+ hash: 452106332214392784
89
89
  required_rubygems_version: !ruby/object:Gem::Requirement
90
90
  none: false
91
91
  requirements:
@@ -94,7 +94,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
94
94
  version: '0'
95
95
  segments:
96
96
  - 0
97
- hash: -2442945706161969530
97
+ hash: 452106332214392784
98
98
  requirements: []
99
99
  rubyforge_project:
100
100
  rubygems_version: 1.8.24