# -*- encoding: utf-8 -*- # stub: rubocop-discourse 3.8.3 ruby lib Gem::Specification.new do |s| s.name = "rubocop-discourse".freeze s.version = "3.8.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Discourse Team".freeze] s.date = "2024-10-25" s.files = [".github/workflows/ci.yml".freeze, ".gitignore".freeze, ".rubocop.yml".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "config/default.yml".freeze, "default.yml".freeze, "lib/rubocop-discourse.rb".freeze, "lib/rubocop/cop/discourse/fabricator_shorthand.rb".freeze, "lib/rubocop/cop/discourse/no_add_reference_active_record_migrations.rb".freeze, "lib/rubocop/cop/discourse/no_chdir.rb".freeze, "lib/rubocop/cop/discourse/no_direct_multisite_manipulation.rb".freeze, "lib/rubocop/cop/discourse/no_json_parse_response.rb".freeze, "lib/rubocop/cop/discourse/no_mixing_multisite_and_standard_specs.rb".freeze, "lib/rubocop/cop/discourse/no_mocking_jobs.rb".freeze, "lib/rubocop/cop/discourse/no_nokogiri_html_fragment.rb".freeze, "lib/rubocop/cop/discourse/no_reset_column_information_in_migrations.rb".freeze, "lib/rubocop/cop/discourse/no_time_new_without_args.rb".freeze, "lib/rubocop/cop/discourse/no_uri_escape_encode.rb".freeze, "lib/rubocop/cop/discourse/only_top_level_multisite_specs.rb".freeze, "lib/rubocop/cop/discourse/plugins/call_requires_plugin.rb".freeze, "lib/rubocop/cop/discourse/plugins/namespace_constants.rb".freeze, "lib/rubocop/cop/discourse/plugins/namespace_methods.rb".freeze, "lib/rubocop/cop/discourse/plugins/no_monkey_patching.rb".freeze, "lib/rubocop/cop/discourse/plugins/use_plugin_instance_on.rb".freeze, "lib/rubocop/cop/discourse/plugins/use_require_relative.rb".freeze, "lib/rubocop/cop/discourse/time_eq_matcher.rb".freeze, "lib/rubocop/cop/discourse_cops.rb".freeze, "lib/rubocop/discourse.rb".freeze, "lib/rubocop/discourse/inject.rb".freeze, "rubocop-capybara.yml".freeze, "rubocop-core.yml".freeze, "rubocop-discourse.gemspec".freeze, "rubocop-factory_bot.yml".freeze, "rubocop-layout.yml".freeze, "rubocop-rails.yml".freeze, "rubocop-rspec.yml".freeze, "spec/fixtures/controllers/bad_controller.rb".freeze, "spec/fixtures/controllers/base_controller.rb".freeze, "spec/fixtures/controllers/good_controller.rb".freeze, "spec/fixtures/controllers/inherit_from_outside_controller.rb".freeze, "spec/fixtures/controllers/namespaced_parent_controller.rb".freeze, "spec/fixtures/controllers/no_requires_plugin_controller.rb".freeze, "spec/fixtures/controllers/requires_plugin_controller.rb".freeze, "spec/lib/rubocop/cop/fabricator_shorthand_spec.rb".freeze, "spec/lib/rubocop/cop/no_add_reference_active_record_migrations_spec.rb".freeze, "spec/lib/rubocop/cop/no_mixing_multisite_and_standard_specs_spec.rb".freeze, "spec/lib/rubocop/cop/no_mocking_jobs_enqueue_spec.rb".freeze, "spec/lib/rubocop/cop/no_reset_column_information_migrations_spec.rb".freeze, "spec/lib/rubocop/cop/only_top_level_multisite_specs_spec.rb".freeze, "spec/lib/rubocop/cop/plugins/call_requires_plugin_spec.rb".freeze, "spec/lib/rubocop/cop/plugins/namespace_constants_spec.rb".freeze, "spec/lib/rubocop/cop/plugins/namespace_methods_spec.rb".freeze, "spec/lib/rubocop/cop/plugins/no_monkey_patching_spec.rb".freeze, "spec/lib/rubocop/cop/plugins/use_plugin_instance_on_spec.rb".freeze, "spec/lib/rubocop/cop/plugins/use_require_relative_spec.rb".freeze, "spec/lib/rubocop/cop/time_eq_matcher_spec.rb".freeze, "spec/spec_helper.rb".freeze, "stree-compat.yml".freeze] s.homepage = "https://github.com/discourse/rubocop-discourse".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Custom rubocop cops used by Discourse".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 6.1".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.59.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 3.0.1".freeze]) s.add_runtime_dependency(%q.freeze, [">= 2.0.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 2.0.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 2.25.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 2.30.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 13.1.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.12.0".freeze]) end