rubocop-ast 1.13.0 → 1.14.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: b3a3081c514303a8fb2f6ac3e4616da1d5f41ac4bd21d63407f9281534443385
4
- data.tar.gz: dabd9d626ee4dd67946126b81f1a8852da16bb561caaabc91fa4b89648186fa6
3
+ metadata.gz: 1693e1ea234859e4e84ac9ff85465e2779d1588aa82593e41e2fe1348611a286
4
+ data.tar.gz: d8fee8a82d5fa065c29f8801979d4a90a45b4fb8ac25ee9b8dc0f3c44da07c20
5
5
  SHA512:
6
- metadata.gz: f678e9d3b6da22c1be2861fd023121c50b161dfff5986ed14f49199c251bb041a2d2c3e93cacb86c9368dd71f8ed7575620984eeb54e65eaf183f062ffa11dee
7
- data.tar.gz: 948888c0e83bca6acf73b06a0e5030bab2fde65cafa6366c6a3054cb07eca722d938f28a8b1e1bb226c8f48c9bb483b9d66704d432fdc87e23a4d2461809bb38
6
+ metadata.gz: 6219c5798d3f7a9f8cf40a3ee1e85754547ae2ded2b037a4847811db03b575d558e183919bab53c11b824cca19d012846aa9b3e6d208fb217729a54c0b0cd4b1
7
+ data.tar.gz: 1b2db6a28cb91be686411c52de1af8b1dcceb09c1726e173a7d3d91c0c5384cfa6ac165fb12110e01156496b2b64da37998828eb1752423230ff64091a2fadd3
@@ -6,9 +6,9 @@ module RuboCop
6
6
  # node when the builder constructs the AST, making its methods available
7
7
  # to all `class` nodes within RuboCop.
8
8
  class ClassNode < Node
9
- # The identifer for this `class` node.
9
+ # The identifier for this `class` node.
10
10
  #
11
- # @return [Node] the identifer of the class
11
+ # @return [Node] the identifier of the class
12
12
  def identifier
13
13
  node_parts[0]
14
14
  end
@@ -171,7 +171,7 @@ module RuboCop
171
171
  #
172
172
  # private def foo; end
173
173
  #
174
- # @return wether the `def|defs` node is a modifier or not.
174
+ # @return whether the `def|defs` node is a modifier or not.
175
175
  # See also `def_modifier` that returns the node or `nil`
176
176
  def def_modifier?(node = self)
177
177
  !!def_modifier(node)
@@ -6,9 +6,9 @@ module RuboCop
6
6
  # plain node when the builder constructs the AST, making its methods
7
7
  # available to all `module` nodes within RuboCop.
8
8
  class ModuleNode < Node
9
- # The identifer for this `module` node.
9
+ # The identifier for this `module` node.
10
10
  #
11
- # @return [Node] the identifer of the module
11
+ # @return [Node] the identifier of the module
12
12
  def identifier
13
13
  node_parts[0]
14
14
  end
@@ -6,9 +6,9 @@ module RuboCop
6
6
  # plain node when the builder constructs the AST, making its methods
7
7
  # available to all `sclass` nodes within RuboCop.
8
8
  class SelfClassNode < Node
9
- # The identifer for this `sclass` node. (Always `self`.)
9
+ # The identifier for this `sclass` node. (Always `self`.)
10
10
  #
11
- # @return [Node] the identifer of the class
11
+ # @return [Node] the identifier of the class
12
12
  def identifier
13
13
  node_parts[0]
14
14
  end
@@ -91,11 +91,10 @@ module RuboCop
91
91
 
92
92
  many_symbol_children = %i[regopt]
93
93
 
94
- node_child = %i[block_pass not
95
- match_current_line defined?
94
+ node_child = %i[not match_current_line defined?
96
95
  arg_expr pin if_guard unless_guard
97
96
  match_with_trailing_comma]
98
- node_or_nil_child = %i[preexe postexe]
97
+ node_or_nil_child = %i[block_pass preexe postexe]
99
98
 
100
99
  NO_CHILD_NODES = (no_children + opt_symbol_child + literal_child).to_set.freeze
101
100
  private_constant :NO_CHILD_NODES # Used by Commissioner
@@ -3,7 +3,7 @@
3
3
  module RuboCop
4
4
  module AST
5
5
  module Version
6
- STRING = '1.13.0'
6
+ STRING = '1.14.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.13.0
4
+ version: 1.14.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: 2021-11-07 00:00:00.000000000 Z
13
+ date: 2021-12-02 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: parser
@@ -159,6 +159,7 @@ metadata:
159
159
  source_code_uri: https://github.com/rubocop/rubocop-ast/
160
160
  documentation_uri: https://docs.rubocop.org/rubocop-ast/
161
161
  bug_tracker_uri: https://github.com/rubocop/rubocop-ast/issues
162
+ rubygems_mfa_required: 'true'
162
163
  post_install_message:
163
164
  rdoc_options: []
164
165
  require_paths: