fluent-plugin-cloudwatch-ingest 0.1.14 → 0.1.15

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: fd7841c1d572b29c7281cb013d50891e7f516220
4
- data.tar.gz: 2f17af0ba832d06aa21adff0ac5ddd5f0a619d6b
3
+ metadata.gz: 85240eae52c76e8a134b9ce96e0f323e75031950
4
+ data.tar.gz: f0bde80bbec5883fd8a07a426c0ba6ed7e778e54
5
5
  SHA512:
6
- metadata.gz: 1075e7279388aaa254e9ad81f5be0bbe1c0461d07022b9b1d095d4dc7450e0e08ceeb8b5a46dd5c7aa02b3760efe733ac05860f9e80eb70969a1e8584ad4bb00
7
- data.tar.gz: 5f01bd527a5942c662449ccc1f06ada526d7ffb72185c6d92bfb24c0a02da7b537eb381dd2425c0f622aedeff31507f26a792c578f2dbbad481acc224ecc905f
6
+ metadata.gz: 51d80f4bd9d04a6cc4caf75742aa0db06a3a5d60da158e34651e4e7dd8ebfae0d4284f1ea70e9968909aaa14b3139f3462339be2cc7f8c830acae452ba71a12f
7
+ data.tar.gz: 519f05819fda63aef3a6bafb39ccc287716455071bbc074e10103bf239a10817c92aeef9c351893b2a4e65f330acf1c07e56ad097a6865187ea4b17d9322e9ce
@@ -2,7 +2,7 @@ module Fluent
2
2
  module Plugin
3
3
  module Cloudwatch
4
4
  module Ingest
5
- VERSION = '0.1.14'.freeze
5
+ VERSION = '0.1.15'.freeze
6
6
  end
7
7
  end
8
8
  end
@@ -218,8 +218,8 @@ module Fluent::Plugin
218
218
 
219
219
  # http://stackoverflow.com/questions/12821534/ruby-yaml-parser-by-passing-constructor
220
220
  def init_with(coder)
221
- @filepath = coder['filepath']
222
- @log = coder['log']
221
+ @filepath = @filepath ? @filepath : coder['filepath']
222
+ @log = @log ? @log : coder['log']
223
223
  end
224
224
 
225
225
  def save
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-cloudwatch-ingest
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.14
4
+ version: 0.1.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sam Pointer