rubocop-ast 1.16.0 → 1.17.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: e65c7ca3cc4f7a4345d3584be2d2f1ed5ddb737c6c9dd9698c61ee8082041439
4
- data.tar.gz: b5c6e4a5e460af4a8c4fd5e8941f2a997b94dbffcd54b53549c9147ec7cd9dcc
3
+ metadata.gz: 267bd60200cc411795e6c3dadcb9674a3b152144f1516cefba894ba7241e13d6
4
+ data.tar.gz: 1e2b83c59fb18af18c99debfcda585f670dafbba5d7ba6031d45080f9eb3bca5
5
5
  SHA512:
6
- metadata.gz: e422e89790ad586e0d26d8af780a15d14c892830c550a5f536e349ac46be76348760cf4f837be42fea912910db9ea2923c47d09d5e854b6ca2fb0fb72e3ebd8f
7
- data.tar.gz: e7c2c6af704a97d5102a96304eec899f63edc2a5d4eabe656205324a8e5aae4237851e6d16665dbc51a8023bd370d1090cee35ab0c6fdb36a48801a1719afb5d
6
+ metadata.gz: 3c4871cb6d6ac715e84670c52b7534bac124abf0ddf267ba8305071dbec56ffda396e73fe2e92a65acf817a9131218f59ce0f428b0d59f9d53643e840f911090
7
+ data.tar.gz: f68f78643f318518f4c20d088d267b64f43a34cb59262487b2479b66e5bb63ee5f46cc11e8ffb033e26433df29ed090cef6202ffcd7b995700010d26d2cd0922
@@ -57,7 +57,7 @@ module RuboCop
57
57
  # @api private
58
58
  BASIC_CONDITIONALS = %i[if while until].to_set.freeze
59
59
  # @api private
60
- CONDITIONALS = (BASIC_CONDITIONALS + [:case]).freeze
60
+ CONDITIONALS = (BASIC_CONDITIONALS + %i[case case_match]).freeze
61
61
  # @api private
62
62
  POST_CONDITION_LOOP_TYPES = %i[while_post until_post].to_set.freeze
63
63
  # @api private
@@ -3,7 +3,7 @@
3
3
  module RuboCop
4
4
  module AST
5
5
  module Version
6
- STRING = '1.16.0'
6
+ STRING = '1.17.0'
7
7
  end
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-ast
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.16.0
4
+ version: 1.17.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bozhidar Batsov
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2022-02-22 00:00:00.000000000 Z
13
+ date: 2022-04-09 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: parser