logstash-output-graphtastic 3.0.2 → 3.0.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: 567f0f9267609c42fcfecb81148f36d76a34ee87
4
- data.tar.gz: bb11ee6e4982e3b62c1710a215981a8b3ab50b1b
2
+ SHA256:
3
+ metadata.gz: deee619c5b1b3270cb507a346938986b3007303c81b534c017ceec49cfecab03
4
+ data.tar.gz: f0ff1cbe5bb4c794bbc5d83db7e3d118360bb55bb9be96b0b3965554fc9b14e8
5
5
  SHA512:
6
- metadata.gz: ca91626f032a47450973922bb1062e439a99d56ef9e97133c784da4f8e3ef831f13aa047d9336b162c9e34453ae8887daed1075cf2b0bd0ed7d7fe137b10376e
7
- data.tar.gz: c9b7f77d7fdc3b135401c9d92fda72f2317d4a5ee9e84da2c2a50d0b900ad4d4c5a00d32372045c9689cf67a6ee6f64cc37899fbc4f16a0cb02a9b51b716db18
6
+ metadata.gz: c52a0edc7802240e930230665d0cf8973e434a05dd82a78e6e9f7f73ee0e9eb9cb09b64236cab0382fe06888d351a7c16d71c0548d6be79905647e4bea055184
7
+ data.tar.gz: aa412e27eb5937e26ed9ae7d62b05f01a51ef9b35fcb18c709b43f897ac1dcf00f9043a86d6666e340d0b8958ec9b8beee0712ea754d63551c755db0f8fcff33
@@ -1,3 +1,6 @@
1
+ ## 3.0.3
2
+ - Update gemspec summary
3
+
1
4
  ## 3.0.2
2
5
  - Fix some documentation issues
3
6
 
@@ -1,8 +1,8 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-output-graphtastic'
3
- s.version = '3.0.2'
3
+ s.version = '3.0.3'
4
4
  s.licenses = ['Apache License (2.0)']
5
- s.summary = "Send metrics to GraphTastic"
5
+ s.summary = "Sends metric data on Windows"
6
6
  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"
7
7
  s.authors = ["Elastic"]
8
8
  s.email = 'info@elastic.co'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-output-graphtastic
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.2
4
+ version: 3.0.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-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: []
@@ -82,9 +84,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
82
84
  version: '0'
83
85
  requirements: []
84
86
  rubyforge_project:
85
- rubygems_version: 2.4.8
87
+ rubygems_version: 2.6.11
86
88
  signing_key:
87
89
  specification_version: 4
88
- summary: Send metrics to GraphTastic
90
+ summary: Sends metric data on Windows
89
91
  test_files:
90
92
  - spec/outputs/graphtastic_spec.rb