sk-fluent-plugin-azureeventhubs 0.0.17 → 0.0.18

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fc2d3c5b120f61f06e700712f844ef82320d269bc65bdab21aeb0a2992836eb0
4
- data.tar.gz: 874e0b63ef45f9510fcac3dca9b2f9e81b7a526bf5d3aff8ebbc38abcc9af1bb
3
+ metadata.gz: 36e7caedf04827ec8a78bcd602b12b9247d03b5150899a56d03d32db13bce86a
4
+ data.tar.gz: 2870607d937ca20ce7f08b24e14be4bc88dd0ed043e44ae5adcb7fd80b0ddd3e
5
5
  SHA512:
6
- metadata.gz: 75accce2dad252abebb07c445aa735191bd724344cdedfd92a30d6f7380de5366b4ec720e35d20ce15fb29df9a772d0f8628a9b2f7e41a4a4b584cb4ab7929ee
7
- data.tar.gz: 1f73a7f37be7298fd69d0f52ebecfa37f4db9af46d0894bda4c94f1e475200bff6276670a2662a270473d7fe936aa3c3bc7a4fd0b775ffe017f9faa1c19c0677
6
+ metadata.gz: 240955bb5365a7f333cd75023520cc7f868293f6b7705417b4b4716859ecf0302181752c51b27229a2630ea9fe320c4f90df60f16c29e58f1aaf5e8732ca9fe3
7
+ data.tar.gz: 966b0b9a103b9104fab1b040d8b88f04c05596cccae962b15ac2b77823b2b22d614b48e5a7f98014e789a55a51cf7885f43be12fefa206a2d46234a882529f66
@@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
7
7
  spec.email = ["sandeep.kotha@live.com"]
8
8
  spec.summary = "Fluentd output plugin for Azure Event Hubs"
9
9
  spec.description = "Fluentd output plugin for Azure Event Hubs"
10
- spec.homepage = "https://github.com/htgc/fluent-plugin-azureeventhubs"
10
+ spec.homepage = "https://github.com/sio2k/async-fluent-plugin-azureeventhubs"
11
11
  spec.license = "MIT"
12
12
 
13
13
  spec.files = `git ls-files -z`.split("\x0")
@@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
15
15
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
16
16
  spec.require_paths = ["lib"]
17
17
  spec.name = "sk-fluent-plugin-azureeventhubs"
18
- spec.version = "0.0.17"
18
+ spec.version = "0.0.18"
19
19
  spec.required_ruby_version = ">= 2.1.0"
20
20
 
21
21
  spec.add_development_dependency "bundler", "~> 1.7"
@@ -52,7 +52,7 @@ module Fluent::Plugin
52
52
  require_relative 'azureeventhubs/http'
53
53
  @sender = AzureEventHubsHttpSender.new(@connection_string, @hub_name, @expiry_interval,@proxy_addr,@proxy_port,@open_timeout,@read_timeout)
54
54
  end
55
- raise Fluent::ConfigError, "'tag' in chunk_keys is required." if not @chunk_key_tag
55
+ # raise Fluent::ConfigError, "'tag' in chunk_keys is required." if not @chunk_key_tag
56
56
  end
57
57
 
58
58
  def format(tag, time, record)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sk-fluent-plugin-azureeventhubs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.17
4
+ version: 0.0.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sandeep Kotha
@@ -91,7 +91,7 @@ files:
91
91
  - lib/fluent/plugin/out_azureeventhubs_buffered.rb
92
92
  - test/helper.rb
93
93
  - test/plugin/test_out_azure_event_hub.rb
94
- homepage: https://github.com/htgc/fluent-plugin-azureeventhubs
94
+ homepage: https://github.com/sio2k/async-fluent-plugin-azureeventhubs
95
95
  licenses:
96
96
  - MIT
97
97
  metadata: {}