logstash-filter-date 3.1.8 → 3.1.9

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
- SHA1:
3
- metadata.gz: d6cd9867e86984ac9fc0d992bcc91cc3e97711f4
4
- data.tar.gz: eb4821ab76e781934be788ce6017669c84f600e9
2
+ SHA256:
3
+ metadata.gz: 40444de86ed7e0cf5c121ab67ab23ac5f8ac4bbdf304420f08357fa63c3dfc78
4
+ data.tar.gz: 246b81b5d0488893400a7b5123486e568ead05b7d84993c3b6e74e72438ef47a
5
5
  SHA512:
6
- metadata.gz: cc9006f75166e8a3d4d4b0ee36b3e533127a099fcb0e02dd377cbd104866ddb521ba1a6dd9a9dd198543c25d0ee3e4d1713d0354122b289bb4d10f3a4272f00b
7
- data.tar.gz: 32b087c8c816a0211e633ca3781505267551f3f17372b9a1a7e3830bb7a994da0e62af886dc0e8ef6a18b5057a82bfefe8922017225ef016b5bfb915bab2f0f6
6
+ metadata.gz: 55293954ef1ec2abf9b8d3d54fc6b060b9915cbce9f33e9bcb4f1c9e8b8d70baa62643ec4efa8258755c02af517bbbba79386cbd369256b6d025ddbd1f86c088
7
+ data.tar.gz: 69a030f350f9744569e908f7d3b01ebb69532a12102351fbeedb2dbed9499850e1b2ca33f3d657bbadb9ed6e78758802e2b4363f494180830296fb9b16b1994d
@@ -1,3 +1,6 @@
1
+ ## 3.1.9
2
+ - Update gemspec summary
3
+
1
4
  ## 3.1.8
2
5
  - Fix some documentation issues
3
6
 
@@ -1,9 +1,9 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-filter-date'
4
- s.version = '3.1.8'
4
+ s.version = '3.1.9'
5
5
  s.licenses = ['Apache License (2.0)']
6
- s.summary = "The date filter is used for parsing dates from fields, and then using that date or timestamp as the logstash timestamp for the event."
6
+ s.summary = "Parses dates from fields to use as the Logstash timestamp for an event"
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/logstash-plugin install gemname. This gem is not a stand-alone program"
8
8
  s.authors = ["Elastic"]
9
9
  s.email = 'info@elastic.co'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-filter-date
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.8
4
+ version: 3.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-08-15 00:00:00.000000000 Z
11
+ date: 2017-11-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -100,7 +100,9 @@ dependencies:
100
100
  - - ">="
101
101
  - !ruby/object:Gem::Version
102
102
  version: '0'
103
- 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
103
+ description: This gem is a Logstash plugin required to be installed on top of the
104
+ Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
105
+ gem is not a stand-alone program
104
106
  email: info@elastic.co
105
107
  executables: []
106
108
  extensions: []
@@ -142,10 +144,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
142
144
  version: '0'
143
145
  requirements: []
144
146
  rubyforge_project:
145
- rubygems_version: 2.4.8
147
+ rubygems_version: 2.6.11
146
148
  signing_key:
147
149
  specification_version: 4
148
- summary: The date filter is used for parsing dates from fields, and then using that date or timestamp as the logstash timestamp for the event.
150
+ summary: Parses dates from fields to use as the Logstash timestamp for an event
149
151
  test_files:
150
152
  - spec/filters/date_spec.rb
151
153
  - spec/fixtures/old_date_filter.rb