logstash-filter-translate 0.1.2 → 0.1.3
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 +8 -8
- data/.gitignore +2 -0
- data/logstash-filter-translate.gemspec +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
NzE0NjUzOWQ3ZTA3ZTg4NzQ0MDU5NzMxMDFhNWI2OTNiZGYxODljNw==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
N2YzYzY0YTc3MDllODJhZWU2MWM1NDllNzExYjg5YWI2NTMzNjM1OA==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
NDJkODA4NDRlNzBlYTcwYTQ5MWNmMzNmMWY1MzgxNjc5YTZkYmY3YjU5YTc4
|
|
10
|
+
ODdmYTc3YzVlYzg0OGYyYmM1MDAyNTU2OWMzNWIxYTI2ODNmOWRlZGQwZTE2
|
|
11
|
+
ZWUzOTVmZWZhNGJmYWFkYzlkZjdiNjliZjczNzczZDk0ZGY0M2U=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
NTk5ZDA4YjlhZjRmNTk1NWYwODE3ZjhiMzljZWQ0ZGE4NDIwODJjZWFmYTdm
|
|
14
|
+
N2U5MTdlNzFjODBmYjkyZDU2MThmYjZlMjQ3NzczNzI1ZjNkOTQ0ZDQ3ZTIw
|
|
15
|
+
YjY5YTczMmI0MjFkMDU4ZjhlMzIxM2Q0YzI3N2UwZTdiYjEzOTk=
|
data/.gitignore
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
|
|
3
3
|
s.name = 'logstash-filter-translate'
|
|
4
|
-
s.version = '0.1.
|
|
4
|
+
s.version = '0.1.3'
|
|
5
5
|
s.licenses = ['Apache License (2.0)']
|
|
6
6
|
s.summary = "A general search and replace tool which uses a configured hash and/or a YAML file to determine replacement values."
|
|
7
7
|
s.description = "A general search and replace tool which uses a configured hash and/or a YAML file to determine replacement values."
|