rubocop-ast 1.21.0 → 1.22.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: 3042a6ea6c8061c98af6f9266c3c25753d9c6fa44da970def28268322e1a95d4
4
- data.tar.gz: 6ca67765b5da2f93381655e0669eba37cfe9c12a81b8e29e0c3a57ce9fd98c55
3
+ metadata.gz: a51634d0d8803ea979f44b5c93bcb86b30ddfa2e3ca74ae204076168e6111bab
4
+ data.tar.gz: 0d49b70878bfc0998fd2e955fbce76ddbea3f30afee876a7c70f8d670658026a
5
5
  SHA512:
6
- metadata.gz: 5f2eb5ee0b03efc771f32464253980ac8bd4a583db82eb7e59f7b4784ac29cf22e63f118aff1493d215d60e4a9a25843912f72f8d11baea8554d4be1135e76b7
7
- data.tar.gz: 2dfd094259a9585e0376034f21b8073736fa681799b16fd420511bea725878573e1e0aa3a52211dc5f3672e9812c440270727e7e4f06ffacaaa592c742ba37ae
6
+ metadata.gz: 421fbe4f9c66f25a42dd137be25907e08c83c1dd508b0e6f4406c95b4a400156a037de64cad832960b908e947577e271c57605a7038eefd5702bddcf9d9c1661
7
+ data.tar.gz: 8821b6c58a4407d1b4124eb50894de927d571239b3ba4a0450dfb92cd47a096a54463bc66b4ae0cc82aeeac97fe62c6fc29b04c867c3799b4593c1309b1381c1
@@ -233,7 +233,7 @@ module RuboCop
233
233
  #
234
234
  # foo + bar
235
235
  #
236
- # @return [Bookean] whether this method is a binary operation
236
+ # @return [Boolean] whether this method is a binary operation
237
237
  def binary_operation?
238
238
  return false unless loc.selector
239
239
 
@@ -119,6 +119,10 @@ module RuboCop
119
119
  def equal_sign?
120
120
  %i[tEQL tOP_ASGN].include?(type)
121
121
  end
122
+
123
+ def new_line?
124
+ type == :tNL
125
+ end
122
126
  end
123
127
  end
124
128
  end
@@ -3,7 +3,7 @@
3
3
  module RuboCop
4
4
  module AST
5
5
  module Version
6
- STRING = '1.21.0'
6
+ STRING = '1.22.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.21.0
4
+ version: 1.22.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-08-08 00:00:00.000000000 Z
13
+ date: 2022-10-17 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: parser