rubocop-ast 1.20.0 → 1.20.1

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: 25e1ac497c5832d26a8d8d30aa3dace6eb22a562f4f0c8ea7663f80ff7c92b10
4
- data.tar.gz: 19dce3d5cf6186e0eed3d28a9510a387d8823f26a8e4f37410637047abb0621a
3
+ metadata.gz: 9ba8fd9e8c9903ca9522fe001ffe0f1d4b678d6d726240452962d610c5fd5b11
4
+ data.tar.gz: ec1bd5ddb6974f82b3bc1ed8abec8b3a63e195c6685fc065dd751d38831b8d15
5
5
  SHA512:
6
- metadata.gz: 51d9c0b9aa24bdcd7f513526b8b7786d7dce47a03fb5294e7393ab787757eb3569879f655ad2252fe19bf0a1991d39326940678927597609936b2443fab4afc2
7
- data.tar.gz: 89569d2237466419627514be2b7130fe5d77f75f607b06739bf3440231d42cc342d5cbfc138193b7efe3dd7502b1acedec27f76eabb6a46d142bce2bb8149971
6
+ metadata.gz: 0fdf074ad777bb2aa6b3e94bcdd78ba9486908b1f21659a5c2818de837ed8b50bcebf581181484a9a4bf636f5b46a0433136549ad788343a5019668e98fb71d3
7
+ data.tar.gz: 6a281cddaae5c392f9dc7dcce2449fc0da9a4d3c568628955e73f687a9bd7ca99ca7baa858a2b28ee5d4b1cf4a388fd14ff0e38c06756d3ec2fc6e6379baad8d
@@ -249,7 +249,7 @@ module RuboCop
249
249
  ^{ # or the parent is...
250
250
  sclass class module class_constructor? # a class-like node
251
251
  [ { # or some "wrapper"
252
- kwbegin begin block
252
+ kwbegin begin block numblock
253
253
  (if _condition <%0 _>) # note: we're excluding the condition of `if` nodes
254
254
  }
255
255
  #in_macro_scope? # that is itself in a macro scope
@@ -3,7 +3,7 @@
3
3
  module RuboCop
4
4
  module AST
5
5
  module Version
6
- STRING = '1.20.0'
6
+ STRING = '1.20.1'
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.20.0
4
+ version: 1.20.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bozhidar Batsov