logstash-filter-date 3.1.7 → 3.1.8

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: fa8dba70e5fcdf7e55cab938957876b23729093a
4
- data.tar.gz: 3361908b485cc02d455c1ca4b2b23e6c6bbc599d
3
+ metadata.gz: d6cd9867e86984ac9fc0d992bcc91cc3e97711f4
4
+ data.tar.gz: eb4821ab76e781934be788ce6017669c84f600e9
5
5
  SHA512:
6
- metadata.gz: 60e629d7a7dde483331a3a4517b8a3eb0e970ef1913f9624f3f8a82ed1f3f00c7d82ad45541409bafb6bae86e19bdc4975a1ddba2aee31c70e81d0816a7f4db7
7
- data.tar.gz: ad2b9902fd2b0ac75c31c5d4408ce3649d317374e745229981d02b6d0a4a1a74b07ada625e0da64da4058bbc237269941d6823990c9de53fc76cef3a123b9af4
6
+ metadata.gz: cc9006f75166e8a3d4d4b0ee36b3e533127a099fcb0e02dd377cbd104866ddb521ba1a6dd9a9dd198543c25d0ee3e4d1713d0354122b289bb4d10f3a4272f00b
7
+ data.tar.gz: 32b087c8c816a0211e633ca3781505267551f3f17372b9a1a7e3830bb7a994da0e62af886dc0e8ef6a18b5057a82bfefe8922017225ef016b5bfb915bab2f0f6
@@ -1,3 +1,6 @@
1
+ ## 3.1.8
2
+ - Fix some documentation issues
3
+
1
4
  ## 3.1.6
2
5
  - Fix #97 With "ISO8601" format and timezone interpolation, Joda complains at plugin startup
3
6
  - Fix skipped DST test, caused by incorrect year guess logic, see comment in test spec/filters/date_spec.rb:540
@@ -12,7 +12,7 @@ START - GENERATED VARIABLES, DO NOT EDIT!
12
12
  END - GENERATED VARIABLES, DO NOT EDIT!
13
13
  ///////////////////////////////////////////
14
14
 
15
- [id="plugins-{type}-{plugin}"]
15
+ [id="plugins-{type}s-{plugin}"]
16
16
 
17
17
  === Date filter plugin
18
18
 
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-filter-date'
4
- s.version = '3.1.7'
4
+ s.version = '3.1.8'
5
5
  s.licenses = ['Apache License (2.0)']
6
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."
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"
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.7
4
+ version: 3.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-06-23 00:00:00.000000000 Z
11
+ date: 2017-08-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement