moped 1.2.5 → 1.2.6
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.
Potentially problematic release.
This version of moped might be problematic. Click here for more details.
- data/CHANGELOG.md +5 -6
- data/lib/moped/query.rb +1 -1
- data/lib/moped/version.rb +1 -1
- metadata +4 -4
data/CHANGELOG.md
CHANGED
@@ -1,17 +1,16 @@
|
|
1
1
|
# Overview
|
2
2
|
|
3
|
-
## 1.
|
3
|
+
## 1.2.6
|
4
4
|
|
5
|
-
###
|
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
|
-
|
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
|
|
data/lib/moped/query.rb
CHANGED
data/lib/moped/version.rb
CHANGED
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.
|
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-
|
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:
|
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:
|
97
|
+
hash: 452106332214392784
|
98
98
|
requirements: []
|
99
99
|
rubyforge_project:
|
100
100
|
rubygems_version: 1.8.24
|