logstash-output-google_cloud_storage 3.0.3 → 3.0.4
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 +5 -5
- data/CHANGELOG.md +3 -0
- data/docs/index.asciidoc +1 -1
- data/logstash-output-google_cloud_storage.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: 0cf8af9589beeacbd3a73a889dfe8d0397e25204
|
|
4
|
+
data.tar.gz: be2f8a97aa3858984669a37119803c79d213ae70
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 780e33a16e0df8a81e1554c9403c8bcfcbf65e2fc0a1327f4ef750e6b80fe694bd62265aec915438f8f71c5cea1a67e1609c08885c8a3dda6a3aa78f8866be35
|
|
7
|
+
data.tar.gz: af43a2d1f1f1f145ae638ff9df5fe122da4e8d8fa574170e4f5d11c9038f1246519e4e089a4665ab98a628a841be5e7c6e42e2080bc42cde27755e33aecbdb7c
|
data/CHANGELOG.md
CHANGED
data/docs/index.asciidoc
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = 'logstash-output-google_cloud_storage'
|
|
3
|
-
s.version = '3.0.
|
|
3
|
+
s.version = '3.0.4'
|
|
4
4
|
s.licenses = ['Apache License (2.0)']
|
|
5
5
|
s.summary = "plugin to upload log events to Google Cloud Storage (GCS)"
|
|
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/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-output-google_cloud_storage
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.4
|
|
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-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -100,9 +100,7 @@ dependencies:
|
|
|
100
100
|
- - ">="
|
|
101
101
|
- !ruby/object:Gem::Version
|
|
102
102
|
version: '0'
|
|
103
|
-
description: This gem is a Logstash plugin required to be installed on top of the
|
|
104
|
-
Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
|
|
105
|
-
gem is not a stand-alone program
|
|
103
|
+
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
|
|
106
104
|
email: info@elastic.co
|
|
107
105
|
executables: []
|
|
108
106
|
extensions: []
|
|
@@ -141,7 +139,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
141
139
|
version: '0'
|
|
142
140
|
requirements: []
|
|
143
141
|
rubyforge_project:
|
|
144
|
-
rubygems_version: 2.
|
|
142
|
+
rubygems_version: 2.4.8
|
|
145
143
|
signing_key:
|
|
146
144
|
specification_version: 4
|
|
147
145
|
summary: plugin to upload log events to Google Cloud Storage (GCS)
|