rubocop-nosolosoftware 1.3.0 → 1.4.0

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fc810e1d9062199b0c0b36a25525b303e8858fbad3a9171dd8c2d4bfa8be1c01
4
- data.tar.gz: c6de1928007bec97e01cb1877174ad501e2b79c39771d3932c8e95dc8c7c5c9a
3
+ metadata.gz: b4e16ffbf21d3d07d0c4f35836c9b07350971dcaa9c788f112f8c1cb081a945a
4
+ data.tar.gz: d1adedccb22e07d7f54d8e8b89e8eba3ec273511c0ffd5eb4d73f8be992e86fb
5
5
  SHA512:
6
- metadata.gz: '078c0c3e9c70626d552a0bb37352f7ca0b7ec278829f62ca7782ee42b5a2bc2cf88c3bd09d0f9d2524302e532e9469d220a6f405c122b00fb48faad71fd3a8e8'
7
- data.tar.gz: 3171eb2a61170ca41b00cc2ceace94e779fa590dd850c246ecd086ef268c153c22d2b65852e4d642c33dccf4af0ecaa1064d8beaa63233d636af5cde14a37aba
6
+ metadata.gz: 72221a105449e0ce6f2d4b69ff2c9b2ac5c198fbbedfad143680991c7ed3b4acfa8528308c5011c9d6722a292a5b52f991f3cb5074901c8023c95337a0ae5008
7
+ data.tar.gz: 70d1aaf4a64f5aa460eee595e9faf2e775c6bed37993fffae345e9cf5cc6f0d75dcc08347e446395c113d2faf388362e1a2dd460c98630b5043b02c25fa68e4a
@@ -5,6 +5,15 @@ 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.4.0 - 2020-12-15
9
+ ### Added
10
+ - Added new rules introduced in the last version.
11
+ - rubocop
12
+ - Lint/UnexpectedBlockArity (1.5)
13
+ - rubocop-rails
14
+ - Rails/AttributeDefaultBlockValue (2.9)
15
+ - Rails/WhereEquals (2.9)
16
+
8
17
  ## 1.3.0 - 2020-11-25
9
18
  ### Added
10
19
  - Added new rules introduced in the last version.
@@ -39,3 +39,7 @@ Lint/DuplicateBranch:
39
39
  # https://docs.rubocop.org/rubocop/cops_lint.html#lintemptyclass
40
40
  Lint/EmptyClass:
41
41
  Enabled: true
42
+
43
+ # https://docs.rubocop.org/rubocop/cops_lint.html#lintunexpectedblockarity
44
+ Lint/UnexpectedBlockArity:
45
+ Enabled: true
@@ -109,3 +109,11 @@ Rails/SquishedSQLHeredocs:
109
109
  # https://docs.rubocop.org/rubocop-rails/cops_rails.html#railswherenot
110
110
  Rails/WhereNot:
111
111
  Enabled: true
112
+
113
+ # https://docs.rubocop.org/rubocop-rails/cops_rails.html#railsattributedefaultblockvalue
114
+ Rails/AttributeDefaultBlockValue:
115
+ Enabled: true
116
+
117
+ # https://docs.rubocop.org/rubocop-rails/cops_rails.html#railswhereequals
118
+ Rails/WhereEquals:
119
+ 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: 1.3.0
4
+ version: 1.4.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-11-25 00:00:00.000000000 Z
11
+ date: 2020-12-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '1.4'
19
+ version: '1.6'
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: '1.4'
26
+ version: '1.6'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rubocop-faker
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -58,14 +58,14 @@ dependencies:
58
58
  requirements:
59
59
  - - "~>"
60
60
  - !ruby/object:Gem::Version
61
- version: '2.8'
61
+ version: '2.9'
62
62
  type: :runtime
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
- version: '2.8'
68
+ version: '2.9'
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: rubocop-rake
71
71
  requirement: !ruby/object:Gem::Requirement
@@ -86,14 +86,14 @@ dependencies:
86
86
  requirements:
87
87
  - - "~>"
88
88
  - !ruby/object:Gem::Version
89
- version: 2.pre
89
+ version: '2.0'
90
90
  type: :runtime
91
91
  prerelease: false
92
92
  version_requirements: !ruby/object:Gem::Requirement
93
93
  requirements:
94
94
  - - "~>"
95
95
  - !ruby/object:Gem::Version
96
- version: 2.pre
96
+ version: '2.0'
97
97
  description: ''
98
98
  email: jaranda@nosolosoftware.es
99
99
  executables: []
@@ -125,8 +125,8 @@ homepage: https://github.com/nosolosoftware/rubocop-nosolosoftware
125
125
  licenses:
126
126
  - MIT
127
127
  metadata:
128
- source_code_uri: https://github.com/nosolosoftware/rubocop-nosolosoftware/tree/v1.3.0
129
- changelog_uri: https://github.com/nosolosoftware/rubocop-nosolosoftware/blob/v1.3.0/CHANGELOG.md
128
+ source_code_uri: https://github.com/nosolosoftware/rubocop-nosolosoftware/tree/v1.4.0
129
+ changelog_uri: https://github.com/nosolosoftware/rubocop-nosolosoftware/blob/v1.4.0/CHANGELOG.md
130
130
  homepage_uri: https://github.com/nosolosoftware/rubocop-nosolosoftware
131
131
  post_install_message:
132
132
  rdoc_options:
@@ -144,8 +144,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
144
144
  - !ruby/object:Gem::Version
145
145
  version: '0'
146
146
  requirements: []
147
- rubyforge_project:
148
- rubygems_version: 2.7.6.2
147
+ rubygems_version: 3.1.2
149
148
  signing_key:
150
149
  specification_version: 4
151
150
  summary: Default Rubocop configuration used in NoSoloSoftware developments