fluent-plugin-mongo 0.6.10 → 0.6.11

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.
data/ChangeLog CHANGED
@@ -1,3 +1,9 @@
1
+ Release 0.6.11 - 2012/12/04
2
+
3
+ * Use buildInfo instead of serverStatus to check version
4
+ https://github.com/fluent/fluent-plugin-mongo/pull/20
5
+
6
+
1
7
  Release 0.6.10 - 2012/10/17
2
8
 
3
9
  * mongo-tail always flush STDOUT for pipeline usage.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.6.10
1
+ 0.6.11
@@ -221,7 +221,7 @@ class MongoOutput < BufferedOutput
221
221
 
222
222
  def mongod_version
223
223
  db = get_connection
224
- db.command('serverStatus' => 1)['version']
224
+ db.command('buildInfo' => 1)['version']
225
225
  end
226
226
  end
227
227
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-mongo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.10
4
+ version: 0.6.11
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-10-17 00:00:00.000000000 Z
12
+ date: 2012-12-04 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: fluentd
@@ -136,7 +136,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
136
136
  version: '0'
137
137
  segments:
138
138
  - 0
139
- hash: 2791894013534395416
139
+ hash: -452154936217966637
140
140
  required_rubygems_version: !ruby/object:Gem::Requirement
141
141
  none: false
142
142
  requirements:
@@ -145,7 +145,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
145
145
  version: '0'
146
146
  segments:
147
147
  - 0
148
- hash: 2791894013534395416
148
+ hash: -452154936217966637
149
149
  requirements: []
150
150
  rubyforge_project:
151
151
  rubygems_version: 1.8.23