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 +5 -5
- data/CHANGELOG.md +3 -0
- data/docs/index.asciidoc +1 -1
- data/logstash-input-heroku.gemspec +1 -1
- metadata +4 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: a84da17f67ec5f853ff45e34bd1cd3f775e44259
|
4
|
+
data.tar.gz: 371e176ce1c12a71383c6d949fbae3c40b042996
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ac72a701211390149189dab8591193f37f1ac2505f1456f0abced56c85dfdd9f911cd267f3f028817290df208f29e95b534fdb37c113ea7a6e17c2946769ab4a
|
7
|
+
data.tar.gz: 53a0bd1c9025e7f04eccbfdaf6f424593c8e7f33d116b7b5229ee22961d45338433c6a4d2a137c6cd474ff044bb22a00df58ca16e1ba377d19d3365423562359
|
data/CHANGELOG.md
CHANGED
data/docs/index.asciidoc
CHANGED
@@ -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.
|
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.
|
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-
|
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.
|
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.
|