# -*- encoding: utf-8 -*- # stub: rubocop-capybara 2.18.0 ruby lib Gem::Specification.new do |s| s.name = "rubocop-capybara".freeze s.version = "2.18.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "changelog_uri" => "https://github.com/rubocop/rubocop-capybara/blob/main/CHANGELOG.md", "documentation_uri" => "https://docs.rubocop.org/rubocop-capybara/", "rubygems_mfa_required" => "true" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Yudai Takada".freeze] s.date = "2023-04-21" s.description = " Code style checking for Capybara test files (RSpec, Cucumber, Minitest).\n A plugin for the RuboCop code style enforcing & linting tool.\n".freeze s.extra_rdoc_files = ["MIT-LICENSE.md".freeze, "README.md".freeze] s.files = ["CHANGELOG.md".freeze, "CODE_OF_CONDUCT.md".freeze, "MIT-LICENSE.md".freeze, "README.md".freeze, "config/default.yml".freeze, "lib/rubocop-capybara.rb".freeze, "lib/rubocop/capybara/config_formatter.rb".freeze, "lib/rubocop/capybara/description_extractor.rb".freeze, "lib/rubocop/capybara/version.rb".freeze, "lib/rubocop/cop/capybara/current_path_expectation.rb".freeze, "lib/rubocop/cop/capybara/match_style.rb".freeze, "lib/rubocop/cop/capybara/mixin/capybara_help.rb".freeze, "lib/rubocop/cop/capybara/mixin/css_selector.rb".freeze, "lib/rubocop/cop/capybara/negation_matcher.rb".freeze, "lib/rubocop/cop/capybara/specific_actions.rb".freeze, "lib/rubocop/cop/capybara/specific_finders.rb".freeze, "lib/rubocop/cop/capybara/specific_matcher.rb".freeze, "lib/rubocop/cop/capybara/visibility_matcher.rb".freeze, "lib/rubocop/cop/capybara_cops.rb".freeze] s.homepage = "https://github.com/rubocop/rubocop-capybara".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 = "Code style checking for Capybara test files".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 1.41".freeze]) end