# -*- encoding: utf-8 -*- # stub: rubocop-on-rbs 0.7.0 ruby lib Gem::Specification.new do |s| s.name = "rubocop-on-rbs".freeze s.version = "0.7.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/ksss/rubocop-on-rbs", "homepage_uri" => "https://github.com/ksss/rubocop-on-rbs", "rubygems_mfa_required" => "true", "source_code_uri" => "https://github.com/ksss/rubocop-on-rbs" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["ksss".freeze] s.bindir = "exe".freeze s.date = "2024-06-27" s.description = "RuboCop extension for RBS file.".freeze s.email = ["co000ri@gmail.com".freeze] s.files = ["CHANGELOG.md".freeze, "CODE_OF_CONDUCT.md".freeze, "LICENSE.txt".freeze, "README.md".freeze, "config/default.yml".freeze, "lib/rubocop-on-rbs.rb".freeze, "lib/rubocop/cop/rbs/layout/comment_indentation.rb".freeze, "lib/rubocop/cop/rbs/layout/empty_lines_around_overloads.rb".freeze, "lib/rubocop/cop/rbs/layout/end_alignment.rb".freeze, "lib/rubocop/cop/rbs/layout/extra_spacing.rb".freeze, "lib/rubocop/cop/rbs/layout/indentation_width.rb".freeze, "lib/rubocop/cop/rbs/layout/overload_indentation.rb".freeze, "lib/rubocop/cop/rbs/layout/space_around_arrow.rb".freeze, "lib/rubocop/cop/rbs/layout/space_around_braces.rb".freeze, "lib/rubocop/cop/rbs/layout/space_around_operators.rb".freeze, "lib/rubocop/cop/rbs/layout/space_before_colon.rb".freeze, "lib/rubocop/cop/rbs/layout/space_before_overload.rb".freeze, "lib/rubocop/cop/rbs/layout/trailing_whitespace.rb".freeze, "lib/rubocop/cop/rbs/lint/ambiguous_operator_precedence.rb".freeze, "lib/rubocop/cop/rbs/lint/duplicate_overload.rb".freeze, "lib/rubocop/cop/rbs/lint/literal_intersection.rb".freeze, "lib/rubocop/cop/rbs/lint/syntax.rb".freeze, "lib/rubocop/cop/rbs/lint/useless_access_modifier.rb".freeze, "lib/rubocop/cop/rbs/lint/useless_overload_type_params.rb".freeze, "lib/rubocop/cop/rbs/lint/will_syntax_error.rb".freeze, "lib/rubocop/cop/rbs/style/block_return_boolish.rb".freeze, "lib/rubocop/cop/rbs/style/classic_type.rb".freeze, "lib/rubocop/cop/rbs/style/duplicated_type.rb".freeze, "lib/rubocop/cop/rbs/style/empty_argument.rb".freeze, "lib/rubocop/cop/rbs/style/initialize_return_type.rb".freeze, "lib/rubocop/cop/rbs/style/optional_nil.rb".freeze, "lib/rubocop/cop/rbs/style/redundant_parentheses.rb".freeze, "lib/rubocop/cop/rbs/style/true_false.rb".freeze, "lib/rubocop/cop/rbs_cops.rb".freeze, "lib/rubocop/rbs.rb".freeze, "lib/rubocop/rbs/cop_base.rb".freeze, "lib/rubocop/rbs/inject.rb".freeze, "lib/rubocop/rbs/on_type_helper.rb".freeze, "lib/rubocop/rbs/processed_rbs_source.rb".freeze, "lib/rubocop/rbs/version.rb".freeze] s.homepage = "https://github.com/ksss/rubocop-on-rbs".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 3.1.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "RuboCop extension for RBS file.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 3.5".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.61".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end