# -*- encoding: utf-8 -*- # stub: grape_sorbet 0.0.3 ruby lib Gem::Specification.new do |s| s.name = "grape_sorbet".freeze s.version = "0.0.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "changelog_uri" => "https://github.com/thatch-health/grape_sorbet/blob/main/CHANGELOG.md", "homepage_uri" => "https://github.com/thatch-health/grape_sorbet", "source_code_uri" => "https://github.com/thatch-health/grape_sorbet" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Thatch Health, Inc.".freeze] s.bindir = "exe".freeze s.date = "2024-06-05" s.description = "This gem provides Sorbet signatures and a Tapioca DSL compiler that enable using the Grape API framework in a Sorbet-typed Ruby project.".freeze s.email = ["grape-sorbet@thatch.ai".freeze] s.files = [".editorconfig".freeze, ".rubocop.yml".freeze, ".ruby-version".freeze, "CHANGELOG.md".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "grape_sorbet.gemspec".freeze, "lib/grape_sorbet.rb".freeze, "lib/grape_sorbet/version.rb".freeze, "lib/tapioca/dsl/compilers/grape_endpoints.rb".freeze, "lib/tapioca/dsl/helpers/grape_constants_helper.rb".freeze, "rbi/grape.rbi".freeze] s.homepage = "https://github.com/thatch-health/grape_sorbet".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 3.1.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Sorbet signatures and Tapioca DSL compiler for Grape.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.5.10741".freeze]) end