rubocop-nosolosoftware 1.9.0 → 1.10.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +4 -0
  3. data/rubocop-layout.yml +0 -4
  4. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5a2b89389fff62abb0e2ced1d89ba2a179b17f8d8fab6bd204ffae9314d1dc85
4
- data.tar.gz: 9c5017b7917dfa8093842adaeb552c5f6fa219a35efcdceab7e6b6d7d14bd46a
3
+ metadata.gz: cd0cbb20529e4b5fecc203b56d7ca1a2e9cd15a9189c1936c453a4a005dca8e4
4
+ data.tar.gz: 43d857a4ca3360b09a325ca171be36c3c99d7b921645ed37ac26e8bc5318e830
5
5
  SHA512:
6
- metadata.gz: b5a082e0295b370a2f6a0e45b556c9bc35ec8e9217e3fc9c43b73d5b3c10d2930c55c187d39b08fb67f3192ae0787a6bb6fcb59655cb61e9c8e5a9f820e5677f
7
- data.tar.gz: aebdd83909c1a4673e370d236d07694da5de9cdc6c4128c1cfb855acb8ee20abd2500f3d9e892c64d453f0c3fdc713d220a52bdd08135aa7e1a34c4b1a1ddae5
6
+ metadata.gz: 1e45a70f9a5c194fd11fb7a30206275f70eb7e188ad4b020999d1371b37aa9b520d091c24f4bf2a64c4c307840e64768e55ab7e6ba2b866baec2a801fc935469
7
+ data.tar.gz: 48c302a5e7e22314aaf8827e0fd635c0efd467cca11bf5a36689a8e047b45ae991cbe757e3801be90207fa197b77b054b3d17a4cc4508e2e99429c57b7956d17
data/CHANGELOG.md CHANGED
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  The following rules have been added:
9
9
 
10
+ ## 1.10.0 - 2021-08-25
11
+ ### Changed
12
+ - Layout/SpaceAroundEqualsInParameterDefault has been changed to the default value (aka space)
13
+
10
14
  ## 1.9.0 - 2021-08-18
11
15
  - Added new rules introduced in the 1.19 version.
12
16
  - rubocop
data/rubocop-layout.yml CHANGED
@@ -14,10 +14,6 @@ Layout/LineLength:
14
14
  Layout/MultilineMethodCallIndentation:
15
15
  EnforcedStyle: indented_relative_to_receiver
16
16
 
17
- # https://rubocop.readthedocs.io/en/latest/cops_layout/#layoutspacearoundequalsinparameterdefault
18
- Layout/SpaceAroundEqualsInParameterDefault:
19
- EnforcedStyle: no_space
20
-
21
17
  # https://rubocop.readthedocs.io/en/latest/cops_layout/#layoutspaceinsidehashliteralbraces
22
18
  Layout/SpaceInsideHashLiteralBraces:
23
19
  EnforcedStyle: no_space
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.9.0
4
+ version: 1.10.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: 2021-08-18 00:00:00.000000000 Z
11
+ date: 2021-08-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -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.9.0
129
- changelog_uri: https://github.com/nosolosoftware/rubocop-nosolosoftware/blob/v1.9.0/CHANGELOG.md
128
+ source_code_uri: https://github.com/nosolosoftware/rubocop-nosolosoftware/tree/v1.10.0
129
+ changelog_uri: https://github.com/nosolosoftware/rubocop-nosolosoftware/blob/v1.10.0/CHANGELOG.md
130
130
  homepage_uri: https://github.com/nosolosoftware/rubocop-nosolosoftware
131
131
  post_install_message:
132
132
  rdoc_options:
@@ -144,7 +144,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
144
144
  - !ruby/object:Gem::Version
145
145
  version: '0'
146
146
  requirements: []
147
- rubygems_version: 3.1.4
147
+ rubygems_version: 3.1.2
148
148
  signing_key:
149
149
  specification_version: 4
150
150
  summary: Default Rubocop configuration used in NoSoloSoftware developments