fluent-plugin-kinesis 0.3.1.1 → 0.3.1.2
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 +4 -4
- data/README.md +4 -4
- data/lib/fluent/plugin/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ebd005fee0a8b6fafcbd1026eb5b184ecf694300
|
|
4
|
+
data.tar.gz: c75e4faec1c85dce4cafbf4850621e09fb1871e2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1a3663c05fe013d3157a60dfeb4df64efbf7a074421d87ac7cb788940b234053b426ff44c76d0964b6db1116cdaaafb2a9f2110eb4e4bc47035f29bde009c960
|
|
7
|
+
data.tar.gz: 609115bcc0fe91166673c447a0f9174fe7de82e855cedc95993d0856e626717ea89aa6c94c4838770ff11870c720816d9b0e6f325cacd1ad3a1244a95cba89a2
|
data/README.md
CHANGED
|
@@ -10,13 +10,13 @@ that sends events to [Amazon Kinesis](https://aws.amazon.com/kinesis/).
|
|
|
10
10
|
## Installation
|
|
11
11
|
|
|
12
12
|
This fluentd plugin is available as the `fluent-plugin-kinesis` gem from RubyGems.
|
|
13
|
-
|
|
13
|
+
|
|
14
14
|
gem install fluent-plugin-kinesis
|
|
15
|
-
|
|
15
|
+
|
|
16
16
|
Or you can install this plugin for [td-agent](https://github.com/treasure-data/td-agent) as:
|
|
17
|
-
|
|
17
|
+
|
|
18
18
|
fluent-gem install fluent-plugin-kinesis
|
|
19
|
-
|
|
19
|
+
|
|
20
20
|
If you would like to build by yourself and install, please see the section below.
|
|
21
21
|
Your need [bundler](http://bundler.io/) for this.
|
|
22
22
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fluent-plugin-kinesis
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.1.
|
|
4
|
+
version: 0.3.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-05-
|
|
11
|
+
date: 2015-05-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|