rubocop-itsmycargo 0.2.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 8d9439f34546cf1aa1248199f4d267bef70ede39786c0fb529dc8645f2ecd425
4
+ data.tar.gz: b962d9de0f262d3d54ad14d737ba541243f46cb3711fa2c6ee66c6ef39092e65
5
+ SHA512:
6
+ metadata.gz: d896ab69d3b864c7ca6ea77bb7137b7230f14737d25c89d8aa607f62f966b697cc770845f244b122552ca967fc2049722b2bb33c3e53398140fb759debd49452
7
+ data.tar.gz: 92d7a29805b79b7d6751685e5b8e8694da7082195525946879b09ecf61d3866d443a5b3d92beba9e2f07c07ee936f7112c10acd75f92ac5bfc04eb5bd2bf895d
@@ -0,0 +1,12 @@
1
+ /.bundle/
2
+ /.yardoc
3
+ /_yardoc/
4
+ /coverage/
5
+ /doc/
6
+ /pkg/
7
+ /spec/reports/
8
+ /tmp/
9
+
10
+ # rspec failure tracking
11
+ .rspec_status
12
+ Gemfile.lock
data/.rspec ADDED
@@ -0,0 +1,3 @@
1
+ --format documentation
2
+ --color
3
+ --require spec_helper
@@ -0,0 +1,2 @@
1
+ inherit_from:
2
+ - config/base.yml
@@ -0,0 +1 @@
1
+ 2.7.1
@@ -0,0 +1,33 @@
1
+ ### Next
2
+ ### v0.2.5-alpha-alpha-alpha-rc-rc - 2020-05-12
3
+ ### v0.2.4-alpha-alpha-alpha-rc-rc - 2020-05-12
4
+ ### v0.2.3-alpha-alpha-alpha-rc-rc - 2020-05-12
5
+ ### v0.2.2-alpha-alpha-alpha-rc-rc - 2020-05-06
6
+ ### v0.2.1-alpha-alpha-alpha-rc-rc - 2020-05-06
7
+ <<<<<<< HEAD
8
+ ### v0.1.9-alpha-alpha-alpha-rc-rc - 2020-02-13
9
+ =======
10
+ ### v0.2.0-alpha-alpha-alpha-rc-rc - 2020-05-06
11
+ >>>>>>> bc0d7cb... v0.2.0
12
+ ### v0.1.8-alpha-alpha-alpha-rc-rc - 2020-02-13
13
+ ### v0.1.10-alpha-alpha-alpha-rc-rc - 2020-02-13
14
+ ### v0.1.9-alpha-alpha-rc-rc - 2020-02-13
15
+ ### v0.1.8-alpha-rc-rc - 2020-02-13
16
+ <<<<<<< HEAD
17
+ ### v0.1.7-rc-rc - 2020-02-13
18
+ =======
19
+ ### v0.1.7-alpha-rc-rc - 2020-02-13
20
+ >>>>>>> v0.1.7-alpha
21
+ ### v0.1.6-rc-rc - 2020-02-13
22
+ ### v0.1.5-rc-rc - 2020-02-13
23
+ ### v0.1.10-rc-rc - 2020-02-13
24
+ ### v0.1.9-rc-rc - 2020-02-13
25
+ ### v0.1.8-rc-rc - 2020-02-13
26
+ ### v0.1.7-rc-rc - 2020-02-13
27
+ ### v0.1.6-rc-rc - 2020-02-13
28
+ ### v0.1.5-rc-rc - 2020-02-13
29
+ ### v0.1.5-rc-rc - 2020-02-13
30
+ ### v0.1.4-rc - 2020-02-13
31
+
32
+ ### v0.1.4 - 2020-02-11
33
+ - allow more lines for rspec
data/Gemfile ADDED
@@ -0,0 +1,8 @@
1
+ # frozen_string_literal: true
2
+
3
+ source "https://rubygems.org"
4
+
5
+ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
6
+
7
+ # Specify your gem's dependencies in rubocop-itsmycargo.gemspec
8
+ gemspec
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2019 Mikko Kokkonen
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
@@ -0,0 +1,39 @@
1
+ # Rubocop::Itsmycargo
2
+
3
+ Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/rubocop/itsmycargo`. To experiment with that code, run `bin/console` for an interactive prompt.
4
+
5
+ TODO: Delete this and the text above, and describe your gem
6
+
7
+ ## Installation
8
+
9
+ Add this line to your application's Gemfile:
10
+
11
+ ```ruby
12
+ gem 'rubocop-itsmycargo'
13
+ ```
14
+
15
+ And then execute:
16
+
17
+ $ bundle
18
+
19
+ Or install it yourself as:
20
+
21
+ $ gem install rubocop-itsmycargo
22
+
23
+ ## Usage
24
+
25
+ TODO: Write usage instructions here
26
+
27
+ ## Development
28
+
29
+ After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
30
+
31
+ To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
32
+
33
+ ## Contributing
34
+
35
+ Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/rubocop-itsmycargo.
36
+
37
+ ## License
38
+
39
+ The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
@@ -0,0 +1,12 @@
1
+ # frozen_string_literal: true
2
+
3
+ require "bump/tasks"
4
+ require "bundler/gem_tasks"
5
+ require "rspec/core/rake_task"
6
+
7
+ Bump.tag_by_default = true
8
+ Bump.changelog = true
9
+
10
+ RSpec::Core::RakeTask.new(:spec)
11
+
12
+ task default: :spec
@@ -0,0 +1,15 @@
1
+ #!/usr/bin/env ruby
2
+ # frozen_string_literal: true
3
+
4
+ require "bundler/setup"
5
+ require "rubocop/itsmycargo"
6
+
7
+ # You can add fixtures and/or initialization code here to make experimenting
8
+ # with your gem easier. You can also use a different console, if you like.
9
+
10
+ # (If you use this, don't forget to add pry to your Gemfile!)
11
+ # require "pry"
12
+ # Pry.start
13
+
14
+ require "irb"
15
+ IRB.start(__FILE__)
@@ -0,0 +1,8 @@
1
+ #!/usr/bin/env bash
2
+ set -euo pipefail
3
+ IFS=$'\n\t'
4
+ set -vx
5
+
6
+ bundle install
7
+
8
+ # Do any other automated setup that you need to do here
@@ -0,0 +1,19 @@
1
+ inherit_mode:
2
+ merge:
3
+ - Exclude
4
+
5
+ require:
6
+ - rubocop-performance
7
+ - standard/cop/semantic_blocks
8
+
9
+ inherit_gem:
10
+ standard: config/base.yml
11
+
12
+ # Allow longer line length for bigger screens
13
+ Layout/LineLength:
14
+ Max: 120
15
+ StyleGuide: 'https://github.com/itsmycargo/rubocop-itsmycargo/blob/master/docs/Guide.adoc#maximum-line-length'
16
+
17
+ Style/Documentation:
18
+ Enabled: false
19
+ StyleGuide: 'https://github.com/itsmycargo/rubocop-itsmycargo/blob/master/docs/Guide.adoc#classmodule-documentation'
@@ -0,0 +1,2 @@
1
+ inherit_from:
2
+ - ./legacy.yml
@@ -0,0 +1,5 @@
1
+ inherit_from:
2
+ - ./base.yml
3
+
4
+ Style/StringLiterals:
5
+ EnforcedStyle: 'single_quotes'
@@ -0,0 +1,202 @@
1
+ # Based on removed standard configuration:
2
+ # https://github.com/testdouble/standard/commit/94d133f477a5694084ac974d5ee01e8a66ce777e#diff-65478e10d5b2ef41c7293a110c0e6b7c
3
+
4
+ require:
5
+ - rubocop-rails
6
+
7
+ Naming/FileName:
8
+ Exclude:
9
+ - config/initializers/*.rb
10
+
11
+ Rails/ActionFilter:
12
+ Enabled: true
13
+ EnforcedStyle: action
14
+ Include:
15
+ - app/controllers/**/*.rb
16
+
17
+ Rails/ActiveRecordAliases:
18
+ Enabled: true
19
+
20
+ Rails/ActiveSupportAliases:
21
+ Enabled: true
22
+
23
+ Rails/ApplicationJob:
24
+ Enabled: true
25
+
26
+ Rails/ApplicationRecord:
27
+ Enabled: true
28
+
29
+ Rails/AssertNot:
30
+ Enabled: true
31
+ Include:
32
+ - '**/test/**/*'
33
+
34
+ Rails/Blank:
35
+ Enabled: true
36
+ # Convert usages of `nil? || empty?` to `blank?`
37
+ NilOrEmpty: true
38
+ # Convert usages of `!present?` to `blank?`
39
+ NotPresent: true
40
+ # Convert usages of `unless present?` to `if blank?`
41
+ UnlessPresent: true
42
+
43
+ Rails/BulkChangeTable:
44
+ Enabled: true
45
+ Database: null
46
+ Include:
47
+ - db/migrate/*.rb
48
+
49
+ Rails/CreateTableWithTimestamps:
50
+ Enabled: true
51
+ Include:
52
+ - db/migrate/*.rb
53
+
54
+ Rails/Date:
55
+ Enabled: true
56
+ EnforcedStyle: flexible
57
+
58
+ Rails/Delegate:
59
+ Enabled: true
60
+ EnforceForPrefixed: true
61
+
62
+ Rails/DelegateAllowBlank:
63
+ Enabled: true
64
+
65
+ Rails/DynamicFindBy:
66
+ Enabled: true
67
+ Whitelist:
68
+ - find_by_sql
69
+
70
+ Rails/EnumUniqueness:
71
+ Enabled: true
72
+ Include:
73
+ - app/models/**/*.rb
74
+
75
+ Rails/EnvironmentComparison:
76
+ Enabled: true
77
+
78
+ Rails/Exit:
79
+ Enabled: true
80
+ Include:
81
+ - app/**/*.rb
82
+ - config/**/*.rb
83
+ - lib/**/*.rb
84
+ Exclude:
85
+ - lib/**/*.rake
86
+
87
+ Rails/FilePath:
88
+ Enabled: true
89
+ EnforcedStyle: arguments
90
+
91
+ Rails/FindBy:
92
+ Enabled: true
93
+ Include:
94
+ - app/models/**/*.rb
95
+
96
+ Rails/FindEach:
97
+ Enabled: true
98
+ Include:
99
+ - app/models/**/*.rb
100
+
101
+ Rails/HasAndBelongsToMany:
102
+ Enabled: true
103
+ Include:
104
+ - app/models/**/*.rb
105
+
106
+ Rails/HttpPositionalArguments:
107
+ Enabled: true
108
+ Include:
109
+ - 'spec/**/*'
110
+ - 'test/**/*'
111
+
112
+ Rails/HttpStatus:
113
+ Enabled: true
114
+ EnforcedStyle: symbolic
115
+
116
+ Rails/InverseOf:
117
+ Enabled: true
118
+ Include:
119
+ - app/models/**/*.rb
120
+
121
+ Rails/LexicallyScopedActionFilter:
122
+ Enabled: true
123
+ Safe: false
124
+ Include:
125
+ - app/controllers/**/*.rb
126
+
127
+ Rails/NotNullColumn:
128
+ Enabled: true
129
+ Include:
130
+ - db/migrate/*.rb
131
+
132
+ Rails/Output:
133
+ Enabled: true
134
+ Include:
135
+ - app/**/*.rb
136
+ - config/**/*.rb
137
+ - db/**/*.rb
138
+ - lib/**/*.rb
139
+
140
+ Rails/OutputSafety:
141
+ Enabled: true
142
+
143
+ Rails/PluralizationGrammar:
144
+ Enabled: true
145
+
146
+ Rails/Presence:
147
+ Enabled: true
148
+
149
+ Rails/Present:
150
+ Enabled: true
151
+ NotNilAndNotEmpty: true
152
+ NotBlank: true
153
+ UnlessBlank: true
154
+
155
+ Rails/ReadWriteAttribute:
156
+ Enabled: true
157
+ Include:
158
+ - app/models/**/*.rb
159
+
160
+ Rails/RedundantReceiverInWithOptions:
161
+ Enabled: true
162
+
163
+ Rails/RefuteMethods:
164
+ Enabled: true
165
+ Include:
166
+ - '**/test/**/*'
167
+
168
+ Rails/RelativeDateConstant:
169
+ Enabled: true
170
+ AutoCorrect: false
171
+
172
+ Rails/RequestReferer:
173
+ Enabled: true
174
+ EnforcedStyle: referer
175
+
176
+ Rails/ReversibleMigration:
177
+ Enabled: true
178
+ Include:
179
+ - db/migrate/*.rb
180
+
181
+ Rails/SafeNavigation:
182
+ Enabled: true
183
+ ConvertTry: false
184
+
185
+ Rails/ScopeArgs:
186
+ Enabled: true
187
+ Include:
188
+ - app/models/**/*.rb
189
+
190
+ Rails/TimeZone:
191
+ Enabled: true
192
+ EnforcedStyle: flexible
193
+
194
+ Rails/UniqBeforePluck:
195
+ Enabled: true
196
+ EnforcedStyle: conservative
197
+ AutoCorrect: false
198
+
199
+ Rails/Validation:
200
+ Enabled: true
201
+ Include:
202
+ - app/models/**/*.rb
@@ -0,0 +1,53 @@
1
+ require:
2
+ - rubocop-rspec
3
+
4
+ RSpec/Focus:
5
+ Enabled: true
6
+
7
+ RSpec/EmptyExampleGroup:
8
+ Enabled: true
9
+
10
+ RSpec/EmptyLineAfterExampleGroup:
11
+ Enabled: true
12
+
13
+ RSpec/EmptyLineAfterFinalLet:
14
+ Enabled: true
15
+
16
+ RSpec/EmptyLineAfterHook:
17
+ Enabled: true
18
+
19
+ RSpec/EmptyLineAfterSubject:
20
+ Enabled: true
21
+
22
+ RSpec/HookArgument:
23
+ Enabled: true
24
+
25
+ RSpec/HooksBeforeExamples:
26
+ Enabled: true
27
+
28
+ RSpec/ImplicitExpect:
29
+ Enabled: true
30
+
31
+ RSpec/IteratedExpectation:
32
+ Enabled: true
33
+
34
+ RSpec/LetBeforeExamples:
35
+ Enabled: true
36
+
37
+ RSpec/MissingExampleGroupArgument:
38
+ Enabled: true
39
+
40
+ RSpec/Pending:
41
+ Enabled: true
42
+
43
+ RSpec/ReceiveCounts:
44
+ Enabled: true
45
+
46
+ Capybara/CurrentPathExpectation:
47
+ Enabled: true
48
+
49
+ FactoryBot/AttributeDefinedStatically:
50
+ Enabled: true
51
+
52
+ FactoryBot/CreateList:
53
+ Enabled: true
@@ -0,0 +1,8 @@
1
+ === Maximum Line Length [[maximum-line-length]]
2
+
3
+ Limit lines to 120 characters.
4
+
5
+ === Class/Module Documentation [[class-documentation]]
6
+
7
+ Top-level classes and modules are not required to have documentation.
8
+ If you are writing library, please consider to write proper API documentation.
@@ -0,0 +1,8 @@
1
+ # frozen_string_literal: true
2
+
3
+ require "rubocop/itsmycargo/version"
4
+
5
+ module Rubocop
6
+ module Itsmycargo
7
+ end
8
+ end
@@ -0,0 +1,7 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Rubocop
4
+ module Itsmycargo
5
+ VERSION = "0.2.6"
6
+ end
7
+ end
@@ -0,0 +1,37 @@
1
+ # frozen_string_literal: true
2
+
3
+ lib = File.expand_path("lib", __dir__)
4
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
5
+ require "rubocop/itsmycargo/version"
6
+
7
+ Gem::Specification.new do |spec|
8
+ spec.name = "rubocop-itsmycargo"
9
+ spec.version = Rubocop::Itsmycargo::VERSION
10
+ spec.authors = ["Mikko Kokkonen"]
11
+ spec.email = ["oss@itsmycargo.com"]
12
+
13
+ spec.summary = "RuboCop Styles and Configuration for ItsMyCargo."
14
+ spec.homepage = "https://github.com/itsmycargo/rubocop-itsmycargo"
15
+ spec.license = "MIT"
16
+
17
+ spec.metadata["homepage_uri"] = spec.homepage
18
+ spec.metadata["source_code_uri"] = spec.homepage
19
+
20
+ # Specify which files should be added to the gem when it is released.
21
+ # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
22
+ spec.files = Dir.chdir(File.expand_path(__dir__)) do
23
+ `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
24
+ end
25
+ spec.bindir = "exe"
26
+ spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
27
+ spec.require_paths = ["lib"]
28
+
29
+ spec.add_dependency "rubocop-rails"
30
+ spec.add_dependency "rubocop-rspec"
31
+ spec.add_dependency "standard", "~> 0.4.7"
32
+
33
+ spec.add_development_dependency "bump", "~> 0.9"
34
+ spec.add_development_dependency "bundler", "~> 2.1"
35
+ spec.add_development_dependency "rake", "~> 13.0"
36
+ spec.add_development_dependency "rspec", "~> 3.0"
37
+ end
metadata ADDED
@@ -0,0 +1,163 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: rubocop-itsmycargo
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.2.6
5
+ platform: ruby
6
+ authors:
7
+ - Mikko Kokkonen
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2020-07-22 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: rubocop-rails
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '0'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
27
+ - !ruby/object:Gem::Dependency
28
+ name: rubocop-rspec
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: standard
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: 0.4.7
48
+ type: :runtime
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: 0.4.7
55
+ - !ruby/object:Gem::Dependency
56
+ name: bump
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - "~>"
60
+ - !ruby/object:Gem::Version
61
+ version: '0.9'
62
+ type: :development
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - "~>"
67
+ - !ruby/object:Gem::Version
68
+ version: '0.9'
69
+ - !ruby/object:Gem::Dependency
70
+ name: bundler
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - "~>"
74
+ - !ruby/object:Gem::Version
75
+ version: '2.1'
76
+ type: :development
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - "~>"
81
+ - !ruby/object:Gem::Version
82
+ version: '2.1'
83
+ - !ruby/object:Gem::Dependency
84
+ name: rake
85
+ requirement: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - "~>"
88
+ - !ruby/object:Gem::Version
89
+ version: '13.0'
90
+ type: :development
91
+ prerelease: false
92
+ version_requirements: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - "~>"
95
+ - !ruby/object:Gem::Version
96
+ version: '13.0'
97
+ - !ruby/object:Gem::Dependency
98
+ name: rspec
99
+ requirement: !ruby/object:Gem::Requirement
100
+ requirements:
101
+ - - "~>"
102
+ - !ruby/object:Gem::Version
103
+ version: '3.0'
104
+ type: :development
105
+ prerelease: false
106
+ version_requirements: !ruby/object:Gem::Requirement
107
+ requirements:
108
+ - - "~>"
109
+ - !ruby/object:Gem::Version
110
+ version: '3.0'
111
+ description:
112
+ email:
113
+ - oss@itsmycargo.com
114
+ executables: []
115
+ extensions: []
116
+ extra_rdoc_files: []
117
+ files:
118
+ - ".gitignore"
119
+ - ".rspec"
120
+ - ".rubocop.yml"
121
+ - ".ruby-version"
122
+ - CHANGELOG.md
123
+ - Gemfile
124
+ - LICENSE.txt
125
+ - README.md
126
+ - Rakefile
127
+ - bin/console
128
+ - bin/setup
129
+ - config/base.yml
130
+ - config/default.yml
131
+ - config/legacy.yml
132
+ - config/rails.yml
133
+ - config/rspec.yml
134
+ - docs/Guide.adoc
135
+ - lib/rubocop/itsmycargo.rb
136
+ - lib/rubocop/itsmycargo/version.rb
137
+ - rubocop-itsmycargo.gemspec
138
+ homepage: https://github.com/itsmycargo/rubocop-itsmycargo
139
+ licenses:
140
+ - MIT
141
+ metadata:
142
+ homepage_uri: https://github.com/itsmycargo/rubocop-itsmycargo
143
+ source_code_uri: https://github.com/itsmycargo/rubocop-itsmycargo
144
+ post_install_message:
145
+ rdoc_options: []
146
+ require_paths:
147
+ - lib
148
+ required_ruby_version: !ruby/object:Gem::Requirement
149
+ requirements:
150
+ - - ">="
151
+ - !ruby/object:Gem::Version
152
+ version: '0'
153
+ required_rubygems_version: !ruby/object:Gem::Requirement
154
+ requirements:
155
+ - - ">="
156
+ - !ruby/object:Gem::Version
157
+ version: '0'
158
+ requirements: []
159
+ rubygems_version: 3.1.2
160
+ signing_key:
161
+ specification_version: 4
162
+ summary: RuboCop Styles and Configuration for ItsMyCargo.
163
+ test_files: []