# -*- encoding: utf-8 -*- # stub: standard 1.35.0.1 ruby lib Gem::Specification.new do |s| s.name = "standard".freeze s.version = "1.35.0.1".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/blob/main/CHANGELOG.md", "homepage_uri" => "https://github.com/standardrb/standard", "rubygems_mfa_required" => "true", "source_code_uri" => "https://github.com/standardrb/standard" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Justin Searls".freeze] s.bindir = "exe".freeze s.date = "2024-03-12" s.email = ["searls@gmail.com".freeze] s.executables = ["standardrb".freeze] s.files = [".github/dependabot.yml".freeze, ".github/workflows/test.yml".freeze, ".github/workflows/update.yml".freeze, ".gitignore".freeze, ".standard.yml".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/run".freeze, "bin/setup".freeze, "config/base.yml".freeze, "config/default.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, "config/ruby-2.3.yml".freeze, "config/ruby-2.4.yml".freeze, "config/ruby-2.5.yml".freeze, "config/ruby-2.6.yml".freeze, "config/ruby-2.7.yml".freeze, "config/ruby-3.0.yml".freeze, "config/ruby-3.1.yml".freeze, "config/ruby-3.2.yml".freeze, "docs/ARCHITECTURE.md".freeze, "docs/NEW_RUBIES.md".freeze, "docs/RELEASE.md".freeze, "docs/UPGRADING.md".freeze, "exe/standardrb".freeze, "lib/standard.rb".freeze, "lib/standard/base.rb".freeze, "lib/standard/base/plugin.rb".freeze, "lib/standard/builds_config.rb".freeze, "lib/standard/cli.rb".freeze, "lib/standard/creates_config_store.rb".freeze, "lib/standard/creates_config_store/assigns_rubocop_yaml.rb".freeze, "lib/standard/creates_config_store/configures_ignored_paths.rb".freeze, "lib/standard/creates_config_store/merges_user_config_extensions.rb".freeze, "lib/standard/creates_config_store/sets_target_ruby_version.rb".freeze, "lib/standard/file_finder.rb".freeze, "lib/standard/formatter.rb".freeze, "lib/standard/loads_runner.rb".freeze, "lib/standard/loads_yaml_config.rb".freeze, "lib/standard/lsp/kills_server.rb".freeze, "lib/standard/lsp/logger.rb".freeze, "lib/standard/lsp/routes.rb".freeze, "lib/standard/lsp/server.rb".freeze, "lib/standard/lsp/standardizer.rb".freeze, "lib/standard/merges_settings.rb".freeze, "lib/standard/plugin.rb".freeze, "lib/standard/plugin/combines_plugin_configs.rb".freeze, "lib/standard/plugin/creates_runner_context.rb".freeze, "lib/standard/plugin/determines_class_constant.rb".freeze, "lib/standard/plugin/initializes_plugins.rb".freeze, "lib/standard/plugin/merges_plugins_into_rubocop_config.rb".freeze, "lib/standard/plugin/standardizes_configured_plugins.rb".freeze, "lib/standard/prints_big_hairy_version_warning.rb".freeze, "lib/standard/railtie.rb".freeze, "lib/standard/rake.rb".freeze, "lib/standard/resolves_yaml_option.rb".freeze, "lib/standard/rubocop/ext.rb".freeze, "lib/standard/runners/genignore.rb".freeze, "lib/standard/runners/help.rb".freeze, "lib/standard/runners/lsp.rb".freeze, "lib/standard/runners/rubocop.rb".freeze, "lib/standard/runners/verbose_version.rb".freeze, "lib/standard/runners/version.rb".freeze, "lib/standard/version.rb".freeze, "standard.gemspec".freeze] s.homepage = "https://github.com/standardrb/standard".freeze s.post_install_message = "============================================================================\n= WARNING: You do not want to run this version of Standard! =\n============================================================================\n\nWhat's going on here?\n---------------------\nVersion 1.35.0 of Standard was set to depend on `~> 1.62' of RuboCop. This\nconstraint is too loose, and covers all minor versions of RuboCop 1.x.\n\n\"How do I fix this?\", you might be asking.\n\nHow to fix this\n---------------\nIf you add a version specifier pinning `standard' to a version newer\nthan 1.35.1, Bundler will resolve appropriate versions of `standard',\n`rubocop', and any other rubocop-dependent gems you may have installed.\n\n1. Update your Gemfile to pin standard to be at least one such version:\n\n gem \"standard\", \">= 1.35.1\"\n\n2. Run `bundle`, which will install and lock more appropriate versions\n\n Example output:\n Using rubocop 1.48.1 (was 1.49.0)\n Using standard 1.26.0 (was 0.0.36)\n\nThis version (1.35.0.1) is an inoperative placeholder gem that exists\nsolely to print this message.\n\nWe're very sorry for this inconvenience!\n\n============================================================================\n= END OF BIG SCARY WARNING =\n============================================================================\n".freeze s.required_ruby_version = Gem::Requirement.new(">= 2.6.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Ruby Style Guide, with linter & automatic code fixer".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 1.62".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.3".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 3.17.0.2".freeze]) end