logstash-filter-sleep 3.0.5 → 3.0.6

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: a9295000cc99ff300ee1c68c385f66098d67fc5f
4
- data.tar.gz: 7b552701cd1a2ea28e99d1c05e0770099a7fed0d
2
+ SHA256:
3
+ metadata.gz: 62572005567d9362dab1c559284e252a0b963e4490ce5e68ab955ae2e70f9eba
4
+ data.tar.gz: 9c848a0072baae2956408d2cb83beac06153da1200d473b8291b99101deb8e63
5
5
  SHA512:
6
- metadata.gz: 123409b6a011b14ec11ff19b44ec4c705581e9a08e51dfa9b94498fdefc53171cacbcd38a152144ae0be6a5780f7a16f6dd2cc1ed3a8969d9d6dddf7fdbd165f
7
- data.tar.gz: 20140d03e6863a23852f8d1b4b7d47d7b78ab2900ab8de43a1c49a1aa94039e8643f41275c168af015beefc602475051a2bfbf884773175f718ed1fb15ce017e
6
+ metadata.gz: b0010463da1af9d16b225d9e06dbfe6323dcdb21d7525b3576956ebbbc68bdb76e2cafa211ed8fc8c12b905dd23f9891143788f591186604bbe4d51cd50b542f
7
+ data.tar.gz: f7b612e96833d8266c7ed0dd9ca013eda971864e1607f84c47b2011ebf25de8833fda6e015f41c1c2032bcce1674b40f1061ca1a17d0dc840738162ed26cfee5
@@ -1,3 +1,6 @@
1
+ ## 3.0.6
2
+ - Update gemspec summary
3
+
1
4
  ## 3.0.5
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-sleep'
4
- s.version = '3.0.5'
4
+ s.version = '3.0.6'
5
5
  s.licenses = ['Apache License (2.0)']
6
- s.summary = "Sleep a given amount of time"
6
+ s.summary = "Sleeps for a specified time span"
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-sleep
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.5
4
+ version: 3.0.6
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: []
@@ -83,10 +85,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
83
85
  version: '0'
84
86
  requirements: []
85
87
  rubyforge_project:
86
- rubygems_version: 2.4.8
88
+ rubygems_version: 2.6.11
87
89
  signing_key:
88
90
  specification_version: 4
89
- summary: Sleep a given amount of time
91
+ summary: Sleeps for a specified time span
90
92
  test_files:
91
93
  - spec/filters/sleep_spec.rb
92
94
  - spec/spec_helper.rb