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 CHANGED
@@ -1,17 +1,8 @@
1
1
  # Overview
2
2
 
3
- ## 1.1.1
3
+ ## 1.1.0 (branch: master)
4
4
 
5
- ### Resolved Issues
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
@@ -13,7 +13,7 @@ Project Tracking
13
13
  Compatibility
14
14
  -------------
15
15
 
16
- Moped is tested against MRI 1.9.2, 1.9.3, 2.0.0, and JRuby (1.9).
16
+ Moped is tested against MRI 1.9.3, 2.0.0, and JRuby (1.9).
17
17
 
18
18
  Documentation
19
19
  -------------
@@ -44,10 +44,6 @@ module Moped
44
44
  end
45
45
  alias eql? ==
46
46
 
47
- def <=>(other)
48
- data <=> other.data
49
- end
50
-
51
47
  def hash
52
48
  data.hash
53
49
  end
@@ -90,7 +90,7 @@ module Moped
90
90
  reply.flags,
91
91
  reply.cursor_id,
92
92
  reply.offset,
93
- reply.count = @sock.read(36).unpack('l5<q<l2<')
93
+ reply.count = @sock.read(36).unpack('l<5q<l<2')
94
94
 
95
95
  if reply.count == 0
96
96
  reply.documents = []
data/lib/moped/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  # encoding: utf-8
2
2
  module Moped
3
- VERSION = "1.0.1"
3
+ VERSION = "1.1.0"
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.0.1
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-07-07 00:00:00.000000000 Z
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: 3108912104464983584
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: 3108912104464983584
129
+ hash: -1860902879259909617
130
130
  requirements: []
131
131
  rubyforge_project:
132
132
  rubygems_version: 1.8.24