# -*- encoding: utf-8 -*- # stub: stashify-microsoft-azure-storage-blob 1.0.0 ruby lib Gem::Specification.new do |s| s.name = "stashify-microsoft-azure-storage-blob".freeze s.version = "1.0.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "homepage_uri" => "https://github.com/Lambda-Null/stashify-microsoft-azure-storage-blob", "rubygems_mfa_required" => "true", "source_code_uri" => "https://github.com/Lambda-Null/stashify-microsoft-azure-storage-blob" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Lambda Null".freeze] s.bindir = "exe".freeze s.date = "2023-04-02" s.description = "Interact with Azure Blob Storage using the common building blocks provided by Stashify".freeze s.email = ["lambda.null.42@gmail.com".freeze] s.files = [".reek.yml".freeze, ".rspec".freeze, ".rubocop.yml".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "Guardfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "lib/stashify/directory/microsoft/azure/storage/blob.rb".freeze, "lib/stashify/file/microsoft/azure/storage/blob.rb".freeze, "lib/stashify/microsoft/azure/storage/blob.rb".freeze, "lib/stashify/microsoft/azure/storage/blob/version.rb".freeze, "sig/stashify/microsoft/azure/storage/blob.rbs".freeze] s.homepage = "https://github.com/Lambda-Null/stashify-microsoft-azure-storage-blob".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.6.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "An implementation of the Stashify abstraction for Azure's Blob Storage".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 2.0.3".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 3.1.0".freeze]) end