# -*- encoding: utf-8 -*-
# stub: ruby-lsp-shoulda-context 0.3.3 ruby lib

Gem::Specification.new do |s|
  s.name = "ruby-lsp-shoulda-context".freeze
  s.version = "0.3.3".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.metadata = { "allowed_push_host" => "https://rubygems.org", "changelog_uri" => "https://github.com/domingo2000/ruby-lsp-shoulda-context/blob/main/CHANGELOG.md", "homepage_uri" => "https://github.com/domingo2000/ruby-lsp-shoulda-context", "source_code_uri" => "https://github.com/domingo2000/ruby-lsp-shoulda-context" } if s.respond_to? :metadata=
  s.require_paths = ["lib".freeze]
  s.authors = ["Domingo Edwards".freeze]
  s.bindir = "exe".freeze
  s.date = "2024-02-10"
  s.description = "An addon for the Ruby LSP that enables shoulda-context testing".freeze
  s.email = ["domingo.edwards@uc.cl".freeze]
  s.files = [".rubocop.yml".freeze, ".ruby-version".freeze, "CHANGELOG.md".freeze, "CODE_OF_CONDUCT.md".freeze, "LICENSE.txt".freeze, "Rakefile".freeze, "Readme.md".freeze, "lib/ruby_lsp/ruby-lsp-shoulda-context/addon.rb".freeze, "lib/ruby_lsp/ruby-lsp-shoulda-context/code_lens.rb".freeze, "lib/ruby_lsp/shoulda_context.rb".freeze, "lib/ruby_lsp/shoulda_context/version.rb".freeze]
  s.homepage = "https://github.com/domingo2000/ruby-lsp-shoulda-context".freeze
  s.licenses = ["MIT".freeze]
  s.required_ruby_version = Gem::Requirement.new(">= 3.0.0".freeze)
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Ruby LSP shoulda-context".freeze

  s.specification_version = 4

  s.add_runtime_dependency(%q<ruby-lsp>.freeze, [">= 0.13.0".freeze, "< 0.14.0".freeze])
end