# -*- encoding: utf-8 -*- # stub: rubocop-ipepe 0.2.0 ruby lib Gem::Specification.new do |s| s.name = "rubocop-ipepe".freeze s.version = "0.2.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "allowed_push_host" => "https://rubygems.org", "changelog_uri" => "https://github.com/ipepe-oss/rubocop-ipepe#changelog", "homepage_uri" => "https://github.com/ipepe-oss/rubocop-ipepe", "rubygems_mfa_required" => "true", "source_code_uri" => "https://github.com/ipepe-oss/rubocop-ipepe" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Patryk Ptasinski".freeze] s.bindir = "exe".freeze s.date = "2023-09-21" s.description = "This gem is a collection of RuboCop cops used by ipepe.".freeze s.email = ["patryk@ipepe.pl".freeze] s.files = [".github/workflows/rspec.yml".freeze, ".github/workflows/rubocop.yml".freeze, ".gitignore".freeze, ".rubocop.yml".freeze, ".ruby-version".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.md".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/coveragecheck".freeze, "bin/setup".freeze, "config/default.yml".freeze, "config/rails.default.yml".freeze, "config/ruby.default.yml".freeze, "lib/rubocop-ipepe.rb".freeze, "lib/rubocop/cop/ipepe/alphabetical_array_of_strings.rb".freeze, "lib/rubocop/cop/ipepe/alphabetical_hash_keys.rb".freeze, "lib/rubocop/cop/ipepe/multiple_condition_unless.rb".freeze, "lib/rubocop/cop/ipepe/ternary_operator.rb".freeze, "lib/rubocop/cop/ipepe_cops.rb".freeze, "lib/rubocop/ipepe.rb".freeze, "lib/rubocop/ipepe/inject.rb".freeze, "lib/rubocop/ipepe/version.rb".freeze, "rubocop-ipepe.gemspec".freeze] s.homepage = "https://github.com/ipepe-oss/rubocop-ipepe".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.4.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Opinionated RuboCop configuration used by ipepe.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 1.41".freeze]) end