fluent-plugin-cloudwatch-ingest 0.1.24 → 0.1.25

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: 8ddbd6a1af964707a96d765f3e1c45d884ce5b34
4
- data.tar.gz: efa7ac48fcac6e9400241b69065337968365d348
3
+ metadata.gz: dd2f6e10709e0a87e868282ed6489e25a0d8b05e
4
+ data.tar.gz: 8f1c49ac7c21ae760063aca4c2f7684470db1e4e
5
5
  SHA512:
6
- metadata.gz: 32208d4f218b41e57e016bc8009baf113e6cd1b6866d82a2446e482f08cc1a34a6f848f42caf7e4a2ecf03400ccf1ea0404490199a20a76d859d7872ce55256b
7
- data.tar.gz: ca887a24c62df8033a07010f3441ca6fa48904548b0ed9c7806b35b8ba3b88bf8f3a7e9b54635f5f17af4c4f29e68da9c3f5b93e363717b41cf12cc463efa521
6
+ metadata.gz: a23374b4b440275d954af2b2659f71eb3c129b2967b97573d09aa90d7e94aafea3133134cbba0349ba5fb733e0bf9541027803c6bd8697c9d2ae76751dd3c30a
7
+ data.tar.gz: dd9928c31c5d053faca9441991c7844726c2990340bebf9954a9dc9e3a131212c1cd597efd4ed4ba829410c602649d8fb5e0f543f03a0109966047e578ef05ac
@@ -2,7 +2,7 @@ module Fluent
2
2
  module Plugin
3
3
  module Cloudwatch
4
4
  module Ingest
5
- VERSION = '0.1.24'.freeze
5
+ VERSION = '0.1.25'.freeze
6
6
  end
7
7
  end
8
8
  end
@@ -206,7 +206,7 @@ module Fluent::Plugin
206
206
  def initialize(filepath, log)
207
207
  @filepath = filepath
208
208
  @log = log
209
- @store = {}
209
+ @store = Hash.new { |h, k| h[k] = {} }
210
210
 
211
211
  if File.exist?(filepath)
212
212
  self.statefile = Pathname.new(@filepath).open('r+')
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.24
4
+ version: 0.1.25
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sam Pointer