logstash-codec-cloudfront 3.0.1 → 3.0.2
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-codec-cloudfront.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: 9154d3313158b4ee4b15d1061b017c43c5acb15e
|
|
4
|
+
data.tar.gz: be31b77cb80f5c6d4d82416e5207b4aa909c6616
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 781b5b86e9f51e1aea59b8b5d388e92ce1ecd0b3faadd329136e1a7e3e2ec56886e12d57e5f187d898ca68bc5277f016596cea3406b08c95c6947195a6fc4eb4
|
|
7
|
+
data.tar.gz: 79808b0699d403a9fd47bb65693727e07a17d4e7d7c9622b5f400f6262ec465c2342aa8c559655f6406733f5b78d085b66383141d731747c3d05ab9774bd2e42
|
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-codec-cloudfront'
|
|
4
|
-
s.version = '3.0.
|
|
4
|
+
s.version = '3.0.2'
|
|
5
5
|
s.licenses = ['Apache License (2.0)']
|
|
6
6
|
s.summary = "This codec may be used to decode (via inputs) cloudfront gziped files"
|
|
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-codec-cloudfront
|
|
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
|
|
@@ -58,9 +58,7 @@ dependencies:
|
|
|
58
58
|
- - ">="
|
|
59
59
|
- !ruby/object:Gem::Version
|
|
60
60
|
version: '0'
|
|
61
|
-
description: This gem is a Logstash plugin required to be installed on top of the
|
|
62
|
-
Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
|
|
63
|
-
gem is not a stand-alone program
|
|
61
|
+
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
|
|
64
62
|
email: info@elastic.co
|
|
65
63
|
executables: []
|
|
66
64
|
extensions: []
|
|
@@ -98,7 +96,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
98
96
|
version: '0'
|
|
99
97
|
requirements: []
|
|
100
98
|
rubyforge_project:
|
|
101
|
-
rubygems_version: 2.
|
|
99
|
+
rubygems_version: 2.4.8
|
|
102
100
|
signing_key:
|
|
103
101
|
specification_version: 4
|
|
104
102
|
summary: This codec may be used to decode (via inputs) cloudfront gziped files
|