logstash-filter-codec 0.0.1.alpha1 → 0.0.1.alpha2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 10cea57aef9654ea15dd074463b3fdd781e6f2ecd30271f11c4d8aeeb4faa0fc
4
- data.tar.gz: 823e5146763f7a7ff04ebc6eca4eeda6a2dd5a6384c58518b9a5205e9794d236
3
+ metadata.gz: 6d7b1066cfe1dc33ba018dae6883a176e16230c1c97465d3f84dbf01b15db67b
4
+ data.tar.gz: 98adc87c3734f6ffca4fcbde5f8314a79d4735ea4db3b474d58e6bd0dc1bb90a
5
5
  SHA512:
6
- metadata.gz: 2949593dfecb1125a22dae86afe4f1a791ace9aef38a534e01ae882506e6366a5440549d7786b92e1f26ff76008875cabef5b0955a0741c3a303a1f14bae826b
7
- data.tar.gz: 7a9993cb9adf39b74e05968115d0e106b0bae5a0a940cc2790fd19261095587e5c411daac101b137e500ce0f050f790bda2401b1409f3485a3e2e202ddbdb79e
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.alpha1'
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.alpha1
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.10
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