logstash-output-cloudwatch 0.1.3 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 25dba355c11198fc5bc210680ead294e03487aca
4
- data.tar.gz: e3c0037dbe0c10a03d9f1ee55bfe765689129362
3
+ metadata.gz: 5c7d69c0a28cfb9d348be5372b24be0daa402fca
4
+ data.tar.gz: 819d9779f2ed0c94bd08327c6d47a7622c4a94a5
5
5
  SHA512:
6
- metadata.gz: 3ca496ffca08a4bb30c73dc63227a9734f13fd9591267303044178b40015f8fdd257b6cd7576b3275703845fea754667105d9a68037684992ae6221ef7c905ee
7
- data.tar.gz: 80d762d7e3572818f92cf5e718228fb29d6c1dad9150bfea51b81fad005439fce68a2fbf94b32e1177c98b2ea5b84442175dfe3c60f2732246af85931ad32708
6
+ metadata.gz: d15248607d2a07801486611ade7b072f355d7e76a29242e09ae22033bd373bf7bf53b173a510cc9582d7c6496a12ed882ad7c2f6f46223f2e152c032c5872c22
7
+ data.tar.gz: 17b538f7562bc6d4c6057f70e921d3d13a9a389fa93a10a0a0ed9fc0c71288987bef5f3b0f9c2a83276ebbfc752bdbb4680e1ceeb71ee4dedfafcf9f30626e0a
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2012-2015 Elasticsearch <http://www.elasticsearch.org>
1
+ Copyright (c) 20122015 Elasticsearch <http://www.elastic.co>
2
2
 
3
3
  Licensed under the Apache License, Version 2.0 (the "License");
4
4
  you may not use this file except in compliance with the License.
@@ -1,13 +1,13 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-output-cloudwatch'
4
- s.version = '0.1.3'
4
+ s.version = '0.1.4'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "This output lets you aggregate and send 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/plugin install gemname. This gem is not a stand-alone program"
8
- s.authors = ["Elasticsearch"]
9
- s.email = 'info@elasticsearch.com'
10
- s.homepage = "http://www.elasticsearch.org/guide/en/logstash/current/index.html"
8
+ s.authors = ["Elastic"]
9
+ s.email = 'info@elastic.co'
10
+ s.homepage = "http://www.elastic.co/guide/en/logstash/current/index.html"
11
11
  s.require_paths = ["lib"]
12
12
 
13
13
  # Files
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: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
- - Elasticsearch
7
+ - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-26 00:00:00.000000000 Z
11
+ date: 2015-04-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -87,7 +87,7 @@ dependencies:
87
87
  - !ruby/object:Gem::Version
88
88
  version: '0'
89
89
  description: This gem is a logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/plugin install gemname. This gem is not a stand-alone program
90
- email: info@elasticsearch.com
90
+ email: info@elastic.co
91
91
  executables: []
92
92
  extensions: []
93
93
  extra_rdoc_files: []
@@ -101,7 +101,7 @@ files:
101
101
  - lib/logstash/outputs/cloudwatch.rb
102
102
  - logstash-output-cloudwatch.gemspec
103
103
  - spec/outputs/cloudwatch_spec.rb
104
- homepage: http://www.elasticsearch.org/guide/en/logstash/current/index.html
104
+ homepage: http://www.elastic.co/guide/en/logstash/current/index.html
105
105
  licenses:
106
106
  - Apache License (2.0)
107
107
  metadata:
@@ -123,7 +123,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
123
123
  version: '0'
124
124
  requirements: []
125
125
  rubyforge_project:
126
- rubygems_version: 2.4.5
126
+ rubygems_version: 2.1.9
127
127
  signing_key:
128
128
  specification_version: 4
129
129
  summary: This output lets you aggregate and send metric data to AWS CloudWatch