logstash-filter-cipher 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/logstash-filter-cipher.gemspec +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: be8c54122c94c0425d8f0e07dc1006c1eb15b9bf
|
4
|
+
data.tar.gz: c4755b499691a85428d9893f6f7875b4d28acf70
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f70e54ffce9a3d3fe4994a9ddec5091b95aad2d2e1ee6066629bed8ffb613fe4495537071a2c00daf8fc267f6edf9bfaa473af7018e98d4ca2d259a9748b250a
|
7
|
+
data.tar.gz: 99e2e589055ce7fcfd04f02aedd1678cf9e71550ac6abeba10883ad5b2bf5bb8933d9e13e18294da14bbd563fada78bc0cc5dc053a445c53b35079453642d07e
|
@@ -1,7 +1,7 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
|
3
3
|
s.name = 'logstash-filter-cipher'
|
4
|
-
s.version = '0.1.
|
4
|
+
s.version = '0.1.2'
|
5
5
|
s.licenses = ['Apache License (2.0)']
|
6
6
|
s.summary = "This filter parses a source and apply a cipher or decipher before storing it in the target"
|
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/plugin install gemname. This gem is not a stand-alone program"
|