logstash-filter-date 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/logstash-filter-date.gemspec +1 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 331f7996273736e423187c426637944c0fc3c85c
4
- data.tar.gz: bb17b335910d90219831c565f34de107f0a16f56
3
+ metadata.gz: a3220782531fdb4998fbecc6913dcb3d5cad8419
4
+ data.tar.gz: 92a10ac034235e59da6589c322bd248666fa22d5
5
5
  SHA512:
6
- metadata.gz: 62e65449fe75ae789c79e637f91f600a6be2a2d1f474252c5e536be7d9438635569046c97ae495c146fa1477813f1c1538ef9bd870b9ca9f5953c29274fef1f1
7
- data.tar.gz: da8ba2fe277640599556a2c4b9d3c627fc19af96190b5b6337c46126854008229c1919f87e1881307a946e9a2c8143d9d2cd5c1db2ae6886b90a4ec53c389a8f
6
+ metadata.gz: f6b3b1f6e8f7d4ce0cbf6e40b039832ccfac7212cd5832e42691ba59b102cf250574ac869b12510119c19db7a0fcdffaa2c10dbb083fdf038b6c042da74083aa
7
+ data.tar.gz: 50bf360f1d55e8f2fa216159881b4c29c57c7fbd561cd215ce965ed9501d11f39fc2d571ab867ccfae16874e32ee3efa00b592136360421bf882667bc6fc5948
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-filter-date'
4
- s.version = '0.1.1'
4
+ s.version = '0.1.2'
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/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-date
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elasticsearch