logstash-input-heroku 3.0.2 → 3.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: a84da17f67ec5f853ff45e34bd1cd3f775e44259
4
- data.tar.gz: 371e176ce1c12a71383c6d949fbae3c40b042996
2
+ SHA256:
3
+ metadata.gz: e646268d6aebc4eff02808e8b62535405417f2efacf7b7e03a2d4f29cc916e48
4
+ data.tar.gz: 0dc4538477bc79cad64df2ef642d886cc8055e529422d03e812b52cbb1f75a6e
5
5
  SHA512:
6
- metadata.gz: ac72a701211390149189dab8591193f37f1ac2505f1456f0abced56c85dfdd9f911cd267f3f028817290df208f29e95b534fdb37c113ea7a6e17c2946769ab4a
7
- data.tar.gz: 53a0bd1c9025e7f04eccbfdaf6f424593c8e7f33d116b7b5229ee22961d45338433c6a4d2a137c6cd474ff044bb22a00df58ca16e1ba377d19d3365423562359
6
+ metadata.gz: 8256a45d9ea841e85b1bce7e15dadf9f3fab1aca48c80579b995c1f514b1924606fa3b32e349ebbaab41a22a8e6324365aae0292d46644bbb09db3e378596693
7
+ data.tar.gz: ddd560f68b397cac2ffb2c27e1f63f7ee402c2399cded1e9bf7fa44849603c1fe11835e56430c3fe4f3a84b89d52b6774d95d566a462b9c6501e285ee4b85c58
@@ -1,3 +1,6 @@
1
+ ## 3.0.3
2
+ - Docs: Set the default_codec doc attribute.
3
+
1
4
  ## 3.0.2
2
5
  - Fix some documentation issues
3
6
 
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2012–2016 Elasticsearch <http://www.elastic.co>
1
+ Copyright (c) 2012-2018 Elasticsearch <http://www.elastic.co>
2
2
 
3
3
  Licensed under the Apache License, Version 2.0 (the "License");
4
4
  you may not use this file except in compliance with the License.
@@ -1,5 +1,6 @@
1
1
  :plugin: heroku
2
2
  :type: input
3
+ :default_codec: plain
3
4
 
4
5
  ///////////////////////////////////////////
5
6
  START - GENERATED VARIABLES, DO NOT EDIT!
@@ -63,4 +64,6 @@ the domain name `my-app-name.herokuapp.com`
63
64
 
64
65
 
65
66
  [id="plugins-{type}s-{plugin}-common-options"]
66
- include::{include_path}/{type}.asciidoc[]
67
+ include::{include_path}/{type}.asciidoc[]
68
+
69
+ :default_codec!:
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-input-heroku'
4
- s.version = '3.0.2'
4
+ s.version = '3.0.3'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Stream events from a heroku app's logs."
7
7
  s.description = "This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-input-heroku
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.2
4
+ version: 3.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-08-15 00:00:00.000000000 Z
11
+ date: 2018-04-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -72,7 +72,9 @@ dependencies:
72
72
  - - ">="
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
- description: This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program
75
+ description: This gem is a Logstash plugin required to be installed on top of the
76
+ Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
77
+ gem is not a stand-alone program
76
78
  email: info@elastic.co
77
79
  executables: []
78
80
  extensions: []
@@ -111,7 +113,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
111
113
  version: '0'
112
114
  requirements: []
113
115
  rubyforge_project:
114
- rubygems_version: 2.4.8
116
+ rubygems_version: 2.6.11
115
117
  signing_key:
116
118
  specification_version: 4
117
119
  summary: Stream events from a heroku app's logs.