logstash-output-metriccatcher 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: 4f71fac1763ee6f2c52e2a42c2e72896706165a8
4
- data.tar.gz: e69d6097195c0b2635bb92f079a00228908932d0
2
+ SHA256:
3
+ metadata.gz: bab2c072a3d48dcdc11c20448f2a6902317f79e947ca5beb105ce5d3148e8803
4
+ data.tar.gz: 915e59b801ece3007100b9d2c22865edc0faf62a9bc5d2f72d654ba379511909
5
5
  SHA512:
6
- metadata.gz: 8920986fb20288d80d6096dd89de51ec665494e2a6ed67e1414a8702262047556735846ca392aeffaf20287d93af2aaed88f840f1e167b3fb0679fa703b7576e
7
- data.tar.gz: 55185e96d72ddcc130bcf2cbd6284e1874e36cb6ecc936f86d20d5ee7ccc98b269308467092d868ac9b17343fe969ac6b0d2410741f64116c68c7c515fe2fb2e
6
+ metadata.gz: f59db7b4ce9d6e99909f0a23a834f62181d71a7abdba45b189ad612ce547dfedd645f8606be70998966424bc43e89a4b0c5c2944157e6840eac3f5dcd23e1c72
7
+ data.tar.gz: 2d5d982bb0f9b27147bb376cbd6f3513d756d305e333ae1b05ebc1fb599e1c8e6c0fa2491dedab576f237bfeb71d644bc59c9e1c8377038b2150e27d3eb78e64
data/CHANGELOG.md CHANGED
@@ -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-metriccatcher'
3
- s.version = '3.0.2'
3
+ s.version = '3.0.3'
4
4
  s.licenses = ['Apache License (2.0)']
5
- s.summary = "This output ships metrics to MetricCatcher"
5
+ s.summary = "Writes metrics to MetricCatcher"
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-metriccatcher
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: This output ships metrics to MetricCatcher
90
+ summary: Writes metrics to MetricCatcher
89
91
  test_files:
90
92
  - spec/outputs/metriccatcher_spec.rb