# -*- encoding: utf-8 -*- # stub: standard-performance 1.5.0 ruby lib Gem::Specification.new do |s| s.name = "standard-performance".freeze s.version = "1.5.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/standardrb/standard-performance/blob/main/CHANGELOG.md", "default_lint_roller_plugin" => "Standard::Performance::Plugin", "homepage_uri" => "https://github.com/standardrb/standard-performance", "source_code_uri" => "https://github.com/standardrb/standard-performance" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Justin Searls".freeze] s.bindir = "exe".freeze s.date = "2024-10-08" s.email = ["searls@gmail.com".freeze] s.files = [".standard.yml".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "config/base.yml".freeze, "config/ruby-1.8.yml".freeze, "config/ruby-1.9.yml".freeze, "config/ruby-2.0.yml".freeze, "config/ruby-2.1.yml".freeze, "config/ruby-2.2.yml".freeze, "docs/RELEASE.md".freeze, "lib/standard-performance.rb".freeze, "lib/standard/performance.rb".freeze, "lib/standard/performance/builds_ruleset.rb".freeze, "lib/standard/performance/determines_yaml_path.rb".freeze, "lib/standard/performance/loads_yaml_with_inheritance.rb".freeze, "lib/standard/performance/plugin.rb".freeze, "lib/standard/performance/version.rb".freeze] s.homepage = "https://github.com/standardrb/standard-performance".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 = "Standard Ruby Plugin providing configuration for rubocop-performance".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 1.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.22.0".freeze]) end