logstash-input-gcs 2.0.6 → 2.0.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/logstash/inputs/gcs.rb +1 -1
- data/logstash-input-gce.gemspec +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8c30104680fb938a31d7927d983397cec576a95b
|
4
|
+
data.tar.gz: 155e36e89649fe2413ecc0cc3f054d31ad1298ec
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 391052f2bb6a8da3cc4d2a47f5b74ae2c5f3c54a7dc5127bd6f6548dcb21449ccd0d1dd9b2ea07e4a5b512bce918f1cc1d8efe35bae25077a8050dede9fb6573
|
7
|
+
data.tar.gz: 1b4354a7773d7f5404d38475c6c9dcc81d99c2af3729b5b73120c0a2f5d1984c437e61f5706ff0cb20c99a9e237ed7b5283ec0461be2fb60c0193f356c130cb8
|
data/lib/logstash/inputs/gcs.rb
CHANGED
data/logstash-input-gce.gemspec
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = 'logstash-input-gcs'
|
3
|
-
s.version = '2.0.
|
3
|
+
s.version = '2.0.7'
|
4
4
|
s.licenses = ['Apache License (2.0)']
|
5
5
|
s.summary = "This example input streams a string at a definable interval."
|
6
6
|
s.description = "This gem is a logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/plugin install gemname. This gem is not a stand-alone program"
|