vmik-fluent-plugin-google-cloud 0.5.5.alpha1 → 0.5.5.alpha2

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,7 +10,7 @@ eos
10
10
  gem.homepage = \
11
11
  'https://github.com/GoogleCloudPlatform/fluent-plugin-google-cloud'
12
12
  gem.license = 'Apache-2.0'
13
- gem.version = '0.5.5.alpha1'
13
+ gem.version = '0.5.5.alpha2'
14
14
  gem.authors = ['Todd Derr', 'Alex Robinson']
15
15
  gem.email = ['salty@google.com']
16
16
  gem.required_ruby_version = Gem::Requirement.new('>= 2.0')
@@ -600,6 +600,8 @@ module Fluent
600
600
  # TODO: RequestOptions
601
601
  client.write_log_entries(@project_id, log_name, write_request)
602
602
 
603
+ @log.info GC.stat
604
+
603
605
  # Let the user explicitly know when the first call succeeded,
604
606
  # to aid with verification and troubleshooting.
605
607
  unless @successful_call
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vmik-fluent-plugin-google-cloud
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.5.alpha1
4
+ version: 0.5.5.alpha2
5
5
  prerelease: 6
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2017-02-15 00:00:00.000000000 Z
13
+ date: 2017-02-20 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: fluentd
@@ -237,7 +237,6 @@ files:
237
237
  - fluent-plugin-google-cloud.gemspec
238
238
  - README.rdoc
239
239
  - Gemfile
240
- - vmik-fluent-plugin-google-cloud-0.5.5.gem
241
240
  - LICENSE
242
241
  - CONTRIBUTING
243
242
  - test/helper.rb