fluent-plugin-scribe 0.10.9 → 0.10.10

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/README.rdoc CHANGED
@@ -92,6 +92,7 @@ Then please execute the sample client.
92
92
 
93
93
  * {Satoshi Tagomori}[https://github.com/tagomoris]
94
94
  * {Sadayuki Furuhashi}[https://github.com/frsyuki]
95
+ * {Ken Robertson}[https://github.com/krobertson]
95
96
 
96
97
  == Copyright
97
98
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.10.9
1
+ 0.10.10
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "fluent-plugin-scribe"
8
- s.version = "0.10.9"
8
+ s.version = "0.10.10"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Kazuki Ohta"]
12
- s.date = "2012-05-30"
12
+ s.date = "2013-02-06"
13
13
  s.email = "kazuki.ohta@gmail.com"
14
14
  s.executables = ["fluent-scribe-remote"]
15
15
  s.extra_rdoc_files = [
@@ -97,7 +97,7 @@ class ScribeOutput < BufferedOutput
97
97
  entries << entry
98
98
  end
99
99
 
100
- $log.info "Writing #{entries.count} entries to scribe"
100
+ $log.debug "Writing #{entries.count} entries to scribe"
101
101
  client.Log(entries)
102
102
  ensure
103
103
  transport.close
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-scribe
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.9
4
+ version: 0.10.10
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-05-30 00:00:00.000000000 Z
12
+ date: 2013-02-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: fluentd