rubocop-rubomatic 1.0.0.pre.rc.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata ADDED
@@ -0,0 +1,108 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: rubocop-rubomatic
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0.pre.rc.1
5
+ platform: ruby
6
+ authors:
7
+ - Brands Insurance
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2023-05-05 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: rubocop
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: 1.49.0
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: 1.49.0
27
+ - !ruby/object:Gem::Dependency
28
+ name: rubocop-performance
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: 1.16.0
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: 1.16.0
41
+ description:
42
+ email:
43
+ - documents@brandsinsurance.com
44
+ executables: []
45
+ extensions: []
46
+ extra_rdoc_files: []
47
+ files:
48
+ - CHANGELOG.adoc
49
+ - LICENSE
50
+ - README.adoc
51
+ - config/bundler.yml
52
+ - config/default.yml
53
+ - config/gemspec.yml
54
+ - config/gemspec_on.yml
55
+ - config/layout.yml
56
+ - config/lint.yml
57
+ - config/metrics.yml
58
+ - config/migration.yml
59
+ - config/naming.yml
60
+ - config/performance.yml
61
+ - config/rubocop.yml
62
+ - config/rubomatic/layout.yml
63
+ - config/rubomatic/rubocop.yml
64
+ - config/rubomatic/style.yml
65
+ - config/security.yml
66
+ - config/style.yml
67
+ - docs/cops/layout/README.adoc
68
+ - docs/cops/layout/multiline_array_line_breaks/README.adoc
69
+ - docs/cops/style/README.adoc
70
+ - docs/cops/style/disallowed_methods/README.adoc
71
+ - lib/rubocop-rubomatic.rb
72
+ - lib/rubocop/cop/rubomatic/generator.rb
73
+ - lib/rubocop/cop/rubomatic/generator/cop_readme_injector.rb
74
+ - lib/rubocop/cop/rubomatic/generator/dept_readme_injector.rb
75
+ - lib/rubocop/cop/rubomatic/layout/multiline_array_line_breaks.rb
76
+ - lib/rubocop/cop/rubomatic/style/disallowed_methods.rb
77
+ - lib/rubocop/cop/rubomatic_cops.rb
78
+ - lib/rubocop/rubomatic.rb
79
+ - lib/rubocop/rubomatic/inject.rb
80
+ - lib/rubocop/rubomatic/version.rb
81
+ homepage: https://github.com/BrandsInsurance/rubocop-rubomatic/
82
+ licenses:
83
+ - MIT
84
+ metadata:
85
+ rubygems_mfa_required: 'true'
86
+ homepage_uri: https://github.com/BrandsInsurance/rubocop-rubomatic/
87
+ source_code_uri: https://github.com/BrandsInsurance/rubocop-rubomatic/tree/main
88
+ changelog_uri: https://github.com/BrandsInsurance/rubocop-rubomatic/blob/main/CHANGELOG.adoc
89
+ post_install_message:
90
+ rdoc_options: []
91
+ require_paths:
92
+ - lib
93
+ required_ruby_version: !ruby/object:Gem::Requirement
94
+ requirements:
95
+ - - ">="
96
+ - !ruby/object:Gem::Version
97
+ version: 3.0.1
98
+ required_rubygems_version: !ruby/object:Gem::Requirement
99
+ requirements:
100
+ - - ">"
101
+ - !ruby/object:Gem::Version
102
+ version: 1.3.1
103
+ requirements: []
104
+ rubygems_version: 3.2.15
105
+ signing_key:
106
+ specification_version: 4
107
+ summary: Custom cops and shared config for BrandsInsurance
108
+ test_files: []