moped 2.0.0.rc2 → 2.0.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.
- checksums.yaml +7 -0
- data/lib/moped/version.rb +1 -1
- metadata +38 -34
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 1ee6fb2a3b2395275c90d12e0cb85b544e1cf77c
|
4
|
+
data.tar.gz: 3593beca8c3839f69b0fb0e7a502160f30a59ac6
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: a746e180afb880cc3f88e81d2930344003d3dd2bac25442a10f940dbf06294c4beacf8d705309bd96aa7fd9a32e49646688c62fc31bf69fc0c02a5cb4dbb62c0
|
7
|
+
data.tar.gz: 49a996a976ed143fb515352f1b602b35f9d5bba27fe809a9546a8db3114286ab9ba001415d607aec2dcb1d0dc5be777581454218ddf8943006fc1cada8a371ab
|
data/lib/moped/version.rb
CHANGED
metadata
CHANGED
@@ -1,8 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: moped
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.0
|
5
|
-
prerelease: 6
|
4
|
+
version: 2.0.0
|
6
5
|
platform: ruby
|
7
6
|
authors:
|
8
7
|
- Durran Jordan
|
@@ -10,41 +9,50 @@ authors:
|
|
10
9
|
autorequire:
|
11
10
|
bindir: bin
|
12
11
|
cert_chain: []
|
13
|
-
date: 2014-06-
|
12
|
+
date: 2014-06-23 00:00:00.000000000 Z
|
14
13
|
dependencies:
|
15
14
|
- !ruby/object:Gem::Dependency
|
16
15
|
name: bson
|
17
|
-
requirement:
|
18
|
-
none: false
|
16
|
+
requirement: !ruby/object:Gem::Requirement
|
19
17
|
requirements:
|
20
18
|
- - "~>"
|
21
19
|
- !ruby/object:Gem::Version
|
22
20
|
version: '2.2'
|
23
21
|
type: :runtime
|
24
22
|
prerelease: false
|
25
|
-
version_requirements:
|
23
|
+
version_requirements: !ruby/object:Gem::Requirement
|
24
|
+
requirements:
|
25
|
+
- - "~>"
|
26
|
+
- !ruby/object:Gem::Version
|
27
|
+
version: '2.2'
|
26
28
|
- !ruby/object:Gem::Dependency
|
27
29
|
name: connection_pool
|
28
|
-
requirement:
|
29
|
-
none: false
|
30
|
+
requirement: !ruby/object:Gem::Requirement
|
30
31
|
requirements:
|
31
32
|
- - "~>"
|
32
33
|
- !ruby/object:Gem::Version
|
33
34
|
version: '2.0'
|
34
35
|
type: :runtime
|
35
36
|
prerelease: false
|
36
|
-
version_requirements:
|
37
|
+
version_requirements: !ruby/object:Gem::Requirement
|
38
|
+
requirements:
|
39
|
+
- - "~>"
|
40
|
+
- !ruby/object:Gem::Version
|
41
|
+
version: '2.0'
|
37
42
|
- !ruby/object:Gem::Dependency
|
38
43
|
name: optionable
|
39
|
-
requirement:
|
40
|
-
none: false
|
44
|
+
requirement: !ruby/object:Gem::Requirement
|
41
45
|
requirements:
|
42
46
|
- - "~>"
|
43
47
|
- !ruby/object:Gem::Version
|
44
48
|
version: 0.2.0
|
45
49
|
type: :runtime
|
46
50
|
prerelease: false
|
47
|
-
version_requirements:
|
51
|
+
version_requirements: !ruby/object:Gem::Requirement
|
52
|
+
requirements:
|
53
|
+
- - "~>"
|
54
|
+
- !ruby/object:Gem::Version
|
55
|
+
version: 0.2.0
|
48
56
|
description: A MongoDB driver for Ruby.
|
49
57
|
email:
|
50
58
|
- durran@gmail.com
|
@@ -52,38 +60,43 @@ executables: []
|
|
52
60
|
extensions: []
|
53
61
|
extra_rdoc_files: []
|
54
62
|
files:
|
63
|
+
- CHANGELOG.md
|
64
|
+
- LICENSE
|
65
|
+
- README.md
|
66
|
+
- lib/moped.rb
|
55
67
|
- lib/moped/address.rb
|
56
68
|
- lib/moped/authenticatable.rb
|
57
69
|
- lib/moped/cluster.rb
|
58
70
|
- lib/moped/collection.rb
|
71
|
+
- lib/moped/connection.rb
|
59
72
|
- lib/moped/connection/manager.rb
|
73
|
+
- lib/moped/connection/socket.rb
|
60
74
|
- lib/moped/connection/socket/connectable.rb
|
61
75
|
- lib/moped/connection/socket/ssl.rb
|
62
76
|
- lib/moped/connection/socket/tcp.rb
|
63
|
-
- lib/moped/connection/socket.rb
|
64
77
|
- lib/moped/connection/sockets.rb
|
65
|
-
- lib/moped/connection.rb
|
66
78
|
- lib/moped/cursor.rb
|
67
79
|
- lib/moped/database.rb
|
68
80
|
- lib/moped/errors.rb
|
69
81
|
- lib/moped/executable.rb
|
82
|
+
- lib/moped/failover.rb
|
70
83
|
- lib/moped/failover/disconnect.rb
|
71
84
|
- lib/moped/failover/ignore.rb
|
72
85
|
- lib/moped/failover/reconfigure.rb
|
73
86
|
- lib/moped/failover/retry.rb
|
74
|
-
- lib/moped/failover.rb
|
75
87
|
- lib/moped/indexes.rb
|
88
|
+
- lib/moped/instrumentable.rb
|
76
89
|
- lib/moped/instrumentable/log.rb
|
77
90
|
- lib/moped/instrumentable/noop.rb
|
78
|
-
- lib/moped/instrumentable.rb
|
79
91
|
- lib/moped/loggable.rb
|
80
92
|
- lib/moped/node.rb
|
93
|
+
- lib/moped/operation.rb
|
81
94
|
- lib/moped/operation/read.rb
|
82
95
|
- lib/moped/operation/write.rb
|
83
|
-
- lib/moped/
|
96
|
+
- lib/moped/protocol.rb
|
84
97
|
- lib/moped/protocol/command.rb
|
85
|
-
- lib/moped/protocol/commands/authenticate.rb
|
86
98
|
- lib/moped/protocol/commands.rb
|
99
|
+
- lib/moped/protocol/commands/authenticate.rb
|
87
100
|
- lib/moped/protocol/delete.rb
|
88
101
|
- lib/moped/protocol/get_more.rb
|
89
102
|
- lib/moped/protocol/insert.rb
|
@@ -92,51 +105,42 @@ files:
|
|
92
105
|
- lib/moped/protocol/query.rb
|
93
106
|
- lib/moped/protocol/reply.rb
|
94
107
|
- lib/moped/protocol/update.rb
|
95
|
-
- lib/moped/protocol.rb
|
96
108
|
- lib/moped/query.rb
|
109
|
+
- lib/moped/read_preference.rb
|
97
110
|
- lib/moped/read_preference/nearest.rb
|
98
111
|
- lib/moped/read_preference/primary.rb
|
99
112
|
- lib/moped/read_preference/primary_preferred.rb
|
100
113
|
- lib/moped/read_preference/secondary.rb
|
101
114
|
- lib/moped/read_preference/secondary_preferred.rb
|
102
115
|
- lib/moped/read_preference/selectable.rb
|
103
|
-
- lib/moped/read_preference.rb
|
104
116
|
- lib/moped/readable.rb
|
105
117
|
- lib/moped/session.rb
|
106
118
|
- lib/moped/uri.rb
|
107
119
|
- lib/moped/version.rb
|
120
|
+
- lib/moped/write_concern.rb
|
108
121
|
- lib/moped/write_concern/propagate.rb
|
109
122
|
- lib/moped/write_concern/unverified.rb
|
110
|
-
- lib/moped/write_concern.rb
|
111
|
-
- lib/moped.rb
|
112
|
-
- CHANGELOG.md
|
113
|
-
- LICENSE
|
114
|
-
- README.md
|
115
123
|
homepage: http://mongoid.org/en/moped
|
116
124
|
licenses: []
|
125
|
+
metadata: {}
|
117
126
|
post_install_message:
|
118
127
|
rdoc_options: []
|
119
128
|
require_paths:
|
120
129
|
- lib
|
121
130
|
required_ruby_version: !ruby/object:Gem::Requirement
|
122
|
-
none: false
|
123
131
|
requirements:
|
124
132
|
- - ">="
|
125
133
|
- !ruby/object:Gem::Version
|
126
134
|
version: '0'
|
127
|
-
segments:
|
128
|
-
- 0
|
129
|
-
hash: -292203821969069664
|
130
135
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
131
|
-
none: false
|
132
136
|
requirements:
|
133
|
-
- - "
|
137
|
+
- - ">="
|
134
138
|
- !ruby/object:Gem::Version
|
135
|
-
version:
|
139
|
+
version: '0'
|
136
140
|
requirements: []
|
137
141
|
rubyforge_project:
|
138
|
-
rubygems_version:
|
142
|
+
rubygems_version: 2.2.2
|
139
143
|
signing_key:
|
140
|
-
specification_version:
|
144
|
+
specification_version: 4
|
141
145
|
summary: A MongoDB driver for Ruby.
|
142
146
|
test_files: []
|