logstash-output-stdout 3.1.2 → 3.1.3

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: 04a8b685e12a85559df85983b2b8798b06f3809b
4
- data.tar.gz: a8f0b15959adff11a3b41afcccb341c191e0bc55
2
+ SHA256:
3
+ metadata.gz: e0d6a050662f8603b35ea5ccc069d75553cc0cd10798622a88956bd5c47ae2cf
4
+ data.tar.gz: af717c82c016a31e75ec943c2b2f4e14434110d28f167a4bdbcf46310ad36a57
5
5
  SHA512:
6
- metadata.gz: afa9b1bd3f8492cc16916e11c75c1a29e8026e73bb5722531d1a2bdbda16edec5bee978624196efe8f9f736b1d09bca460cfb5104b40912150e9e9b3b1fd8e50
7
- data.tar.gz: dbfe2f30d885d922c7524c6e40cee69cb48176f1611f1bec4eed3710c1d85b93572b755e3f478106c1faed2df027175589bba25be7c1831240ec6e3e778240cb
6
+ metadata.gz: a56bffaf635990c445e78803e6605671f69300ce665ef965662f1b6cfb19608af8b0333117fa06244f364b544f26d055db75090c094c6de0e050978fe98cb4b3
7
+ data.tar.gz: 2d5a13cf8e94605b006497f3f0118be4fa30c19daa1ac721852682277c288cc28ccffc5e9023dfdd58b7bfe27e72906e7e1c8f4383ddfc2f8cb768d530ff1a81
@@ -1,3 +1,6 @@
1
+ ## 3.1.3
2
+ - Update gemspec summary
3
+
1
4
  ## 3.1.2
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-output-stdout'
4
- s.version = '3.1.2'
4
+ s.version = '3.1.3'
5
5
  s.licenses = ['Apache License (2.0)']
6
- s.summary = "A simple output which prints to the STDOUT of the shell running Logstash."
6
+ s.summary = "Prints events to the standard output"
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-output-stdout
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.2
4
+ version: 3.1.3
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-16 00:00:00.000000000 Z
11
+ date: 2017-11-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -58,7 +58,9 @@ dependencies:
58
58
  - - ">="
59
59
  - !ruby/object:Gem::Version
60
60
  version: '0'
61
- 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
61
+ description: This gem is a Logstash plugin required to be installed on top of the
62
+ Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
63
+ gem is not a stand-alone program
62
64
  email: info@elastic.co
63
65
  executables: []
64
66
  extensions: []
@@ -97,10 +99,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
97
99
  version: '0'
98
100
  requirements: []
99
101
  rubyforge_project:
100
- rubygems_version: 2.4.8
102
+ rubygems_version: 2.6.11
101
103
  signing_key:
102
104
  specification_version: 4
103
- summary: A simple output which prints to the STDOUT of the shell running Logstash.
105
+ summary: Prints events to the standard output
104
106
  test_files:
105
107
  - spec/outputs/stdout_spec.rb
106
108
  - spec/spec_helper.rb