logstash-input-heroku 3.0.1 → 3.0.2

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
- SHA256:
3
- metadata.gz: 9ea6432d2d23cde77572570c05aef5c1890948585b50f155659e474496e70b11
4
- data.tar.gz: 3cf8ce8ae765439edfadb345a723fec082938ea35a4d43ad7597cb04f3e0286b
2
+ SHA1:
3
+ metadata.gz: a84da17f67ec5f853ff45e34bd1cd3f775e44259
4
+ data.tar.gz: 371e176ce1c12a71383c6d949fbae3c40b042996
5
5
  SHA512:
6
- metadata.gz: 8b36fae381717eebb357ab74f80a6f52ea750e56126b0ac1125f2f158615ae82ab11d2d50ccf311ccae78577429a1813b917945d4f7674e628e1545f30f6aeca
7
- data.tar.gz: c44a31d7821f8e70b329c2e5bab47cb1cd56d72ba2c7a5285bf7d58913475b4ca1a16514467a6360169c94aac3c9f9fb55fae694df90c666a90e56a91d5025e5
6
+ metadata.gz: ac72a701211390149189dab8591193f37f1ac2505f1456f0abced56c85dfdd9f911cd267f3f028817290df208f29e95b534fdb37c113ea7a6e17c2946769ab4a
7
+ data.tar.gz: 53a0bd1c9025e7f04eccbfdaf6f424593c8e7f33d116b7b5229ee22961d45338433c6a4d2a137c6cd474ff044bb22a00df58ca16e1ba377d19d3365423562359
@@ -1,3 +1,6 @@
1
+ ## 3.0.2
2
+ - Fix some documentation issues
3
+
1
4
  # 3.0.0
2
5
  - Breaking: depend on logstash-core-plugin-api between 1.60 and 2.99
3
6
 
@@ -12,7 +12,7 @@ START - GENERATED VARIABLES, DO NOT EDIT!
12
12
  END - GENERATED VARIABLES, DO NOT EDIT!
13
13
  ///////////////////////////////////////////
14
14
 
15
- [id="plugins-{type}-{plugin}"]
15
+ [id="plugins-{type}s-{plugin}"]
16
16
 
17
17
  === Heroku input plugin
18
18
 
@@ -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.1'
4
+ s.version = '3.0.2'
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.1
4
+ version: 3.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-06-23 00:00:00.000000000 Z
11
+ date: 2017-08-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -72,9 +72,7 @@ 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
76
- Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
77
- gem is not a stand-alone program
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
78
76
  email: info@elastic.co
79
77
  executables: []
80
78
  extensions: []
@@ -113,7 +111,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
113
111
  version: '0'
114
112
  requirements: []
115
113
  rubyforge_project:
116
- rubygems_version: 2.6.11
114
+ rubygems_version: 2.4.8
117
115
  signing_key:
118
116
  specification_version: 4
119
117
  summary: Stream events from a heroku app's logs.