sk-fluent-plugin-azureeventhubs 0.0.14 → 0.0.15

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: f584573da2ddc50ec88db58c143d485fa706aa2739449a4ebd0fc2ced3e6eef6
4
- data.tar.gz: 7c452a7e95b5a17cc09abc869cb45add55b6e469b9542feb9e800c0f9f04994d
3
+ metadata.gz: f5405c82885980bfed2afba4fc69c56756902545130f84861e48bd93312f0535
4
+ data.tar.gz: dadb5eed8f6a94c47be4bc380b8230f23da9fc0a806daf428a60171f8714998c
5
5
  SHA512:
6
- metadata.gz: 75d994ecc52eb059ce12b5ecc2fac0d8492400f246c9c05568f129e5e9bda68f2cded8818abf14d5697dc3b5e8759d3b95527f1b07607edc0152b951797b0f5c
7
- data.tar.gz: fb20ae1f86d36dac26d75b36a2a670b35dab10505687f69f8147d944c6268e4b7ec655b5c898f38921cb2620d20f82a85bf246275ff5e58d4f6f76074636d07d
6
+ metadata.gz: 17779dd64e6a5233ad08b87637327fb0e72a4324e4fac7e2f2d9e6a16f4bcea431398d31035e427fd788d18f49e3326b6df678ef91ea2148bfb77d7d51d42470
7
+ data.tar.gz: 3de56bc3dceb71a2dc8fc337f429f798e306ecba8959a190c1bfd2aa947f96256f19f15377057996d5734d31eb78ed75847792f35499b7a5367d620156ef8305
data/.travis.yml CHANGED
@@ -9,6 +9,7 @@ rvm:
9
9
  - ruby-head
10
10
 
11
11
  before_install:
12
+ - gem install bundler
12
13
  - gem update --system
13
14
 
14
15
  script:
data/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # async-fluent-plugin-azureeventhubs
2
2
 
3
3
  [![Build Status](https://travis-ci.com/sio2k/async-fluent-plugin-azureeventhubs-.svg?branch=master)](https://travis-ci.com/sio2k/async-fluent-plugin-azureeventhubs-)
4
- [![Known Vulnerabilities](https://snyk.io/test/github/sio2k/async-fluent-plugin-azureeventhubs-/badge.svg?targetFile=Gemfile.lock)](https://snyk.io/test/github/sio2k/async-fluent-plugin-azureeventhubs-?targetFile=Gemfile.lock)
4
+ [![Known Vulnerabilities](https://snyk.io/test/github/sio2k/async-fluent-plugin-azureeventhubs/badge.svg?targetFile=Gemfile.lock)](https://snyk.io/test/github/sio2k/async-fluent-plugin-azureeventhubs?targetFile=Gemfile.lock)
5
5
  [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/sio2k/async-fluent-plugin-azureeventhubs-/blob/master/LICENSE)
6
6
  Inspired by https://github.com/htgc/fluent-plugin-azureeventhubs
7
7
 
@@ -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.14"
18
+ spec.version = "0.0.15"
19
19
  spec.required_ruby_version = ">= 2.1.0"
20
20
 
21
21
  spec.add_development_dependency "bundler", "~> 1.7"
@@ -1,6 +1,6 @@
1
1
  module Fluent::Plugin
2
2
 
3
- class AzureEventHubsOutputBuffered < BufferedOutput
3
+ class AzureEventHubsOutputBuffered < Fluent::BufferedOutput
4
4
  Fluent::Plugin.register_output('azureeventhubs_buffered', self)
5
5
 
6
6
  helpers :compat_parameters, :inject
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.14
4
+ version: 0.0.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sandeep Kotha