logstash-filter-dateparts 1.0.1 → 1.0.2

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: 33cf94bc5fd3d17534ddbe214995d6c12be21bc1
4
- data.tar.gz: 9d739bcdf20a4fa96f7e0e12d4abd70acc8bc8e7
3
+ metadata.gz: c72afacb681fc5633732560ca60e1c854bcdc497
4
+ data.tar.gz: c589a3c684a76f83d3abe5fc24b14f26db278c65
5
5
  SHA512:
6
- metadata.gz: 3ac9fde7bb05e829c2efbc8e4a68a9d56f8131dab41a27373c8f1049f2a430c3e9ce83e4731abd5d8ba2325805b4f8819413535bc9fe65f7605bb10cc71ac1e4
7
- data.tar.gz: 90023942bb0fc306576a1efef2f97e25fe14e0b159bb7f67dcf21fb21418561fd112c3085785534cc56f03a1c2bcf8d13a727af72ebb83de29b2e5a99a6200b0
6
+ metadata.gz: 410aaf974feb62769bad735f606a69adc50402556e10f614a6e9027603b7d4ad627dc9ec5f40beb8cac81730dbf97b3424f8606c5c8c6b3796734fdf12c78a2e
7
+ data.tar.gz: e3e25f205e2183398c4ca676c9e202b499fa57a5c539545074f80abc9e76270eb34f1fc32158eb92d31e95adec2f32f420c05d61a82012b59dfab0a2e2cffdcb
@@ -16,13 +16,13 @@
16
16
 
17
17
  Gem::Specification.new do |s|
18
18
  s.name = 'logstash-filter-dateparts'
19
- s.version = '1.0.1'
19
+ s.version = '1.0.2'
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 https://github.com/mikebski/logstash-datepart-plugin 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 <a href="https://github.com/mikebski/logstash-datepart-plugin">https://github.com/mikebski/logstash-datepart-plugin</a> for more details and documentation'
23
23
  s.authors = ['Mike Baranski']
24
24
  s.email = 'mike.baranski@gmail.com'
25
- s.homepage = 'http://mikeski.net'
25
+ s.homepage = 'https://github.com/mikebski/logstash-datepart-plugin'
26
26
  s.require_paths = ['lib']
27
27
 
28
28
  # Files
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.1
4
+ version: 1.0.2
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 https://github.com/mikebski/logstash-datepart-plugin
49
+ a stand-alone program. See <a href="https://github.com/mikebski/logstash-datepart-plugin">https://github.com/mikebski/logstash-datepart-plugin</a>
50
50
  for more details and documentation
51
51
  email: mike.baranski@gmail.com
52
52
  executables: []
@@ -61,7 +61,7 @@ files:
61
61
  - logstash-filter-dateparts.gemspec
62
62
  - spec/filters/dateparts_spec.rb
63
63
  - spec/spec_helper.rb
64
- homepage: http://mikeski.net
64
+ homepage: https://github.com/mikebski/logstash-datepart-plugin
65
65
  licenses:
66
66
  - Apache License (2.0)
67
67
  metadata: