# -*- encoding: utf-8 -*- # stub: rubocop-discourse 2.2.0 ruby lib Gem::Specification.new do |s| s.name = "rubocop-discourse".freeze s.version = "2.2.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["David Taylor".freeze] s.date = "2020-06-17" 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/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_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/time_eq_matcher.rb".freeze, "lib/rubocop/cop/discourse_cops.rb".freeze, "lib/rubocop/discourse.rb".freeze, "lib/rubocop/discourse/inject.rb".freeze, "rubocop-core.yml".freeze, "rubocop-discourse.gemspec".freeze, "rubocop-rspec.yml".freeze, "spec/lib/rubocop/cop/no_add_reference_active_record_migrations_spec.rb".freeze, "spec/lib/rubocop/cop/no_reset_column_information_migrations_spec.rb".freeze, "spec/spec_helper.rb".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, [">= 0.69.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.39.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 13.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end