fluent-plugin-splunk-ex 1.0.1 → 1.0.2

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.
Files changed (2) hide show
  1. data/fluent-plugin-splunk-ex.gemspec +2 -2
  2. metadata +6 -4
@@ -2,11 +2,11 @@
2
2
 
3
3
  Gem::Specification.new do |gem|
4
4
  gem.name = "fluent-plugin-splunk-ex"
5
- gem.version = "1.0.1"
5
+ gem.version = "1.0.2"
6
6
 
7
7
  gem.authors = ["Trevor Gattis"]
8
8
  gem.email = "github@trevorgattis.com"
9
- gem.description = "Splunk output plugin for Fluent event collector"
9
+ gem.description = "Splunk output plugin for Fluent event collector. It supports reconnecting on socket failure as well as exporting the data as json or in key/value pairs"
10
10
  gem.homepage = "https://github.com/gtrevg/fluent-plugin-splunk-ex"
11
11
  gem.summary = gem.description
12
12
  gem.license = "APLv2"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-splunk-ex
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.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-04-14 00:00:00.000000000 Z
12
+ date: 2014-04-15 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: fluentd
@@ -107,7 +107,8 @@ dependencies:
107
107
  - - ! '>='
108
108
  - !ruby/object:Gem::Version
109
109
  version: '0'
110
- description: Splunk output plugin for Fluent event collector
110
+ description: Splunk output plugin for Fluent event collector. It supports reconnecting
111
+ on socket failure as well as exporting the data as json or in key/value pairs
111
112
  email: github@trevorgattis.com
112
113
  executables: []
113
114
  extensions: []
@@ -145,7 +146,8 @@ rubyforge_project:
145
146
  rubygems_version: 1.8.23
146
147
  signing_key:
147
148
  specification_version: 3
148
- summary: Splunk output plugin for Fluent event collector
149
+ summary: Splunk output plugin for Fluent event collector. It supports reconnecting
150
+ on socket failure as well as exporting the data as json or in key/value pairs
149
151
  test_files:
150
152
  - spec/out_splunk_ex_spec.rb
151
153
  - spec/spec_helper.rb