logstash-input-ganglia 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: d68f99432eb1dac43e28e377437b905c22c9bb52
4
- data.tar.gz: 9287e767162fd587aa1e2597607850362f42200f
2
+ SHA256:
3
+ metadata.gz: 5ebdf90621ea861f7392690e4747dc7596ed9cacf5b6590e15ada964f231c1ff
4
+ data.tar.gz: 89cb51f53f694161d2df9c8936fb003493bc825d23097911ea65d8a017182053
5
5
  SHA512:
6
- metadata.gz: b0136907b9a02971e14704921364b2b28d1a557f5a3637dec1823e1c55f4734a44cd45f9e9ed2ed6d93d23c618551c694f0ccfa57df02dcc51acd9ea54565689
7
- data.tar.gz: 37d0383447b8015ab33fa5caa0f519a1cdd2f93a0d9d89e6c892348a3b48143511e606ba39f6b344fbf944ea93372b4adb3b7c2cab9c7522c5fd06275a6729a9
6
+ metadata.gz: 07c2551490f474006b12ac38890c036fd44b3c3326ee2f3934b2269e3fb62d0df4bf792715a3758c58d386304ce050d0b1d2f2985c5594db4fd8cf411162ca61
7
+ data.tar.gz: cc69a45b26c573f8775d5ef983bca6bd3be5a4ecb53c4c09cf5dc50950a75f5bfe19c57c9d39174347c9a4847c922e8c9f5ffa4e48cc5723410c912b8336677f
data/CHANGELOG.md CHANGED
@@ -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-input-ganglia'
4
- s.version = '3.1.2'
4
+ s.version = '3.1.3'
5
5
  s.licenses = ['Apache License (2.0)']
6
- s.summary = "Read ganglia packets from the network via udp"
6
+ s.summary = "Reads Ganglia packets over UDP"
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-input-ganglia
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-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
@@ -86,7 +86,9 @@ dependencies:
86
86
  - - ">="
87
87
  - !ruby/object:Gem::Version
88
88
  version: '0'
89
- 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
89
+ description: This gem is a Logstash plugin required to be installed on top of the
90
+ Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
91
+ gem is not a stand-alone program
90
92
  email: info@elastic.co
91
93
  executables: []
92
94
  extensions: []
@@ -128,10 +130,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
128
130
  version: '0'
129
131
  requirements: []
130
132
  rubyforge_project:
131
- rubygems_version: 2.4.8
133
+ rubygems_version: 2.6.11
132
134
  signing_key:
133
135
  specification_version: 4
134
- summary: Read ganglia packets from the network via udp
136
+ summary: Reads Ganglia packets over UDP
135
137
  test_files:
136
138
  - spec/inputs/ganglia_spec.rb
137
139
  - spec/spec_helper.rb