logstash-filter-base64 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ed08434665ab980cba92946683cbe19f186270f7
4
- data.tar.gz: f619351d6eece6311d5fdcf981174717baf290b2
3
+ metadata.gz: 348fabd583a03a67d3f5b911cbed94b2a190e559
4
+ data.tar.gz: b3b24056737c5f6f93b2f3c77197efdd62a5c174
5
5
  SHA512:
6
- metadata.gz: a01a38501b51a136dc26b17c17f11b09786bca84ebb7be65a12798cfdbb58c7fc760008634a85833ffa9d22975f602f0362ad713dfa4c3b39d8a11890a4fe35d
7
- data.tar.gz: f3c819c7cf5e939947e060234243d2330ba8eb80c2899cfa7fda3ae5563f273b091f32257e751645b9cf6dbd4c45af30b23af1830e90f6cdc5587112673166f3
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.1'
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 $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program"
7
- s.authors = ["Elastic"]
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.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
- - Elastic
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 $LS_HOME/bin/logstash-plugin install gemname. This
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: []