fluent-plugin-in-kinesis 0.0.1 → 0.0.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: 8ebcfb694d8dbaada79463049e7e433714c030ea
4
- data.tar.gz: b4a49fa0a0616af62f27c3c8ada4bcb11ffce8f9
3
+ metadata.gz: 9c89ed124ef30ae7c3271e9a88bf03f7a7063bbd
4
+ data.tar.gz: 7cee04e39c6f1cde97480b60e9cde63fcb04451e
5
5
  SHA512:
6
- metadata.gz: c14fa067fccac7214cdf06c5f0fe0e78e53c76a2f432a0246e11dc486f11784fbf42d5774fd0f647ae856ab2fcafd53f6bb5e5388b1279fad5f679b063785311
7
- data.tar.gz: bed45bcc8a7aa050a6edd31c6711e96d5cb8b5120c0fea398673dc3c14fc26c3c04dc067ddb46b348fa6a2c88d00be21032276b9abaa492129755692d747892c
6
+ metadata.gz: 0d39d94473cb726de1f73f8afcb20f2f650006a329ef4229aec81478c2a957a79adbb7704a85410e27d006e356cfb89c32cda391ffdfc392d29ff9594a5aaa63
7
+ data.tar.gz: c71ef4a7ec54939a63f6a36a8d7020889b77dd94376a0b3cfc41fdece83e8713d52d52cec698bf0f9d8608b5add2496f56c1c73cfb165fa3646b787ce3427b02
@@ -1,7 +1,7 @@
1
1
  # coding: utf-8
2
2
  Gem::Specification.new do |spec|
3
3
  spec.name = "fluent-plugin-in-kinesis"
4
- spec.version = "0.0.1"
4
+ spec.version = "0.0.2"
5
5
  spec.authors = ["yusuke yamatani "]
6
6
  spec.homepage = "https://github.com/yusukeyamatani/fluent-plugin-in-kinesis"
7
7
  spec.summary = %q{Fluentd plugin to count records with specified regexp patterns}
@@ -78,11 +78,8 @@ module FluentPluginKinesis
78
78
  end
79
79
 
80
80
  def load_client
81
- user_agent_suffix = "#{USER_AGENT_NAME}/#{FluentPluginKinesis::VERSION}"
82
-
83
- options = {
84
- user_agent_suffix: user_agent_suffix
85
- }
81
+
82
+ options = {}
86
83
 
87
84
  if @region
88
85
  options[:region] = @region
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-in-kinesis
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - 'yusuke yamatani '
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-12-18 00:00:00.000000000 Z
11
+ date: 2016-01-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fluentd