fluent-plugin-azurestorage 0.0.2 → 0.0.3

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: ce8aaa474c1875c0197fc1a0c9c5c410e07ecc45
4
- data.tar.gz: ec0e86655884f80c7a4074193f1e3dd9fa502219
3
+ metadata.gz: 2a8152f4a9386a7fa170df7b59bbbef5410639ed
4
+ data.tar.gz: 8ab137a026f284ba2d7585f2518d1470838897c2
5
5
  SHA512:
6
- metadata.gz: 5be469b9803ce3003d9e6cad34868fcd1044f6ff5892cb83114e369436199ee7ed05683608c56d57853859d3e9c772a94cb2f9bf48d48d67785e9ee20c8fc788
7
- data.tar.gz: 6b515d709d7ead762182eaf7b5fc20e8130532998fdd59179d7ecabba8a9945573e5b5e9b40061fbd46fd9adbf53183a3e78682cf53d925de5e1fd7c90e3e270
6
+ metadata.gz: 97863f535094664395407fbbf559206f85ef4692073eab4ffa101abfebb0f17d60d4ba9182af39fcf31c06c97420b2f0d01bdde5ff1d0afbf4eacb8529ef441f
7
+ data.tar.gz: f62f8917fc19b525f3c37f63d93c823c49b57c6ac11e4872d0bba64e0d4e0508d66825c5812894c13e07a9792c08950c7c7a54d52b5374cd12a81e3ba4918799
@@ -4,13 +4,13 @@
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "fluent-plugin-azurestorage"
7
- spec.version = "0.0.2"
7
+ spec.version = "0.0.3"
8
8
  spec.authors = ["Hidemasa Togashi"]
9
9
  spec.email = ["togachiro@gmail.com"]
10
10
  spec.description = %q{Fluent plugin for store to Azure Storage}
11
11
  spec.summary = %q{Fluent plugin for store to Azure Storage}
12
12
  spec.homepage = ""
13
- spec.license = "MIT"
13
+ spec.license = "Apache License, version 2."
14
14
 
15
15
  spec.files = `git ls-files -z`.split("\x0")
16
16
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
@@ -80,7 +80,7 @@ module Fluent
80
80
  def start
81
81
  super
82
82
 
83
- if (!@azure_storage_account.nil? && !@azure_storage_access_key)
83
+ if (!@azure_storage_account.nil? && !@azure_storage_access_key.nil?)
84
84
  Azure.configure do |config|
85
85
  config.storage_account_name = @azure_storage_account
86
86
  config.storage_access_key = @azure_storage_access_key
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-azurestorage
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hidemasa Togashi
@@ -82,7 +82,7 @@ files:
82
82
  - lib/fluent/plugin/out_azurestorage.rb
83
83
  homepage: ''
84
84
  licenses:
85
- - MIT
85
+ - Apache License, version 2.
86
86
  metadata: {}
87
87
  post_install_message:
88
88
  rdoc_options: []