rubocop-nosolosoftware 0.5.0 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: be651a56847d606edfb463d7eb40df524b4bd442b2f82ddd91280dc65a043bab
4
- data.tar.gz: 537fee6664ba0550276c2ffc7ae973c66d6630649c2dea68ea9d2a8d1b72f4f4
3
+ metadata.gz: b1316db6cb779aa63c14de37309e49f1aa454443719e2d37e05bd2456738eece
4
+ data.tar.gz: a9c63c57b156bad203c1455c2a63e645813e4be2023e1d1d5a8bbc24efe1e1ba
5
5
  SHA512:
6
- metadata.gz: 57a402c9eaf0a77d7047433d6ded777e2b6183b9c2aeb35bb873bca80111f102b076e1734ceaf404589f5ab497c375e35be8f396b7747719baba193c1669de35
7
- data.tar.gz: f59972379f74a613d139bba332e27977e0297bbff19c6a1a4912f2b8f61f089b96020c57f0440e08387879569fde7415323d92808abfab1bcb98633aa00444f6
6
+ metadata.gz: d4f48333fe7116236116994b3842a6bf7f1403a435a0b66a7731d0569cc26a4e92f624c43b5c50b7e7734230cf39d6eede0f5b275ddc36ee3beb9da061e4eb7f
7
+ data.tar.gz: 3ef4abd15de78ada30af255655c8780bf9c992fa6274306e9ff250f17394f4a71e39478f1290750ab4b99767605b2e3efd4b8614e68388af41e551cec6f79a93
@@ -5,6 +5,110 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## 1.0.0 - 2020-11-04
9
+ ### Added
10
+ - Added new rules introduced in the last version.
11
+ - Lint/DuplicateRegexpCharacterClassElement (1.1)
12
+ - Lint/EmptyBlock (1.1)
13
+ - Lint/ToEnumArguments (1.1)
14
+ - Lint/UnmodifiedReduceAccumulator (1.1)
15
+ - Style/ArgumentsForwarding (1.1)
16
+ - Style/DocumentDynamicEvalDefinition (1.1)
17
+ - Style/SwapValues (1.1)
18
+ - Added new rules introduced in the last version of rubocop-rspec
19
+ - RSpec/Rails/HttpStatus (2.pre)
20
+
21
+ ### Changed
22
+ - Removed shared enabled rules with rubocop 1.0
23
+ - Bump dependencies (rubocop 1.0 and rubocop-rspec 2.pre)
24
+ - Bump ruby version to use `...`
25
+ - Reordered some rules following the convention of namespace/file.
26
+
27
+
28
+ ## 0.10.0 - 2020-11-04
29
+ ### Added
30
+ - Added new rules introduced in the last version.
31
+ - Lint/HashCompareByIdentity (0.93)
32
+ - Lint/RedundantSafeNavigation (0.93)
33
+ - Style/ClassEqualityComparison (0.93)
34
+
35
+ - Added new rules introduced in the last version of rubocop-rspec
36
+ - RSpec/StubbedMock (1.44)
37
+
38
+ ### Changed
39
+ - Bump dependencies
40
+
41
+ ## 0.9.0 - 2020-09-18
42
+ ### Added
43
+ - Added new rules introduced in the last version.
44
+ - Layout/BeginEndAlignment (0.91)
45
+ - Lint/ConstantDefinitionInBlock (0.91)
46
+ - Lint/DuplicateRequire (0.90)
47
+ - Lint/EmptyFile (0.90)
48
+ - Lint/IdentityComparison (0.91)
49
+ - Lint/TrailingCommaInAttributeDeclaration (0.90)
50
+ - Lint/UselessMethodDefinition (0.90)
51
+ - Lint/UselessTimes (0.91)
52
+ - Style/CombinableLoops (0.90)
53
+ - Style/KeywordParametersOrder (0.90)
54
+ - Style/RedundantSelfAssignment (0.90)
55
+ - Style/SoleNestedConditional (0.89)
56
+ - Performance/Sum (1.8)
57
+ - Rails/AfterCommitOverride (2.8)
58
+ - Rails/SquishedSQLHeredocs (2.8)
59
+ - Rails/WhereNot (2.8)
60
+
61
+ ### Changed
62
+ - Updated all the extensions.
63
+
64
+ ## 0.8.0 - 2020-08-07
65
+
66
+ ### Added
67
+ - Added new rules introduced in the last version.
68
+ - Lint/BinaryOperatorWithIdenticalOperands (0.89)
69
+ - Lint/DuplicateRescueException (0.89)
70
+ - Lint/EmptyConditionalBody (0.89)
71
+ - Lint/FloatComparison (0.89)
72
+ - Lint/MissingSuper (0.89)
73
+ - Lint/OutOfRangeRegexpRef (0.89)
74
+ - Lint/SelfAssignment (0.89)
75
+ - Lint/TopLevelReturnWithArgument (0.89)
76
+ - Lint/UnreachableLoop (0.89)
77
+ - Style/ExplicitBlockArgument (0.89)
78
+ - Style/GlobalStdStream (0.89)
79
+ - Style/OptionalBooleanParameter (0.89)
80
+ - Style/SingleArgumentDig (0.89)
81
+ - Style/StringConcatenation (0.89)
82
+
83
+ ## 0.7.0 - 2020-08-03
84
+
85
+ ### Added
86
+ - Added rubocop-faker as new extension
87
+
88
+ ### Changed
89
+ - Updated all the extensions, and configured new rules
90
+
91
+ ## 0.6.0 - 2020-07-13
92
+
93
+ ### Added
94
+ - Added new rules introduced in the last version.
95
+ - Lint/DeprecatedOpenSSLConstant (0.84)
96
+ - Lint/MixedRegexpCaptureTypes (0.85)
97
+ - Style/AccessorGrouping (0.87)
98
+ - Style/BisectedAttrAccessor (0.87)
99
+ - Style/RedundantAssignment (0.87)
100
+ - Style/RedundantFetchBlock (0.86)
101
+ - Style/RedundantRegexpCharacterClass (0.85)
102
+ - Style/RedundantRegexpEscape (0.85)
103
+ - Performance/AncestorsInclude (1.7)
104
+ - Performance/BigDecimalWithNumericArgument (1.7)
105
+ - Performance/RedundantSortBlock (1.7)
106
+ - Performance/RedundantStringChars (1.7)
107
+ - Performance/ReverseFirst (1.7)
108
+ - Performance/SortReverse (1.7)
109
+ - Performance/Squeeze (1.7)
110
+ - Performance/StringInclude (1.7)
111
+
8
112
  ## 0.5.0 - 2020-07-07
9
113
 
10
114
  ### Changed
@@ -29,6 +133,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
29
133
  ## [0.1.0] - 2019-12-03
30
134
 
31
135
  First version of this gem.
32
-
33
-
34
- This changelog was generated using [ChangeFu](https://github.com/javierav/changefu).
data/README.md CHANGED
@@ -2,6 +2,7 @@
2
2
 
3
3
  Common Rubocop config for all our projects.
4
4
 
5
+ Please if you are using `rubocop < 1.0` use the branch [0.x](https://github.com/nosolosoftware/rubocop-nosolosoftware/tree/0.x) and `rubocop-nosolosoftware < 1.0`.
5
6
 
6
7
  ## Installation
7
8
 
@@ -44,7 +45,7 @@ inherit_gem:
44
45
  - rubocop-rails.yml
45
46
  ```
46
47
 
47
- **Optional Rake and Rspec rules**:
48
+ **Optional Rake, Faker and Rspec rules**:
48
49
 
49
50
  ```yaml
50
51
  inherit_gem:
@@ -53,6 +54,7 @@ inherit_gem:
53
54
  - rubocop-rails.yml
54
55
  - rubocop-rake.yml
55
56
  - rubocop-rspec.yml
57
+ - rubocop-faker.yml
56
58
  ```
57
59
 
58
60
  **For Mongoid projects**:
@@ -64,6 +66,7 @@ inherit_gem:
64
66
  - rubocop-rails.yml
65
67
  - rubocop-rake.yml
66
68
  - rubocop-rspec.yml
69
+ - rubocop-faker.yml
67
70
  - rubocop-mongoid.yml
68
71
  ```
69
72
 
@@ -0,0 +1,5 @@
1
+ #
2
+ ## https://www.rubydoc.info/gems/rubocop-faker/
3
+ #
4
+
5
+ require: rubocop-faker
@@ -2,14 +2,6 @@
2
2
  ## https://rubocop.readthedocs.io/en/latest/cops_layout/
3
3
  #
4
4
 
5
- # https://docs.rubocop.org/en/stable/cops_layout/#layoutemptylinesaroundattributeaccessor
6
- Layout/EmptyLinesAroundAttributeAccessor:
7
- Enabled: true
8
-
9
- # https://docs.rubocop.org/en/stable/cops_layout/#layoutspacearoundmethodcalloperator
10
- Layout/SpaceAroundMethodCallOperator:
11
- Enabled: true
12
-
13
5
  # https://rubocop.readthedocs.io/en/latest/cops_layout/#layoutfirstarrayelementindentation
14
6
  Layout/FirstArrayElementIndentation:
15
7
  EnforcedStyle: consistent
@@ -2,10 +2,28 @@
2
2
  ## https://rubocop.readthedocs.io/en/latest/cops_lint/
3
3
  #
4
4
 
5
- # https://docs.rubocop.org/en/stable/cops_lint/#lintraiseexception
6
- Lint/RaiseException:
5
+ # https://docs.rubocop.org/rubocop/cops_lint.html#lintduplicateregexpcharacterclasselement
6
+ Lint/DuplicateRegexpCharacterClassElement:
7
7
  Enabled: true
8
8
 
9
- # https://docs.rubocop.org/en/stable/cops_lint/#lintstructnewoverride
10
- Lint/StructNewOverride:
9
+ # https://docs.rubocop.org/rubocop/cops_lint.html#lintemptyblock
10
+ Lint/EmptyBlock:
11
+ Enabled: true
12
+ Exclude:
13
+ - "**/spec/factories/**/*.rb"
14
+
15
+ # https://docs.rubocop.org/rubocop/cops_lint.html#linttoenumarguments
16
+ Lint/ToEnumArguments:
17
+ Enabled: true
18
+
19
+ # https://docs.rubocop.org/rubocop/cops_lint.html#lintunmodifiedreduceaccumulator
20
+ Lint/UnmodifiedReduceAccumulator:
21
+ Enabled: true
22
+
23
+ # https://docs.rubocop.org/rubocop/cops_lint.html#linthashcomparebyidentity
24
+ Lint/HashCompareByIdentity:
25
+ Enabled: true
26
+
27
+ # https://docs.rubocop.org/rubocop/cops_lint.html#lintredundantsafenavigation
28
+ Lint/RedundantSafeNavigation:
11
29
  Enabled: true
@@ -13,3 +13,17 @@ Metrics/ClassLength:
13
13
  # https://rubocop.readthedocs.io/en/latest/cops_metrics/#metricsmethodlength
14
14
  Metrics/MethodLength:
15
15
  Enabled: false
16
+
17
+ # https://rubocop.readthedocs.io/en/latest/cops_metrics/#metricsmodulelength
18
+ Metrics/ModuleLength:
19
+ Exclude:
20
+ - "**/config/routes.rb"
21
+ - "**/spec/**/*.rb"
22
+
23
+ # https://rubocop.readthedocs.io/en/latest/cops_metrics/#blocklength
24
+ Metrics/BlockLength:
25
+ Exclude:
26
+ - "**/spec/**/*.rb"
27
+ - "**/config/environments/*.rb"
28
+ - "**/config/routes.rb"
29
+ - "**/lib/tasks/auto_annotate_models.rake"
@@ -3,3 +3,39 @@
3
3
  #
4
4
 
5
5
  require: rubocop-performance
6
+
7
+ # https://docs.rubocop.org/rubocop-performance/1.7/cops_performance.html#performanceancestorsinclude
8
+ Performance/AncestorsInclude:
9
+ Enabled: true
10
+
11
+ # https://docs.rubocop.org/rubocop-performance/1.7/cops_performance.html#performancebigdecimalwithnumericargument
12
+ Performance/BigDecimalWithNumericArgument:
13
+ Enabled: false
14
+
15
+ # https://docs.rubocop.org/rubocop-performance/1.7/cops_performance.html#performanceredundantsortblock
16
+ Performance/RedundantSortBlock:
17
+ Enabled: true
18
+
19
+ # https://docs.rubocop.org/rubocop-performance/1.7/cops_performance.html#performanceredundantstringchars
20
+ Performance/RedundantStringChars:
21
+ Enabled: true
22
+
23
+ # https://docs.rubocop.org/rubocop-performance/1.7/cops_performance.html#performancereversefirst
24
+ Performance/ReverseFirst:
25
+ Enabled: true
26
+
27
+ # https://docs.rubocop.org/rubocop-performance/1.7/cops_performance.html#performancesortreverse
28
+ Performance/SortReverse:
29
+ Enabled: true
30
+
31
+ # https://docs.rubocop.org/rubocop-performance/1.7/cops_performance.html#performancesqueeze
32
+ Performance/Squeeze:
33
+ Enabled: true
34
+
35
+ # https://docs.rubocop.org/rubocop-performance/1.7/cops_performance.html#performancestringinclude
36
+ Performance/StringInclude:
37
+ Enabled: true
38
+
39
+ # https://docs.rubocop.org/rubocop-performance/1.8/cops_performance.html#performancesum
40
+ Performance/Sum:
41
+ Enabled: true
@@ -49,3 +49,63 @@ Naming/FileName:
49
49
  Style/SymbolProc:
50
50
  Exclude:
51
51
  - "**/config/**/*.rb"
52
+
53
+ # https://docs.rubocop.org/rubocop-rails/cops_rails.html#railsactiverecordcallbacksorder
54
+ Rails/ActiveRecordCallbacksOrder:
55
+ Enabled: true
56
+
57
+ # https://docs.rubocop.org/rubocop-rails/cops_rails.html#railsfindbyid
58
+ Rails/FindById:
59
+ Enabled: true
60
+
61
+ # https://docs.rubocop.org/rubocop-rails/cops_rails.html#railsinquiry
62
+ Rails/Inquiry:
63
+ Enabled: true
64
+
65
+ # https://docs.rubocop.org/rubocop-rails/cops_rails.html#railsmailername
66
+ Rails/MailerName:
67
+ Enabled: true
68
+
69
+ # https://docs.rubocop.org/rubocop-rails/cops_rails.html#railsmatchroute
70
+ Rails/MatchRoute:
71
+ Enabled: true
72
+
73
+ # https://docs.rubocop.org/rubocop-rails/cops_rails.html#railsnegateinclude
74
+ Rails/NegateInclude:
75
+ Enabled: true
76
+
77
+ # https://docs.rubocop.org/rubocop-rails/cops_rails.html#railspick
78
+ Rails/Pluck:
79
+ Enabled: true
80
+
81
+ # https://docs.rubocop.org/rubocop-rails/cops_rails.html#railspluckinwhere
82
+ Rails/PluckInWhere:
83
+ Enabled: true
84
+
85
+ # https://docs.rubocop.org/rubocop-rails/cops_rails.html#railsrenderinline
86
+ Rails/RenderInline:
87
+ Enabled: true
88
+
89
+ # https://docs.rubocop.org/rubocop-rails/cops_rails.html#railsrenderplaintext
90
+ Rails/RenderPlainText:
91
+ Enabled: true
92
+
93
+ # https://docs.rubocop.org/rubocop-rails/cops_rails.html#railsshorti18n
94
+ Rails/ShortI18n:
95
+ Enabled: true
96
+
97
+ # https://docs.rubocop.org/rubocop-rails/cops_rails.html#railswhereexists
98
+ Rails/WhereExists:
99
+ Enabled: true
100
+
101
+ # https://docs.rubocop.org/rubocop-rails/cops_rails.html#railsaftercommitoverride
102
+ Rails/AfterCommitOverride:
103
+ Enabled: true
104
+
105
+ # https://docs.rubocop.org/rubocop-rails/cops_rails.html#railssquishedsqlheredocs
106
+ Rails/SquishedSQLHeredocs:
107
+ Enabled: true
108
+
109
+ # https://docs.rubocop.org/rubocop-rails/cops_rails.html#railswherenot
110
+ Rails/WhereNot:
111
+ Enabled: true
@@ -38,12 +38,10 @@ RSpec/MultipleExpectations:
38
38
  RSpec/NestedGroups:
39
39
  Max: 5
40
40
 
41
- # https://rubocop.readthedocs.io/en/latest/cops_style/#styleblockcomments
42
- Style/BlockComments:
43
- Exclude:
44
- - "**/spec/**/*.rb"
41
+ # https://docs.rubocop.org/rubocop-rspec/cops_rspec.html#rspecstubbedmock
42
+ RSpec/StubbedMock:
43
+ Enabled: true
45
44
 
46
- # https://rubocop.readthedocs.io/en/latest/cops_style/#styleblockdelimiters
47
- Style/BlockDelimiters:
48
- Exclude:
49
- - "**/spec/**/*.rb"
45
+ # https://docs.rubocop.org/rubocop-rspec/cops_rails.html#railshttpstatus
46
+ RSpec/Rails/HttpStatus:
47
+ EnforcedStyle: numeric
@@ -9,35 +9,42 @@ Style/AsciiComments:
9
9
  # https://rubocop.readthedocs.io/en/latest/cops_style/#styleblockdelimiters
10
10
  Style/BlockDelimiters:
11
11
  EnforcedStyle: braces_for_chaining
12
+ Exclude:
13
+ - "**/spec/**/*.rb"
12
14
 
13
- # https://rubocop.readthedocs.io/en/latest/cops_style/#styledocumentation
15
+ # https://docs.rubocop.org/rubocop/cops_style.html#styledocumentation
14
16
  Style/Documentation:
15
17
  Enabled: false
16
18
 
17
- # https://docs.rubocop.org/en/stable/cops_style/#styleexponentialnotation
18
- Style/ExponentialNotation:
19
- Enabled: true
20
-
21
- # https://rubocop.readthedocs.io/en/latest/cops_style/#stylefrozenstringliteralcomment
19
+ # https://docs.rubocop.org/rubocop/cops_style.html#stylefrozenstringliteralcommetn
22
20
  Style/FrozenStringLiteralComment:
23
21
  Enabled: false
24
22
 
25
- # https://docs.rubocop.org/en/stable/cops_style/#stylehasheachmethods
26
- Style/HashEachMethods:
23
+ # https://docs.rubocop.org/rubocop/cops_style.html#styleaccessorgrouping
24
+ Style/AccessorGrouping:
25
+ Enabled: false
26
+
27
+ # https://docs.rubocop.org/rubocop/cops_style.html#stylearraycoercion
28
+ Style/ArrayCoercion:
27
29
  Enabled: true
28
30
 
29
- # https://docs.rubocop.org/en/stable/cops_style/#stylehashtransformkeys
30
- Style/HashTransformKeys:
31
+ # https://docs.rubocop.org/rubocop/cops_style.html#styleargumentsforwarding
32
+ Style/ArgumentsForwarding:
31
33
  Enabled: true
32
34
 
33
- # https://docs.rubocop.org/en/stable/cops_style/#stylehashtransformvalues
34
- Style/HashTransformValues:
35
+ # https://docs.rubocop.org/rubocop/cops_style.html#styledocumentdynamicevaldefinition
36
+ Style/DocumentDynamicEvalDefinition:
35
37
  Enabled: true
36
38
 
37
- # https://rubocop.readthedocs.io/en/latest/cops_style/#styleregexpliteral
39
+ # https://docs.rubocop.org/rubocop/cops_style.html#styleswapvalues
40
+ Style/SwapValues:
41
+ Enabled: true
42
+
43
+ # https://rubocop.readthedocs.io/en/latest/cops_style/#styleblockcomments
44
+ Style/BlockComments:
45
+ Exclude:
46
+ - "**/spec/**/*.rb"
47
+
48
+ # https://docs.rubocop.org/rubocop/cops_style.html#styleregexpliteral
38
49
  Style/RegexpLiteral:
39
50
  AllowInnerSlashes: true
40
-
41
- # https://docs.rubocop.org/en/stable/cops_style/#styleslicingwithrange
42
- Style/SlicingWithRange:
43
- Enabled: true
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-nosolosoftware
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Javier Aranda
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-07-07 00:00:00.000000000 Z
11
+ date: 2020-11-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -16,42 +16,56 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '0.83'
19
+ version: '1.1'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '0.83'
26
+ version: '1.1'
27
+ - !ruby/object:Gem::Dependency
28
+ name: rubocop-faker
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '1.1'
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '1.1'
27
41
  - !ruby/object:Gem::Dependency
28
42
  name: rubocop-performance
29
43
  requirement: !ruby/object:Gem::Requirement
30
44
  requirements:
31
45
  - - "~>"
32
46
  - !ruby/object:Gem::Version
33
- version: '1.5'
47
+ version: '1.8'
34
48
  type: :runtime
35
49
  prerelease: false
36
50
  version_requirements: !ruby/object:Gem::Requirement
37
51
  requirements:
38
52
  - - "~>"
39
53
  - !ruby/object:Gem::Version
40
- version: '1.5'
54
+ version: '1.8'
41
55
  - !ruby/object:Gem::Dependency
42
56
  name: rubocop-rails
43
57
  requirement: !ruby/object:Gem::Requirement
44
58
  requirements:
45
59
  - - "~>"
46
60
  - !ruby/object:Gem::Version
47
- version: '2.5'
61
+ version: '2.8'
48
62
  type: :runtime
49
63
  prerelease: false
50
64
  version_requirements: !ruby/object:Gem::Requirement
51
65
  requirements:
52
66
  - - "~>"
53
67
  - !ruby/object:Gem::Version
54
- version: '2.5'
68
+ version: '2.8'
55
69
  - !ruby/object:Gem::Dependency
56
70
  name: rubocop-rake
57
71
  requirement: !ruby/object:Gem::Requirement
@@ -72,14 +86,14 @@ dependencies:
72
86
  requirements:
73
87
  - - "~>"
74
88
  - !ruby/object:Gem::Version
75
- version: '1.39'
89
+ version: 2.pre
76
90
  type: :runtime
77
91
  prerelease: false
78
92
  version_requirements: !ruby/object:Gem::Requirement
79
93
  requirements:
80
94
  - - "~>"
81
95
  - !ruby/object:Gem::Version
82
- version: '1.39'
96
+ version: 2.pre
83
97
  description: ''
84
98
  email: jaranda@nosolosoftware.es
85
99
  executables: []
@@ -94,6 +108,7 @@ files:
94
108
  - rubocop-all.yml
95
109
  - rubocop-bundler.yml
96
110
  - rubocop-default.yml
111
+ - rubocop-faker.yml
97
112
  - rubocop-gemspec.yml
98
113
  - rubocop-layout.yml
99
114
  - rubocop-lint.yml
@@ -110,8 +125,8 @@ homepage: https://github.com/nosolosoftware/rubocop-nosolosoftware
110
125
  licenses:
111
126
  - MIT
112
127
  metadata:
113
- source_code_uri: https://github.com/nosolosoftware/rubocop-nosolosoftware/tree/v0.5.0
114
- changelog_uri: https://github.com/nosolosoftware/rubocop-nosolosoftware/blob/v0.5.0/CHANGELOG.md
128
+ source_code_uri: https://github.com/nosolosoftware/rubocop-nosolosoftware/tree/v1.0.0
129
+ changelog_uri: https://github.com/nosolosoftware/rubocop-nosolosoftware/blob/v1.0.0/CHANGELOG.md
115
130
  homepage_uri: https://github.com/nosolosoftware/rubocop-nosolosoftware
116
131
  post_install_message:
117
132
  rdoc_options:
@@ -122,7 +137,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
122
137
  requirements:
123
138
  - - ">="
124
139
  - !ruby/object:Gem::Version
125
- version: 2.5.0
140
+ version: 2.7.0
126
141
  required_rubygems_version: !ruby/object:Gem::Requirement
127
142
  requirements:
128
143
  - - ">="