mongoriver 0.4.1 → 0.4.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -12,7 +12,7 @@ module Mongoriver
12
12
  return record["ops"]
13
13
  end
14
14
  refs_coll = conn.db('local').collection('oplog.refs')
15
- mongo_opts = {:sort => [['seq', 1]], :timeout => false}
15
+ mongo_opts = {:sort => [['seq', 1]]}
16
16
 
17
17
  refs = refs_coll.find({"_id.oid" => record['ref']}, mongo_opts).to_a
18
18
  refs.map { |r| r["ops"] }.flatten
@@ -1,3 +1,3 @@
1
1
  module Mongoriver
2
- VERSION = "0.4.1"
2
+ VERSION = "0.4.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mongoriver
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
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: 2014-09-16 00:00:00.000000000 Z
12
+ date: 2014-09-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: mongo