parser 2.6.5.0 → 2.7.0.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.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: parser
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.6.5.0
4
+ version: 2.7.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - whitequark
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-10-02 00:00:00.000000000 Z
11
+ date: 2019-12-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ast
@@ -193,6 +193,7 @@ files:
193
193
  - lib/parser/color.rb
194
194
  - lib/parser/context.rb
195
195
  - lib/parser/current.rb
196
+ - lib/parser/current_arg_stack.rb
196
197
  - lib/parser/deprecation.rb
197
198
  - lib/parser/diagnostic.rb
198
199
  - lib/parser/diagnostic/engine.rb
@@ -201,10 +202,10 @@ files:
201
202
  - lib/parser/lexer/dedenter.rb
202
203
  - lib/parser/lexer/explanation.rb
203
204
  - lib/parser/lexer/literal.rb
204
- - lib/parser/lexer/max_numparam_stack.rb
205
205
  - lib/parser/lexer/stack_state.rb
206
206
  - lib/parser/macruby.rb
207
207
  - lib/parser/macruby.y
208
+ - lib/parser/max_numparam_stack.rb
208
209
  - lib/parser/messages.rb
209
210
  - lib/parser/meta.rb
210
211
  - lib/parser/rewriter.rb
@@ -259,6 +260,7 @@ files:
259
260
  - lib/parser/static_environment.rb
260
261
  - lib/parser/syntax_error.rb
261
262
  - lib/parser/tree_rewriter.rb
263
+ - lib/parser/variables_stack.rb
262
264
  - lib/parser/version.rb
263
265
  - parser.gemspec
264
266
  - test/bug_163/fixtures/input.rb