# -*- encoding: utf-8 -*-
# stub: fluent-plugin-google-cloud 0.6.11.pre.memory.4 ruby lib

Gem::Specification.new do |s|
  s.name = "fluent-plugin-google-cloud".freeze
  s.version = "0.6.11.pre.memory.4".freeze

  s.required_rubygems_version = Gem::Requirement.new("> 1.3.1".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["Todd Derr".freeze, "Alex Robinson".freeze]
  s.date = "2017-12-06"
  s.description = "   Fluentd output plugin for the Stackdriver Logging API, which will make\n   logs viewable in the Developer Console's log viewer and can optionally\n   store them in Google Cloud Storage and/or BigQuery.\n   This is an official Google Ruby gem.\n".freeze
  s.email = ["salty@google.com".freeze]
  s.files = ["CONTRIBUTING".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "fluent-plugin-google-cloud.gemspec".freeze, "lib/fluent/plugin/monitoring.rb".freeze, "lib/fluent/plugin/out_google_cloud.rb".freeze, "test/helper.rb".freeze, "test/plugin/base_test.rb".freeze, "test/plugin/constants.rb".freeze, "test/plugin/data/c31e573fd7f62ed495c9ca3821a5a85cb036dee1-privatekey.p12".freeze, "test/plugin/data/credentials.json".freeze, "test/plugin/data/iam-credentials.json".freeze, "test/plugin/data/invalid_credentials.json".freeze, "test/plugin/test_out_google_cloud.rb".freeze, "test/plugin/test_out_google_cloud_grpc.rb".freeze]
  s.homepage = "https://github.com/GoogleCloudPlatform/fluent-plugin-google-cloud".freeze
  s.licenses = ["Apache-2.0".freeze]
  s.required_ruby_version = Gem::Requirement.new(">= 2.0".freeze)
  s.rubygems_version = "3.5.10".freeze
  s.summary = "fluentd output plugin for the Stackdriver Logging API".freeze
  s.test_files = ["test/helper.rb".freeze, "test/plugin/base_test.rb".freeze, "test/plugin/constants.rb".freeze, "test/plugin/data/c31e573fd7f62ed495c9ca3821a5a85cb036dee1-privatekey.p12".freeze, "test/plugin/data/credentials.json".freeze, "test/plugin/data/iam-credentials.json".freeze, "test/plugin/data/invalid_credentials.json".freeze, "test/plugin/test_out_google_cloud.rb".freeze, "test/plugin/test_out_google_cloud_grpc.rb".freeze]

  s.specification_version = 4

  s.add_runtime_dependency(%q<fluentd>.freeze, ["~> 0.10".freeze])
  s.add_runtime_dependency(%q<googleapis-common-protos>.freeze, ["~> 1.3".freeze])
  s.add_runtime_dependency(%q<google-api-client>.freeze, ["~> 0.14".freeze])
  s.add_runtime_dependency(%q<google-cloud-logging>.freeze, ["= 1.2.3".freeze])
  s.add_runtime_dependency(%q<googleauth>.freeze, ["~> 0.5".freeze])
  s.add_runtime_dependency(%q<grpc>.freeze, ["= 1.2.5".freeze])
  s.add_runtime_dependency(%q<json>.freeze, ["~> 1.8".freeze])
  s.add_development_dependency(%q<mocha>.freeze, ["~> 1.1".freeze])
  s.add_development_dependency(%q<rake>.freeze, ["~> 10.3".freeze])
  s.add_development_dependency(%q<rubocop>.freeze, ["~> 0.39.0".freeze])
  s.add_development_dependency(%q<webmock>.freeze, ["~> 2.3.1".freeze])
  s.add_development_dependency(%q<test-unit>.freeze, ["~> 3.0".freeze])
  s.add_development_dependency(%q<prometheus-client>.freeze, ["~> 0.7.1".freeze])
end