Sha256: e4c0fdb7aa6624d40a0df8d1e47741e6ae7bfb34c6c62403878456f79f0cd6a1
Contents?: true
Size: 1.57 KB
Versions: 0
Compression: gzip
Compressed size: 674 Bytes
Stored size: 674 Bytes
Contents
--- !ruby/object:Gem::Specification name: ruboclean version: !ruby/object:Gem::Version version: 0.5.0 platform: ruby authors: - lxxxvi autorequire: bindir: bin cert_chain: [] date: 2024-02-11 00:00:00.000000000 Z dependencies: [] description: Cleans and orders settings in .rubocop.yml email: - lxxxvi@users.noreply.github.com executables: - ruboclean extensions: [] extra_rdoc_files: [] files: - ".github/workflows/ci.yml" - ".gitignore" - ".rubocop.yml" - CODE_OF_CONDUCT.md - Gemfile - Gemfile.lock - LICENSE.txt - README.md - Rakefile - bin/console - bin/ruboclean - bin/setup - bin/test - lib/ruboclean.rb - lib/ruboclean/cli_arguments.rb - lib/ruboclean/grouper.rb - lib/ruboclean/orderer.rb - lib/ruboclean/path_cleanup.rb - lib/ruboclean/runner.rb - lib/ruboclean/to_yaml_converter.rb - lib/ruboclean/version.rb - ruboclean.gemspec homepage: https://github.com/lxxxvi/ruboclean licenses: - MIT metadata: homepage_uri: https://github.com/lxxxvi/ruboclean source_code_uri: https://github.com/lxxxvi/ruboclean changelog_uri: https://github.com/lxxxvi/ruboclean/blob/master/CHANGELOG.md 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.7.0 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.5.3 signing_key: specification_version: 4 summary: Cleans and orders settings in .rubocop.yml test_files: []