standard 1.25.1 → 1.25.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a1aeeafd87f77c4ff9e85dfb6a1bd37cb31126086348e99e429fedfd09683723
4
- data.tar.gz: 647e17d2a36f4260e6fb66122f92328b6ad374bc25408b06a4923b75f2b4211d
3
+ metadata.gz: 38e0d9ee5414f1b426d6ebf6576344c0cb4e11230006a2abc4d0747c773d81cb
4
+ data.tar.gz: f5cbad01395c8935b31644131edcf7935c4ef016275f12b40e8ff9a399fede08
5
5
  SHA512:
6
- metadata.gz: 3761917ccc794b141953b287307db706f911d7fba8aaed24222916c50d66fc0c24e24a8e8669ab05e2b3ce2820e2b1094257a963b3b724ce575681ff9dd4a8d8
7
- data.tar.gz: 50f7c207a9935792796d2ac8fa9797f1afda8062c4ac54482390f62ae46b3d34f5c2a4533dddaad7d12dad8f7201179bf06ea09f1f35d6ff70f8b78396dac63f
6
+ metadata.gz: 793810774f3dae6d6bdc2fe3a3de9f09e5d8a858c189a4853895efca2cea29050862fa863f1100822f160cf647c0865d4c7a67093d854d0a0907d3273a5bc590
7
+ data.tar.gz: 643f5bfe2714f9f68f064fa706af04b25190e32e4d4e5bddb0819297ead92856015484ff063cacb0790b53cebd55f53e6e95d2b080b3d7e5e9980ee57fab1a55
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.25.2
4
+
5
+ * Disable Style/RedundantFetchBlock due to concerns the performance benefit
6
+ isn't worth the inconsistency it causes and the fact it is incompatible with
7
+ ActiveSupport [#527](https://github.com/testdouble/standard/issues/527)
8
+
3
9
  ## 1.25.1
4
10
 
5
11
  * When in `stdin` mode, don't invoke the RuboCop runner with `parallel: true` to
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- standard (1.25.1)
4
+ standard (1.25.2)
5
5
  language_server-protocol (~> 3.17.0.2)
6
6
  rubocop (= 1.48.1)
7
7
  rubocop-performance (= 1.16.0)
data/config/base.yml CHANGED
@@ -1693,7 +1693,7 @@ Style/RedundantException:
1693
1693
  Enabled: true
1694
1694
 
1695
1695
  Style/RedundantFetchBlock:
1696
- Enabled: true
1696
+ Enabled: false
1697
1697
 
1698
1698
  Style/RedundantFileExtensionInRequire:
1699
1699
  Enabled: true
@@ -1,3 +1,3 @@
1
1
  module Standard
2
- VERSION = Gem::Version.new("1.25.1")
2
+ VERSION = Gem::Version.new("1.25.2")
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: standard
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.25.1
4
+ version: 1.25.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Searls
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-03-18 00:00:00.000000000 Z
11
+ date: 2023-03-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop