logstash-filter-dateparts 1.0.2 → 1.0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c72afacb681fc5633732560ca60e1c854bcdc497
4
- data.tar.gz: c589a3c684a76f83d3abe5fc24b14f26db278c65
3
+ metadata.gz: f26d5ce5c38f0dcd166e4fea2332a3e645adf556
4
+ data.tar.gz: 3370cf49a6a992bae5bbec3729f415aef4fc1263
5
5
  SHA512:
6
- metadata.gz: 410aaf974feb62769bad735f606a69adc50402556e10f614a6e9027603b7d4ad627dc9ec5f40beb8cac81730dbf97b3424f8606c5c8c6b3796734fdf12c78a2e
7
- data.tar.gz: e3e25f205e2183398c4ca676c9e202b499fa57a5c539545074f80abc9e76270eb34f1fc32158eb92d31e95adec2f32f420c05d61a82012b59dfab0a2e2cffdcb
6
+ metadata.gz: f37b7c1edd9dd480f52d2fbef3b551cc84a4deefd748ea709638fda48855c4aabfd63842f3f40d8d7ed3c54053ab38c5a970037be8a4f035c2979b932121a2c3
7
+ data.tar.gz: 2f6c8b7154b14bc625d129eab81dfc0a4991dfaeae93741044e2dadf8695879477eb1122a6588c934509944f00eb1d89ce56251406d0f27d7533541c0020d04e
@@ -16,10 +16,10 @@
16
16
 
17
17
  Gem::Specification.new do |s|
18
18
  s.name = 'logstash-filter-dateparts'
19
- s.version = '1.0.2'
19
+ s.version = '1.0.3'
20
20
  s.licenses = ['Apache License (2.0)']
21
21
  s.summary = 'This dateparts fileter adds date information to your event based on your timestamp'
22
- 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. See <a href="https://github.com/mikebski/logstash-datepart-plugin">https://github.com/mikebski/logstash-datepart-plugin</a> for more details and documentation'
22
+ 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. See https://github.com/mikebski/logstash-datepart-plugin for more details and documentation'
23
23
  s.authors = ['Mike Baranski']
24
24
  s.email = 'mike.baranski@gmail.com'
25
25
  s.homepage = 'https://github.com/mikebski/logstash-datepart-plugin'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-filter-dateparts
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mike Baranski
@@ -46,7 +46,7 @@ dependencies:
46
46
  version: '0'
47
47
  description: This gem is a logstash plugin required to be installed on top of the
48
48
  Logstash core pipeline using $LS_HOME/bin/plugin install gemname. This gem is not
49
- a stand-alone program. See <a href="https://github.com/mikebski/logstash-datepart-plugin">https://github.com/mikebski/logstash-datepart-plugin</a>
49
+ a stand-alone program. See https://github.com/mikebski/logstash-datepart-plugin
50
50
  for more details and documentation
51
51
  email: mike.baranski@gmail.com
52
52
  executables: []