logstash-filter-unicode-categories 1.0.0 → 1.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/logstash-filter-unicode-categories.gemspec +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f93ba287bbf7a155e86679600a142e03cddfb8ca67197f884039182a2cb15c39
|
4
|
+
data.tar.gz: 8f7c6d82c53cb843cd09aa0f04914822fa656bb55c112aa5fc422f90f0738464
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 49654a5a0bdb9fc69d2580ccf9263f5b0a96b4728cfca8bf9e694035e646215beb08f3af6fff4930c2a63901ba93acdee144170c8c0f887e56c593c20deefc61
|
7
|
+
data.tar.gz: f18ae5c7b39d2816f2d3abbfefd3807874f46300a25fe8c6af07e4b6297800a54f27268c3403db6bd8a66c2b71a1778fb6fe601c2d8c5480ffc08be9613d2430
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = 'logstash-filter-unicode-categories'
|
3
|
-
s.version = '1.
|
3
|
+
s.version = '1.1.0'
|
4
4
|
s.licenses = ['Apache-2.0']
|
5
5
|
s.summary = "This filter takes in a value to get unicode categories for."
|
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/logstash-plugin install gemname. This gem is not a stand-alone program"
|