You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
docuseal/vendor/bundle/ruby/4.0.0/specifications/rubocop-performance-1.26.1....

31 lines
1.8 KiB

# -*- encoding: utf-8 -*-
# stub: rubocop-performance 1.26.1 ruby lib
Gem::Specification.new do |s|
s.name = "rubocop-performance".freeze
s.version = "1.26.1".freeze
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
s.metadata = { "bug_tracker_uri" => "https://github.com/rubocop/rubocop-performance/issues", "changelog_uri" => "https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md", "default_lint_roller_plugin" => "RuboCop::Performance::Plugin", "documentation_uri" => "https://docs.rubocop.org/rubocop-performance/1.26/", "homepage_uri" => "https://docs.rubocop.org/rubocop-performance/", "rubygems_mfa_required" => "true", "source_code_uri" => "https://github.com/rubocop/rubocop-performance/" } if s.respond_to? :metadata=
s.require_paths = ["lib".freeze]
s.authors = ["Bozhidar Batsov".freeze, "Jonas Arvidsson".freeze, "Yuji Nakayama".freeze]
s.date = "2025-10-18"
s.description = "A collection of RuboCop cops to check for performance optimizations\nin Ruby code.\n".freeze
s.email = "rubocop@googlegroups.com".freeze
s.extra_rdoc_files = ["LICENSE.txt".freeze, "README.md".freeze]
s.files = ["LICENSE.txt".freeze, "README.md".freeze]
s.homepage = "https://github.com/rubocop/rubocop-performance".freeze
s.licenses = ["MIT".freeze]
s.required_ruby_version = Gem::Requirement.new(">= 2.7.0".freeze)
s.rubygems_version = "3.1.6".freeze
s.summary = "Automatic performance checking tool for Ruby code.".freeze
s.installed_by_version = "4.0.3".freeze
s.specification_version = 4
s.add_runtime_dependency(%q<lint_roller>.freeze, ["~> 1.1".freeze])
s.add_runtime_dependency(%q<rubocop>.freeze, [">= 1.75.0".freeze, "< 2.0".freeze])
s.add_runtime_dependency(%q<rubocop-ast>.freeze, [">= 1.47.1".freeze, "< 2.0".freeze])
end