logstash-output-ganglia 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: f945d604febbefe168d9e013a705aa223fc79cdf
4
- data.tar.gz: 51f71c17afe068a78c1b329d6a35785d582f6c1b
2
+ SHA256:
3
+ metadata.gz: e583db6edecbe34da4bb16d588a03b8c32325ef65260bbf322bc96871deee18e
4
+ data.tar.gz: 325e446961d490782e97cc455c71fae4130739291c756521fa98889588c39e2b
5
5
  SHA512:
6
- metadata.gz: ce52620301196f2d81c120b6514de1131f7911aab9037c7c2d5e419b0611fcd2fb12f8655acad902244c8dc5c4486a4945c2fc4da11c8285094606db5436e382
7
- data.tar.gz: 71245b8ce4f7a41c4c7cfe7529a01d185cecd6f95b251fb69b042244f12a59c19f460da32b43bdaca7e61f0429d08ea4f98f3e8c77e8ecb4c2fcf8b9c12080b7
6
+ metadata.gz: ac40b83f85e063057adb437ab4408a96d9aa1e3f83730c2c640df38052924223aab20ed7d420c25339a26ce8f514cd53baf46dba04fcf389e95f04fdf898c92a
7
+ data.tar.gz: d3afbe06b1bb04ebdc6ab5702633b768b213ef782fb2b14a21d6bd97a9450ecd7abf3dc1c17f6016b1ec8105f9e2fea77b1ece0caad5bdd22bf174c26ce911d0
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-output-ganglia'
4
- s.version = '3.0.4'
4
+ s.version = '3.0.5'
5
5
  s.licenses = ['Apache License (2.0)']
6
- s.summary = "This output allows you to pull metrics from your logs and ship them to ganglia's gmond."
6
+ s.summary = "Writes metrics to Ganglia's `gmond`"
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-ganglia
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-16 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
@@ -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: This output allows you to pull metrics from your logs and ship them to ganglia's gmond.
119
+ summary: Writes metrics to Ganglia's `gmond`
118
120
  test_files:
119
121
  - spec/outputs/ganglia_spec.rb
120
122
  - spec/spec_helper.rb