fluent-plugin-barito 0.2.0 → 0.2.1

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: a9443cfecff7d382c4941e5bfae21d520a3818d7
4
- data.tar.gz: b49bf6375814aeb01bddda08bf2b2a6573392dd6
3
+ metadata.gz: 3b8b4d0a6c8a306822d554c28e797afb834f7353
4
+ data.tar.gz: efe60aa26d3d516599e1169cdb635aa9c827860d
5
5
  SHA512:
6
- metadata.gz: b72763e3cbe8b57c0a297d44de0ed348fbf1f39537f6891aee75dadc66ee68983c595fea042ce1fc07f5083ad65f1ef37f289263b4991da1cb09b3007c344a70
7
- data.tar.gz: fdef293d09591b1adbf5d34a1eb68c1970fc6d70c5ad70b27c2d1951af00d39afb64c30c68d93424adfff09d519c26b89dd30bb6e7b93d3f508cb32dc9c66012
6
+ metadata.gz: f30f33599986f9817db0ef5895ef9974f0d8e7b6f0db64c37de22ad921edd81783fce88ecc44e2a2f3763f8b9af2b2388414dc49e0ff53e7e328c739740febf3
7
+ data.tar.gz: 57cc5ec0a223b87fa13c6dcc01d21362058d748dd17224b45af0508a2db9c564ff4ad52c8cad638a3765b19257e24dcb2d9035ce3e040b97d84bee768b105daa
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ **0.2.1**
4
+
5
+ - Change blank? with empty?
6
+
3
7
  **0.2.0**
4
8
 
5
9
  - Allow Application Group Secret to be used
@@ -3,7 +3,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
3
3
 
4
4
  Gem::Specification.new do |spec|
5
5
  spec.name = "fluent-plugin-barito"
6
- spec.version = "0.2.0"
6
+ spec.version = "0.2.1"
7
7
  spec.authors = ["BaritoLog"]
8
8
  spec.email = ["pushm0v.development@gmail.com", "iman.tung@gmail.com"]
9
9
 
@@ -31,7 +31,7 @@ module Fluent
31
31
  trail = Fluent::Plugin::ClientTrail.new(false)
32
32
  timber = Fluent::Plugin::TimberFactory::create_timber(tag, time, record, trail)
33
33
 
34
- if @application_secret.nil? or @application_secret.blank?
34
+ if @application_secret.nil? or @application_secret.empty?
35
35
  next if @application_group_secret.nil? or @application_name.nil?
36
36
  header = {
37
37
  content_type: :json,
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-barito
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - BaritoLog
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-10-13 00:00:00.000000000 Z
11
+ date: 2018-10-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -187,7 +187,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
187
187
  version: '0'
188
188
  requirements: []
189
189
  rubyforge_project:
190
- rubygems_version: 2.6.14
190
+ rubygems_version: 2.6.13
191
191
  signing_key:
192
192
  specification_version: 4
193
193
  summary: Fluentd output plugin for BaritoLog