# -*- encoding: utf-8 -*-
# stub: stashify-google-cloud-storage 2.0.0 ruby lib

Gem::Specification.new do |s|
  s.name = "stashify-google-cloud-storage".freeze
  s.version = "2.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-google-cloud-storage", "rubygems_mfa_required" => "true", "source_code_uri" => "https://github.com/Lambda-Null/stashify-google-cloud-storage" } if s.respond_to? :metadata=
  s.require_paths = ["lib".freeze]
  s.authors = ["Lambda Null".freeze]
  s.bindir = "exe".freeze
  s.date = "2023-03-30"
  s.description = "Interact with Google Cloud 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/google/cloud/storage.rb".freeze, "lib/stashify/file/google/cloud/storage.rb".freeze, "lib/stashify/google/cloud/storage.rb".freeze, "lib/stashify/google/cloud/storage/version.rb".freeze, "sig/stashify/google_cloud_storage.rbs".freeze]
  s.homepage = "https://github.com/Lambda-Null/stashify-google-cloud-storage".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 = "A Google Cloud Storage implementation of the Stashify abstraction".freeze

  s.specification_version = 4

  s.add_runtime_dependency(%q<google-cloud-storage>.freeze, ["~> 1.44.0".freeze])
  s.add_runtime_dependency(%q<stashify>.freeze, ["~> 2.1.1".freeze])
end