logstash-filter-clone 3.0.4 → 3.0.5

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
- SHA1:
3
- metadata.gz: c56045771d92ece605df4d399fcffccd99fe5d9f
4
- data.tar.gz: 74f68da9527c20876977c56785ea522f266539fa
2
+ SHA256:
3
+ metadata.gz: ffa4e32817b1eeb877e6c42fd9ab1c77b521592b3696891f7e465967cc0571e1
4
+ data.tar.gz: 68e68fdea4eb2e0656febb0ee356b8a37644f428b6c4c3c9d91bb4e6054c8cff
5
5
  SHA512:
6
- metadata.gz: cca11dfe1b82b22e318445680d49dbd21e73332f2e4da308e97ec382b1477ff15adc4ba75985691aa4c196b56efda375a277faf4fb154145a24deac0e1670535
7
- data.tar.gz: d524067575eead99a4d39028809878a4333e35c701ea9e41944e4f5a7f7bb7f5950784e8eb9cef1f6583dcadcdaeb8d603ab80b97295a7aa1d94c32f8af6233b
6
+ metadata.gz: ceda0dcf5d93138dbe80f9e8d1ab4d878603c02cd284dc2b9b7de8cf014fbd8c6347d6b5b116ee0a42c797e0b0035ca6e2cf88587dcd266e4efc1b37fb6e9e1a
7
+ data.tar.gz: 4e72c7188f9168ba87a00185eeedbb270964bead8c39139858d98a75c5b965d75161298b1dcda4a3c5115c931541e3ff277c7ed88507640a3581f56077981e29
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 3.0.5
2
+ - Update gemspec summary
3
+
1
4
  ## 3.0.4
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-clone'
4
- s.version = '3.0.4'
4
+ s.version = '3.0.5'
5
5
  s.licenses = ['Apache License (2.0)']
6
- s.summary = "The clone filter is for duplicating events."
6
+ s.summary = "Duplicates events"
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-clone
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.4
4
+ version: 3.0.5
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
@@ -44,7 +44,9 @@ dependencies:
44
44
  - - ">="
45
45
  - !ruby/object:Gem::Version
46
46
  version: '0'
47
- 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
47
+ description: This gem is a Logstash plugin required to be installed on top of the
48
+ Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
49
+ gem is not a stand-alone program
48
50
  email: info@elastic.co
49
51
  executables: []
50
52
  extensions: []
@@ -82,9 +84,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
82
84
  version: '0'
83
85
  requirements: []
84
86
  rubyforge_project:
85
- rubygems_version: 2.4.8
87
+ rubygems_version: 2.6.11
86
88
  signing_key:
87
89
  specification_version: 4
88
- summary: The clone filter is for duplicating events.
90
+ summary: Duplicates events
89
91
  test_files:
90
92
  - spec/filters/clone_spec.rb