logstash-filter-base64 1.0.1 → 1.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 +4 -4
- data/logstash-filter-base64.gemspec +3 -3
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 348fabd583a03a67d3f5b911cbed94b2a190e559
|
|
4
|
+
data.tar.gz: b3b24056737c5f6f93b2f3c77197efdd62a5c174
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0da9fc47cddb5397e75a96d79bc5be85a4f384f0d652d0be008d2afb80290c5ada062dbcb3752e85e6957cce3684b52ea21dc0eea14062096af04a258ccae5db
|
|
7
|
+
data.tar.gz: d58c1259d8d64aaaf5d44a0badd0f7a4491627fdc2ce16ca4cd45420cb00922337a30724e9acb839ac06226d410d00f318559646640faaef4bf4809c200e8b10
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = 'logstash-filter-base64'
|
|
3
|
-
s.version = '1.0.
|
|
3
|
+
s.version = '1.0.2'
|
|
4
4
|
s.licenses = ['Apache License (2.0)']
|
|
5
5
|
s.summary = "This base64 filter help you encode and decode fields."
|
|
6
|
-
s.description = "This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using
|
|
7
|
-
s.authors = ["
|
|
6
|
+
s.description = "This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using `logstash-plugin install logstash-filter-base64`. This gem is not a stand-alone program"
|
|
7
|
+
s.authors = ["William Tisäter"]
|
|
8
8
|
s.email = 'william@defunct.cc'
|
|
9
9
|
s.homepage = "http://www.elastic.co/guide/en/logstash/current/index.html"
|
|
10
10
|
s.require_paths = ["lib"]
|
metadata
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: logstash-filter-base64
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
7
|
+
- William Tisäter
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
@@ -39,7 +39,7 @@ dependencies:
|
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: '0'
|
|
41
41
|
description: This gem is a Logstash plugin required to be installed on top of the
|
|
42
|
-
Logstash core pipeline using
|
|
42
|
+
Logstash core pipeline using `logstash-plugin install logstash-filter-base64`. This
|
|
43
43
|
gem is not a stand-alone program
|
|
44
44
|
email: william@defunct.cc
|
|
45
45
|
executables: []
|