logstash-mixin-aws-sdkv3 5.1.0 → 5.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/logstash-mixin-aws.gemspec +3 -3
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6666cb1402821072cdba5a37d31cd0d53f91ccf861275afde80dfce559bc9e7e
|
4
|
+
data.tar.gz: 89b30d68e3276e2fa7ca5c417da606a154ec96c5069a5d6694c03237d8086f0e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a8082b069e847369e2f89b4f37ad08ae98bddfee54e27336da8becb319f00fce4923d04d116105464bc1324f37b9a9f6dcdc572137b7dab790e0e6dc1c3d7e0d
|
7
|
+
data.tar.gz: 4343bb8d96d96c5a0da12a60f7a891579d05c25272d584bf39139e6d4db8ca055383f0efda702e838884b8bcc87fd3df918c5595ca8e6cda6b2cd063534ed1ca
|
data/logstash-mixin-aws.gemspec
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = 'logstash-mixin-aws-sdkv3'
|
3
|
-
s.version = '5.1.
|
3
|
+
s.version = '5.1.1'
|
4
4
|
s.licenses = ['Apache License (2.0)']
|
5
5
|
s.summary = "AWS mixins to provide a unified interface for Amazon Webservice"
|
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
|
-
s.authors = ["
|
8
|
-
s.email = '
|
7
|
+
s.authors = ["Rocky Donohue"]
|
8
|
+
s.email = 'rdonohue@dwavesys.com'
|
9
9
|
s.homepage = "http://www.elastic.co/guide/en/logstash/current/index.html"
|
10
10
|
s.require_paths = ["lib"]
|
11
11
|
|
metadata
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: logstash-mixin-aws-sdkv3
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 5.1.
|
4
|
+
version: 5.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
-
|
7
|
+
- Rocky Donohue
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
@@ -89,7 +89,7 @@ dependencies:
|
|
89
89
|
description: This gem is a Logstash plugin required to be installed on top of the
|
90
90
|
Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
|
91
91
|
gem is not a stand-alone program
|
92
|
-
email:
|
92
|
+
email: rdonohue@dwavesys.com
|
93
93
|
executables: []
|
94
94
|
extensions: []
|
95
95
|
extra_rdoc_files: []
|