logstash-filter-codec 0.0.1.alpha1 → 0.0.1.alpha2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/logstash-filter-codec.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6d7b1066cfe1dc33ba018dae6883a176e16230c1c97465d3f84dbf01b15db67b
|
4
|
+
data.tar.gz: 98adc87c3734f6ffca4fcbde5f8314a79d4735ea4db3b474d58e6bd0dc1bb90a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '096935e54fc8080cb0906d3e3ff1ae25a27e9ed3ab2009ec8f3aeded0d247e637f8bea05c05cc84cc805cccbfe4d2355981bccb96b0477e45465af566ee6926c'
|
7
|
+
data.tar.gz: 52bca80a3ee9184bab899b2101d1c0847475d2f436dd93b30f887d6b1b41d3df1913d758391e5472c36e8b77b450414b518a6702dba6fc0a9f77b6398c053af3
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = 'logstash-filter-codec'
|
3
|
-
s.version = '0.0.1.
|
3
|
+
s.version = '0.0.1.alpha2'
|
4
4
|
s.licenses = ['Apache License (2.0)']
|
5
5
|
s.summary = "This filter has a simple purpose of using a codec for encoding or encoding data"
|
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"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: logstash-filter-codec
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.1.
|
4
|
+
version: 0.0.1.alpha2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Elastic
|
@@ -112,7 +112,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
112
112
|
version: 1.3.1
|
113
113
|
requirements: []
|
114
114
|
rubyforge_project:
|
115
|
-
rubygems_version: 2.7.
|
115
|
+
rubygems_version: 2.7.9
|
116
116
|
signing_key:
|
117
117
|
specification_version: 4
|
118
118
|
summary: This filter has a simple purpose of using a codec for encoding or encoding
|