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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +7 -9
  3. data/rubocop-style.yml +0 -4
  4. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 95493de8291d171c46706f3e3886f5bf8e0a2b69c5eee7ac4343ce49374f7aad
4
- data.tar.gz: 9726ee49118b1dbe8091d7b08aeb4317cc2c3db9cb5a4481e33cf1c681397168
3
+ metadata.gz: 6128021ffbbe9bad9b46793bad82a191cdd2bb8bc62ed02747f0cd9982b16f03
4
+ data.tar.gz: 2b578eb02a6fce277514a47eea84ea40c9a92bddd70ca9ad2b6f87aeff122547
5
5
  SHA512:
6
- metadata.gz: 76780d778a59dbc7286198e0e023abb61910b77033a4a9d24d2e348fc9e44b786f05dec03993fc0ecebab5fff51fcfee3b5c1554d63c60bd9ede342b03e76a0b
7
- data.tar.gz: 663483989289eb79930e0f2f314e2150a3c92105887edebe004ba51d7aef2f096b72084af40a26cdbfb5bb18f59db68e251d9b0e1b885ef3763dc942b48c43f4
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
- ## [0.3.0] - 2020-02-07
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
- [Unreleased]: https://github.com/nosolosoftware/rubocop-nosolosoftware/compare/v0.3.0...HEAD
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.3.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-07 00:00:00.000000000 Z
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.3.0
113
- changelog_uri: https://github.com/nosolosoftware/rubocop-nosolosoftware/blob/v0.3.0/CHANGELOG.md
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: