fluent-plugin-honeycomb 0.6.0 → 0.7.0
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.
- checksums.yaml +4 -4
- data/.travis.yml +1 -0
- data/fluent-plugin-honeycomb.gemspec +2 -2
- data/lib/fluent/plugin/out_honeycomb_version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c0220adc9f21a21835073995b17f178615d37a27b3acb3214d75d5dec98ed828
|
|
4
|
+
data.tar.gz: d29b2b17eaa1489f899f7f2dc90563a3ef829e99a674b2a280d43ede7f2d9d94
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3a528fc2ce0f6c5b6c9cda067b51762a555093649e98ef516e087701c54c84984986f9b213f82c327eaaca58c74c631c94a6d7b7df82221d0bf7ff3a4d16144b
|
|
7
|
+
data.tar.gz: 178c269a6913b2a078ca3913bff4e470908402c42e0ea9d723791b526a61ea717ee999b289dbdc3bbd2c9fbdb7b18250007bf742ac8eebda52c5d6bf6810c8ea
|
data/.travis.yml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Gem::Specification.new do |spec|
|
|
2
2
|
spec.name = 'fluent-plugin-honeycomb'
|
|
3
|
-
spec.version = '0.
|
|
3
|
+
spec.version = '0.7.0'
|
|
4
4
|
|
|
5
5
|
spec.summary = "Fluentd output plugin for Honeycomb.io"
|
|
6
6
|
spec.description = "Fluentd output plugin for Honeycomb.io"
|
|
@@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
|
|
|
15
15
|
end
|
|
16
16
|
spec.require_paths = ["lib"]
|
|
17
17
|
|
|
18
|
-
spec.required_ruby_version = '>= 2.
|
|
18
|
+
spec.required_ruby_version = '>= 2.0.0'
|
|
19
19
|
|
|
20
20
|
spec.add_runtime_dependency "fluentd", "~> 0.12"
|
|
21
21
|
spec.add_runtime_dependency "http", "< 3"
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
# Don't just call this VERSION, conflicts with global fluentd version constant
|
|
2
|
-
HONEYCOMB_PLUGIN_VERSION = "0.
|
|
2
|
+
HONEYCOMB_PLUGIN_VERSION = "0.7.0"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fluent-plugin-honeycomb
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.7.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- The Honeycomb.io Team
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2018-01-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: fluentd
|
|
@@ -191,7 +191,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
191
191
|
requirements:
|
|
192
192
|
- - ">="
|
|
193
193
|
- !ruby/object:Gem::Version
|
|
194
|
-
version: 2.
|
|
194
|
+
version: 2.0.0
|
|
195
195
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
196
196
|
requirements:
|
|
197
197
|
- - ">="
|
|
@@ -199,7 +199,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
199
199
|
version: '0'
|
|
200
200
|
requirements: []
|
|
201
201
|
rubyforge_project:
|
|
202
|
-
rubygems_version: 2.7.
|
|
202
|
+
rubygems_version: 2.7.4
|
|
203
203
|
signing_key:
|
|
204
204
|
specification_version: 4
|
|
205
205
|
summary: Fluentd output plugin for Honeycomb.io
|