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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f0c3b957da0274fb54f34fd10f4fc706a6a9670f
4
- data.tar.gz: be5134cb5387338503aead9510affe55c009d675
3
+ metadata.gz: ebd005fee0a8b6fafcbd1026eb5b184ecf694300
4
+ data.tar.gz: c75e4faec1c85dce4cafbf4850621e09fb1871e2
5
5
  SHA512:
6
- metadata.gz: 7536268a60bd45c3f08efd20e00761b593116edb6fa210c520fc45fe119d737e072d90de3a39b7280b0844355233f8f3fa755b8e32264311a1bcb6a259d28044
7
- data.tar.gz: e18e85cad5c8f39239f67ac2e965fa27731bfd6ff4111a601099f5951c98d2bcb6fa3b8f41d62711bec464479b9b98a6e247bb2bf10f5e37f4c29efdae93481c
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
 
@@ -12,5 +12,5 @@
12
12
  # language governing permissions and limitations under the License.
13
13
 
14
14
  module FluentPluginKinesis
15
- VERSION = '0.3.1.1'
15
+ VERSION = '0.3.1.2'
16
16
  end
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.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-14 00:00:00.000000000 Z
11
+ date: 2015-05-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler