--- !ruby/object:Gem::Specification name: rubocop-ipepe version: !ruby/object:Gem::Version version: 0.2.0 platform: ruby authors: - Patryk Ptasinski autorequire: bindir: exe cert_chain: [] date: 2023-09-21 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rubocop requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.41' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.41' description: This gem is a collection of RuboCop cops used by ipepe. email: - patryk@ipepe.pl executables: [] extensions: [] extra_rdoc_files: [] files: - ".github/workflows/rspec.yml" - ".github/workflows/rubocop.yml" - ".gitignore" - ".rubocop.yml" - ".ruby-version" - Gemfile - Gemfile.lock - LICENSE.md - README.md - Rakefile - bin/console - bin/coveragecheck - bin/setup - config/default.yml - config/rails.default.yml - config/ruby.default.yml - lib/rubocop-ipepe.rb - lib/rubocop/cop/ipepe/alphabetical_array_of_strings.rb - lib/rubocop/cop/ipepe/alphabetical_hash_keys.rb - lib/rubocop/cop/ipepe/multiple_condition_unless.rb - lib/rubocop/cop/ipepe/ternary_operator.rb - lib/rubocop/cop/ipepe_cops.rb - lib/rubocop/ipepe.rb - lib/rubocop/ipepe/inject.rb - lib/rubocop/ipepe/version.rb - rubocop-ipepe.gemspec homepage: https://github.com/ipepe-oss/rubocop-ipepe licenses: - MIT metadata: allowed_push_host: https://rubygems.org homepage_uri: https://github.com/ipepe-oss/rubocop-ipepe source_code_uri: https://github.com/ipepe-oss/rubocop-ipepe changelog_uri: https://github.com/ipepe-oss/rubocop-ipepe#changelog rubygems_mfa_required: 'true' post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.4.0 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.1.6 signing_key: specification_version: 4 summary: Opinionated RuboCop configuration used by ipepe. test_files: []