logstash-output-cloudwatch 3.0.6 → 3.0.7

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: cf4f6ca20dcf2b9797576f4a54a542604dae4e35
4
- data.tar.gz: 8d52aae5dd4bfc108e08a59bbe541c8f4a6646d2
2
+ SHA256:
3
+ metadata.gz: 7edc84e84b0929ee4d5242589aa6e972853954928264bbc2432f1b1176eaf92d
4
+ data.tar.gz: b6db9e10cbdc37e932d9a594ac0a423284935bff843da566bd7c68d8d3231df6
5
5
  SHA512:
6
- metadata.gz: e8a18d6f37c6cf328fcc559c6be5baddcfb9044152d9ae9d396558b7df8e4daa42bbb292d2454f2e20c30c0e25a27e5cd1af14f4ffe9a24fb9e1c7b45cb332c9
7
- data.tar.gz: a27e94504b27f1639558b0fd2f6ef85189acea8a312dcd0a00c0ece0803088c016b4fba6cbbac5ab880e9f272af6e24f91efbfad362cf3369ee4d1ca439c2c8d
6
+ metadata.gz: d3c882a299c6b64dd39172fddcc428c0aeb1f99d3bd63b298222606195b814247165a2320153c6b8efb123a0ad10953a2ef99f294873f2b9e7029a25171b23d5
7
+ data.tar.gz: 06570470c0267362a93e2331fb3bbbf251104e7e732b4f8ca58800cc618523bb268dae327f973982d6786b3d7b89b5689a5ec963c94870c6927b725c4df7da22
@@ -1,3 +1,6 @@
1
+ ## 3.0.7
2
+ - Update gemspec summary
3
+
1
4
  ## 3.0.6
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-cloudwatch'
4
- s.version = '3.0.6'
4
+ s.version = '3.0.7'
5
5
  s.licenses = ['Apache License (2.0)']
6
- s.summary = "This output lets you aggregate and send metric data to AWS CloudWatch"
6
+ s.summary = "Aggregates and sends metric data to AWS CloudWatch"
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-cloudwatch
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.6
4
+ version: 3.0.7
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: []
@@ -110,9 +112,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
110
112
  version: '0'
111
113
  requirements: []
112
114
  rubyforge_project:
113
- rubygems_version: 2.4.8
115
+ rubygems_version: 2.6.11
114
116
  signing_key:
115
117
  specification_version: 4
116
- summary: This output lets you aggregate and send metric data to AWS CloudWatch
118
+ summary: Aggregates and sends metric data to AWS CloudWatch
117
119
  test_files:
118
120
  - spec/outputs/cloudwatch_spec.rb