logstash-filter-i18n 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-i18n.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: 4917b26760581604bda2554b3cff7caf2e3d9088
|
4
|
+
data.tar.gz: 585fecb74fa9d5c86c2dbe117b70397a2c214432
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 87422cbfeb1a98d5d1e7babe47daf1b62063715850941b4427a70d76ae81814310b55a548dec744c6c7104e25f1bb95535e4d7bd363211e0e591df6977b1a01d
|
7
|
+
data.tar.gz: 1e98433cdabe1c7882466d1475e83440fae931cc0a72cb005e91a7c22f850421b9ff583f5bd1b2c8a6a7ce564cc4339220e6a6abdcf402557da91604cc01ce10
|
@@ -1,7 +1,7 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
|
3
3
|
s.name = 'logstash-filter-i18n'
|
4
|
-
s.version = '0.1.
|
4
|
+
s.version = '0.1.2'
|
5
5
|
s.licenses = ['Apache License (2.0)']
|
6
6
|
s.summary = "The i18n filter allows you to remove special characters from a field"
|
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"
|