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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8138cd6ca1e9f12779f36bb584169c22908cfaf959d160d2cc749557ef3d6bda
4
- data.tar.gz: 5f1f4af9e18dac5dc798bc072728258f95f0b7220cd3e17b1466c5c20a55db74
3
+ metadata.gz: c0220adc9f21a21835073995b17f178615d37a27b3acb3214d75d5dec98ed828
4
+ data.tar.gz: d29b2b17eaa1489f899f7f2dc90563a3ef829e99a674b2a280d43ede7f2d9d94
5
5
  SHA512:
6
- metadata.gz: 86ad70b5484e9cbfb6c0ca7a51bf50190283a372674547b70a6d05a4a2eaa62ca5968c7257d126fccadf6bfe820a222db89c34aa8052a001e272eda3ded38ed4
7
- data.tar.gz: 85de3ad6302b8f91f990e84ff6011da8fb74cb05fee8434d8696e0f29b65177ef43754e017a694e565eadc0bd185ba9376d38aaa33b9e6c3d3add6c21cee9e8a
6
+ metadata.gz: 3a528fc2ce0f6c5b6c9cda067b51762a555093649e98ef516e087701c54c84984986f9b213f82c327eaaca58c74c631c94a6d7b7df82221d0bf7ff3a4d16144b
7
+ data.tar.gz: 178c269a6913b2a078ca3913bff4e470908402c42e0ea9d723791b526a61ea717ee999b289dbdc3bbd2c9fbdb7b18250007bf742ac8eebda52c5d6bf6810c8ea
@@ -1,6 +1,7 @@
1
1
  language: ruby
2
2
 
3
3
  rvm:
4
+ - 2.0
4
5
  - 2.1
5
6
  - 2.2
6
7
  - 2.3.1
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = 'fluent-plugin-honeycomb'
3
- spec.version = '0.6.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.1.0'
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.5.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.6.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: 2017-11-10 00:00:00.000000000 Z
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.1.0
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.2
202
+ rubygems_version: 2.7.4
203
203
  signing_key:
204
204
  specification_version: 4
205
205
  summary: Fluentd output plugin for Honeycomb.io