parser 2.2.2.6 → 2.2.3.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.2.2.6
4
+ version: 2.2.3.0
5
5
  platform: ruby
6
6
  authors:
7
- - Peter Zotov
7
+ - whitequark
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-06-30 00:00:00.000000000 Z
11
+ date: 2015-10-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ast
@@ -269,6 +269,8 @@ files:
269
269
  - lib/parser/lexer/explanation.rb
270
270
  - lib/parser/lexer/literal.rb
271
271
  - lib/parser/lexer/stack_state.rb
272
+ - lib/parser/macruby.rb
273
+ - lib/parser/macruby.y
272
274
  - lib/parser/messages.rb
273
275
  - lib/parser/meta.rb
274
276
  - lib/parser/rewriter.rb
@@ -282,6 +284,8 @@ files:
282
284
  - lib/parser/ruby21.y
283
285
  - lib/parser/ruby22.rb
284
286
  - lib/parser/ruby22.y
287
+ - lib/parser/rubymotion.rb
288
+ - lib/parser/rubymotion.y
285
289
  - lib/parser/runner.rb
286
290
  - lib/parser/runner/ruby_parse.rb
287
291
  - lib/parser/runner/ruby_rewrite.rb
@@ -296,6 +300,7 @@ files:
296
300
  - lib/parser/source/map/for.rb
297
301
  - lib/parser/source/map/heredoc.rb
298
302
  - lib/parser/source/map/keyword.rb
303
+ - lib/parser/source/map/objc_kwarg.rb
299
304
  - lib/parser/source/map/operator.rb
300
305
  - lib/parser/source/map/rescue_body.rb
301
306
  - lib/parser/source/map/send.rb