logstash-filter-alter 0.1.2 → 0.1.3

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: 7667dc8abf87956d2e8226f5332cd222d0488da8
4
- data.tar.gz: 12cc2193511a183e412bae9ed17202d56665f336
3
+ metadata.gz: 7ccf52cbcc190154326f5b420884b4aa0f2c971f
4
+ data.tar.gz: 424341447b3fa7896fbb4a2b8c7e842b44037186
5
5
  SHA512:
6
- metadata.gz: 5e0c40f715944a0a5b25a29223115f4fcee9af68a6d099ae6b1d8d7e441429e0ab189eb2cbdafbd2413ffaafb090d1676e9f619c340fa8a4b0345ca7dd2a88bd
7
- data.tar.gz: ff82bf5b6045721ca787f84feb9d9f1b92aa690724661300afe55a136cbcd8101be256d29fff7286a4f56e2cfa3493d0b3434e3f030c4c98c2c8ebb3c02030b9
6
+ metadata.gz: f3415d3d0630b67015860ed32a1a5bb31558805c547fed657fda82c8196ccbb3ec5fe12cfc2eba30624555e9a1643122bbd852ea72a243d3e1c562ded657cb82
7
+ data.tar.gz: 5047a18f0f3c422b7260fe59b6fb29222de1a48a719a03ef773434b01cf842c9f6aadcfefaab0e9d9e4c1ada67350f55e12165d4a06c7ef75133729f770235f0
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-filter-alter'
4
- s.version = '0.1.2'
4
+ s.version = '0.1.3'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "The alter filter allows you to do general alterations to fields that are not included in the normal mutate filter"
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"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-filter-alter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elasticsearch