# -*- encoding: utf-8 -*- # stub: rubocop-performance 1.13.1 ruby lib Gem::Specification.new do |s| s.name = "rubocop-performance".freeze s.version = "1.13.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", "documentation_uri" => "https://docs.rubocop.org/rubocop-performance/1.13/", "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 = "2022-01-01" 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, "config/default.yml".freeze, "config/obsoletion.yml".freeze, "lib/rubocop-performance.rb".freeze, "lib/rubocop/cop/mixin/regexp_metacharacter.rb".freeze, "lib/rubocop/cop/mixin/sort_block.rb".freeze, "lib/rubocop/cop/performance/ancestors_include.rb".freeze, "lib/rubocop/cop/performance/array_semi_infinite_range_slice.rb".freeze, "lib/rubocop/cop/performance/big_decimal_with_numeric_argument.rb".freeze, "lib/rubocop/cop/performance/bind_call.rb".freeze, "lib/rubocop/cop/performance/block_given_with_explicit_block.rb".freeze, "lib/rubocop/cop/performance/caller.rb".freeze, "lib/rubocop/cop/performance/case_when_splat.rb".freeze, "lib/rubocop/cop/performance/casecmp.rb".freeze, "lib/rubocop/cop/performance/chain_array_allocation.rb".freeze, "lib/rubocop/cop/performance/collection_literal_in_loop.rb".freeze, "lib/rubocop/cop/performance/compare_with_block.rb".freeze, "lib/rubocop/cop/performance/concurrent_monotonic_time.rb".freeze, "lib/rubocop/cop/performance/constant_regexp.rb".freeze, "lib/rubocop/cop/performance/count.rb".freeze, "lib/rubocop/cop/performance/delete_prefix.rb".freeze, "lib/rubocop/cop/performance/delete_suffix.rb".freeze, "lib/rubocop/cop/performance/detect.rb".freeze, "lib/rubocop/cop/performance/double_start_end_with.rb".freeze, "lib/rubocop/cop/performance/end_with.rb".freeze, "lib/rubocop/cop/performance/fixed_size.rb".freeze, "lib/rubocop/cop/performance/flat_map.rb".freeze, "lib/rubocop/cop/performance/inefficient_hash_search.rb".freeze, "lib/rubocop/cop/performance/io_readlines.rb".freeze, "lib/rubocop/cop/performance/map_compact.rb".freeze, "lib/rubocop/cop/performance/method_object_as_block.rb".freeze, "lib/rubocop/cop/performance/open_struct.rb".freeze, "lib/rubocop/cop/performance/range_include.rb".freeze, "lib/rubocop/cop/performance/redundant_block_call.rb".freeze, "lib/rubocop/cop/performance/redundant_equality_comparison_block.rb".freeze, "lib/rubocop/cop/performance/redundant_match.rb".freeze, "lib/rubocop/cop/performance/redundant_merge.rb".freeze, "lib/rubocop/cop/performance/redundant_sort_block.rb".freeze, "lib/rubocop/cop/performance/redundant_split_regexp_argument.rb".freeze, "lib/rubocop/cop/performance/redundant_string_chars.rb".freeze, "lib/rubocop/cop/performance/regexp_match.rb".freeze, "lib/rubocop/cop/performance/reverse_each.rb".freeze, "lib/rubocop/cop/performance/reverse_first.rb".freeze, "lib/rubocop/cop/performance/select_map.rb".freeze, "lib/rubocop/cop/performance/size.rb".freeze, "lib/rubocop/cop/performance/sort_reverse.rb".freeze, "lib/rubocop/cop/performance/squeeze.rb".freeze, "lib/rubocop/cop/performance/start_with.rb".freeze, "lib/rubocop/cop/performance/string_identifier_argument.rb".freeze, "lib/rubocop/cop/performance/string_include.rb".freeze, "lib/rubocop/cop/performance/string_replacement.rb".freeze, "lib/rubocop/cop/performance/sum.rb".freeze, "lib/rubocop/cop/performance/times_map.rb".freeze, "lib/rubocop/cop/performance/unfreeze_string.rb".freeze, "lib/rubocop/cop/performance/uri_default_parser.rb".freeze, "lib/rubocop/cop/performance_cops.rb".freeze, "lib/rubocop/performance.rb".freeze, "lib/rubocop/performance/inject.rb".freeze, "lib/rubocop/performance/version.rb".freeze] s.homepage = "https://github.com/rubocop/rubocop-performance".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.5.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Automatic performance checking tool for Ruby code.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 1.7.0".freeze, "< 2.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.4.0".freeze]) end