logstash-input-cloudwatch 2.0.2 → 2.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: f9756120b5793dc5aa86151a23386155e575c4b7
4
- data.tar.gz: a6cf700f291e3e5952efd65f68ac06db6f0cc2dc
2
+ SHA256:
3
+ metadata.gz: 01423d84b352678fd55c640d8a97f432c5d232dea995162be2d06349b6e01394
4
+ data.tar.gz: 1f21d8a17408bde126e6999b940c1de18ed31b96d40a64820a366f688d528de3
5
5
  SHA512:
6
- metadata.gz: 1ddb5128735de7347319ce0feca0575b1799335900b746d17a12ede8436cc9dbeb515a208ab2e88bbdc554077655d4ff63f7fe73bd8323b446ae9ce55352b692
7
- data.tar.gz: ceaea47f52763185ee6e63e10b1b7c96852b84ea2530d74b820785a9beedc41dad2cdcc236e3944a9abe32cfc6fbc64f968d5cd4bd26c338b0e7bc6400575ecc
6
+ metadata.gz: ab73baa27cdb674c15b93a1641c8e4af47fd391ef8953808a6b7b21f95fc67df2f101453d93df31c66825a3bf8f614e6529651e669bbaf40c7cc10cacf7473e8
7
+ data.tar.gz: babc7338fe58865792e6e50f82ec7210bfd29f8d85f96ede62d5ac0355ebb44ac8d7918044ecfbf6cf31b7f6c943745d439e57c51532ac27a7f390f33bbb6e31
@@ -1,3 +1,6 @@
1
+ ## 2.0.3
2
+ - Update gemspec summary
3
+
1
4
  ## 2.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-input-cloudwatch'
3
- s.version = '2.0.2'
3
+ s.version = '2.0.3'
4
4
  s.licenses = ['Apache License (2.0)']
5
- s.summary = "Retrieve stats from AWS CloudWatch."
5
+ s.summary = "Pulls events from the Amazon Web Services CloudWatch API "
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 = ["Jurgens du Toit"]
8
8
  s.email = 'jrgns@eagerelk.com'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-input-cloudwatch
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.2
4
+ version: 2.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jurgens du Toit
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: jrgns@eagerelk.com
91
93
  executables: []
92
94
  extensions: []
@@ -123,9 +125,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
123
125
  version: '0'
124
126
  requirements: []
125
127
  rubyforge_project:
126
- rubygems_version: 2.4.8
128
+ rubygems_version: 2.6.11
127
129
  signing_key:
128
130
  specification_version: 4
129
- summary: Retrieve stats from AWS CloudWatch.
131
+ summary: Pulls events from the Amazon Web Services CloudWatch API
130
132
  test_files:
131
133
  - spec/inputs/cloudwatch_spec.rb