rubocop-nosolosoftware 0.3.0 → 0.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +7 -9
- data/rubocop-style.yml +0 -4
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6128021ffbbe9bad9b46793bad82a191cdd2bb8bc62ed02747f0cd9982b16f03
|
4
|
+
data.tar.gz: 2b578eb02a6fce277514a47eea84ea40c9a92bddd70ca9ad2b6f87aeff122547
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f27f91a6732fbb9902c60018a47658cccb203f425df0921f8f47fba15ec43bc20642897a663851eb4431c5765f66d574c111da363e767cd89aa4d2d45cc8bf96
|
7
|
+
data.tar.gz: a2858b1f301575cc7e58216522752edeba243b47b0a24e7a328f9e9913ea7d908eee0a09fdb3c560d9981ef5ee66c41f063574c6f333efa2771aa999a5e3f471
|
data/CHANGELOG.md
CHANGED
@@ -6,28 +6,26 @@ 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
8
|
|
9
|
-
## [Unreleased]
|
10
9
|
|
10
|
+
## 0.4.0 - 2020-02-26
|
11
11
|
|
12
|
-
|
12
|
+
### Changed
|
13
|
+
- Remove Style/BracesAroundHashParameters cop
|
14
|
+
|
15
|
+
## 0.3.0 - 2020-02-07
|
13
16
|
|
14
17
|
### Changed
|
15
18
|
- Set enforced style to braces_for_chaining in Style/BlockDelimiters cop.
|
16
19
|
- Relax required versions of rubocop gems.
|
17
20
|
|
18
|
-
|
19
|
-
## [0.2.0] - 2019-12-23
|
21
|
+
## 0.2.0 - 2019-12-23
|
20
22
|
|
21
23
|
### Changed
|
22
24
|
- Move LineLength cop from Metrics to Layout and require rubocop 0.78.0.
|
23
25
|
|
24
|
-
|
25
26
|
## [0.1.0] - 2019-12-03
|
26
27
|
|
27
28
|
First version of this gem.
|
28
29
|
|
29
30
|
|
30
|
-
[
|
31
|
-
[0.3.0]: https://github.com/nosolosoftware/rubocop-nosolosoftware/compare/v0.2.0...v0.3.0
|
32
|
-
[0.2.0]: https://github.com/nosolosoftware/rubocop-nosolosoftware/compare/v0.1.0...v0.2.0
|
33
|
-
[0.1.0]: https://github.com/nosolosoftware/rubocop-nosolosoftware/releases/tag/v0.1.0
|
31
|
+
This changelog was generated using [ChangeFu](https://github.com/javierav/changefu).
|
data/rubocop-style.yml
CHANGED
@@ -6,10 +6,6 @@
|
|
6
6
|
Style/AsciiComments:
|
7
7
|
Enabled: false
|
8
8
|
|
9
|
-
# https://rubocop.readthedocs.io/en/latest/cops_style/#stylebracesaroundhashparameters
|
10
|
-
Style/BracesAroundHashParameters:
|
11
|
-
EnforcedStyle: context_dependent
|
12
|
-
|
13
9
|
# https://rubocop.readthedocs.io/en/latest/cops_style/#styledatetime
|
14
10
|
Style/DateTime:
|
15
11
|
Enabled: false
|
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.
|
4
|
+
version: 0.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-02-
|
11
|
+
date: 2020-02-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubocop
|
@@ -109,8 +109,8 @@ homepage: https://github.com/nosolosoftware/rubocop-nosolosoftware
|
|
109
109
|
licenses:
|
110
110
|
- MIT
|
111
111
|
metadata:
|
112
|
-
source_code_uri: https://github.com/nosolosoftware/rubocop-nosolosoftware/tree/v0.
|
113
|
-
changelog_uri: https://github.com/nosolosoftware/rubocop-nosolosoftware/blob/v0.
|
112
|
+
source_code_uri: https://github.com/nosolosoftware/rubocop-nosolosoftware/tree/v0.4.0
|
113
|
+
changelog_uri: https://github.com/nosolosoftware/rubocop-nosolosoftware/blob/v0.4.0/CHANGELOG.md
|
114
114
|
homepage_uri: https://github.com/nosolosoftware/rubocop-nosolosoftware
|
115
115
|
post_install_message:
|
116
116
|
rdoc_options:
|