moped 1.0.1 → 1.1.0
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.
- data/CHANGELOG.md +2 -11
- data/README.md +1 -1
- data/lib/moped/bson/object_id.rb +0 -4
- data/lib/moped/connection.rb +1 -1
- data/lib/moped/version.rb +1 -1
- metadata +4 -4
data/CHANGELOG.md
CHANGED
@@ -1,17 +1,8 @@
|
|
1
1
|
# Overview
|
2
2
|
|
3
|
-
## 1.1.
|
3
|
+
## 1.1.0 (branch: master)
|
4
4
|
|
5
|
-
###
|
6
|
-
|
7
|
-
* mongoid/mongoid\#2175 Fixed sorting by object ids.
|
8
|
-
|
9
|
-
## 1.1.0
|
10
|
-
|
11
|
-
### Resolved Issues
|
12
|
-
|
13
|
-
* \#29 Fixed endian directives order. Moped will now work properly on
|
14
|
-
all architectures. This removes support for MRI 1.9.2. (Miguel Herranz)
|
5
|
+
### New Features
|
15
6
|
|
16
7
|
### Resolved Issues
|
17
8
|
|
data/README.md
CHANGED
data/lib/moped/bson/object_id.rb
CHANGED
data/lib/moped/connection.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.0
|
4
|
+
version: 1.1.0
|
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-06-30 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rspec
|
@@ -117,7 +117,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
117
117
|
version: '0'
|
118
118
|
segments:
|
119
119
|
- 0
|
120
|
-
hash:
|
120
|
+
hash: -1860902879259909617
|
121
121
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
122
122
|
none: false
|
123
123
|
requirements:
|
@@ -126,7 +126,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
126
126
|
version: '0'
|
127
127
|
segments:
|
128
128
|
- 0
|
129
|
-
hash:
|
129
|
+
hash: -1860902879259909617
|
130
130
|
requirements: []
|
131
131
|
rubyforge_project:
|
132
132
|
rubygems_version: 1.8.24
|