# -*- encoding: utf-8 -*- # stub: fluent-plugin-azurestorage 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "fluent-plugin-azurestorage".freeze s.version = "0.1.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Hidemasa Togashi".freeze] s.date = "2017-05-15" s.description = "Azure Storage output plugin for Fluentd event collector".freeze s.email = ["togachiro@gmail.com".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "VERSION".freeze, "fluent-plugin-azurestorage.gemspec".freeze, "lib/fluent/plugin/azurestorage_compressor_gzip_command.rb".freeze, "lib/fluent/plugin/azurestorage_compressor_lzma2.rb".freeze, "lib/fluent/plugin/azurestorage_compressor_lzo.rb".freeze, "lib/fluent/plugin/out_azurestorage.rb".freeze, "lib/fluent/plugin/upload_service.rb".freeze, "test/test_out_azurestorage.rb".freeze] s.homepage = "https://github.com/htgc/fluent-plugin-azurestorage".freeze s.licenses = ["Apache-2.0".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Azure Storage output plugin for Fluentd event collector".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0.14.0".freeze, "< 2".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.7.1".freeze, "<= 0.7.7".freeze]) s.add_runtime_dependency(%q.freeze, [">= 2.1.5".freeze]) s.add_development_dependency(%q.freeze, [">= 0.9.2".freeze]) s.add_development_dependency(%q.freeze, [">= 3.0.8".freeze]) s.add_development_dependency(%q.freeze, [">= 1.0.3".freeze]) end