fablicop 1.8.0 → 1.9.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: e791da288c1f6f895448e32c2369ee7e75650bacf20eadacfd0f48ffce2cd4f7
4
- data.tar.gz: 626845ce9b32122ac3abce5c226a3df55c4ab951b7ac079d02f5edb6bd66fa76
3
+ metadata.gz: 982a014f607b768a0b310c33c1f7e75f28f96d65e2f74e05c1817be536b1ca8c
4
+ data.tar.gz: 7b4c3794f9f0ac776bf525ec6cfe4b5aff89c2c93b3bd73e206f4f5bdcbb7d91
5
5
  SHA512:
6
- metadata.gz: a51bb62caf7c5582e5c169ef23d1990df47bff484f7cd47e22c829ab604351d625205aad3843d543362d41a5e42c2ed1f27821907d1f2aadb16c442cd05e5c83
7
- data.tar.gz: 713be62e8be14431848e88e4b63f17512fe6047b8eda2cd2875e2c09da5433bd5df5790cbf465a77dd27e2d552c2c340c584a4ca3dce6f7da965499db0ec781f
6
+ metadata.gz: 3f1b392b32d2fc29cde9bb625579a20bb57432b5da91fe1e45afc30ade1bb1b6770b6b2d1ae11e7525e3fb2a4bb6cec06d5f127fd8da5359690768fd29ecdae6
7
+ data.tar.gz: f176424e92d5b19bbbe9515761b7b32967112ca8c7a3039ed273741dc22521b0913ffc6dbe7494bf062c058e2ecc95675cb07ee373029a772ff9ef00352b6b21
data/CHANGELOG.md CHANGED
@@ -2,7 +2,15 @@
2
2
 
3
3
  ## [Unreleased](https://github.com/Fablic/fablicop/tree/HEAD)
4
4
 
5
- [Full Changelog](https://github.com/Fablic/fablicop/compare/v1.7.0...HEAD)
5
+ [Full Changelog](https://github.com/Fablic/fablicop/compare/v1.8.0...HEAD)
6
+
7
+ **Merged pull requests:**
8
+
9
+ - Disable `Rails/HttpStatus` [\#98](https://github.com/Fablic/fablicop/pull/98) ([hanafuji87](https://github.com/hanafuji87))
10
+
11
+ ## [v1.8.0](https://github.com/Fablic/fablicop/tree/v1.8.0) (2022-09-28)
12
+
13
+ [Full Changelog](https://github.com/Fablic/fablicop/compare/v1.7.0...v1.8.0)
6
14
 
7
15
  **Merged pull requests:**
8
16
 
@@ -23,6 +23,9 @@ Rails:
23
23
  Rails/HttpPositionalArguments:
24
24
  Enabled: false
25
25
 
26
+ Rails/HttpStatus:
27
+ Enabled: false
28
+
26
29
  Rails/InverseOf:
27
30
  Enabled: false
28
31
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Fablicop
4
- VERSION = '1.8.0'
4
+ VERSION = '1.9.0'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fablicop
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.0
4
+ version: 1.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - tommy
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: exe
12
12
  cert_chain: []
13
- date: 2022-09-28 00:00:00.000000000 Z
13
+ date: 2023-01-23 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rubocop
@@ -167,7 +167,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
167
167
  - !ruby/object:Gem::Version
168
168
  version: '0'
169
169
  requirements: []
170
- rubygems_version: 3.3.7
170
+ rubygems_version: 3.4.3
171
171
  signing_key:
172
172
  specification_version: 4
173
173
  summary: fablicop is a RuboCop configration gem.