logstash-output-statsd 3.1.3 → 3.1.4

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: e135c2fa632dca5e1598b158ba2ad1cf118bb7ea
4
- data.tar.gz: 3f99d63b017fce36a51649054c810d79f5eb6235
2
+ SHA256:
3
+ metadata.gz: 64c652e83594195211e802141d8e26aebaa55096a167114aebb01fb7f98d8c38
4
+ data.tar.gz: 51419f2cdba79ee77d7ec07b50a150e03e68ad6dc0e3dae1b39983cb009308f4
5
5
  SHA512:
6
- metadata.gz: 7e972e4e6aa2175f99f9528eeca45d0a2dc59e790150924965a2cf07cc4e4d2017218429eb48233b888e9d25065461427b6ab988cc11b2040336dd31d7b55b78
7
- data.tar.gz: 2b8f9007b4e7ec1d4910426471366cc40970108b83612d32857c75bd940101af42e6c770da4f71cbc0c7c65789a6550b86387923ee19a277c69df53d7a257b75
6
+ metadata.gz: 44bb98b6d5188d373f45345303f68202a898e26429f39942f45804776706db96bfc397b31c9365979d8e216ccc07553454aa09b5c34a7d767b23d1ec9b306e55
7
+ data.tar.gz: 40ae64f4a4787a5e7487ea0b010afb9a00385c8b5f01001deb1cfcafd2a976a806407c0dca60e39e5a906d0a04103c12f1b1c06fa7217d7eca7c18dee3cd025d
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 3.1.4
2
+ - Update gemspec summary
3
+
1
4
  ## 3.1.3
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-statsd'
4
- s.version = '3.1.3'
4
+ s.version = '3.1.4'
5
5
  s.licenses = ['Apache License (2.0)']
6
- s.summary = "Send metrics to StatsD"
6
+ s.summary = "Sends metrics using the `statsd` network daemon"
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-statsd
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.3
4
+ version: 3.1.4
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
@@ -72,7 +72,9 @@ dependencies:
72
72
  - - ">="
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
- 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
75
+ description: This gem is a Logstash plugin required to be installed on top of the
76
+ Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
77
+ gem is not a stand-alone program
76
78
  email: info@elastic.co
77
79
  executables: []
78
80
  extensions: []
@@ -111,10 +113,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
111
113
  version: '0'
112
114
  requirements: []
113
115
  rubyforge_project:
114
- rubygems_version: 2.4.8
116
+ rubygems_version: 2.6.11
115
117
  signing_key:
116
118
  specification_version: 4
117
- summary: Send metrics to StatsD
119
+ summary: Sends metrics using the `statsd` network daemon
118
120
  test_files:
119
121
  - spec/outputs/statsd_spec.rb
120
122
  - spec/spec_helper.rb