parser 2.3.0.pre.1 → 2.3.0.pre.2

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.
@@ -1,3 +1,3 @@
1
1
  module Parser
2
- VERSION = '2.3.0.pre.1'
2
+ VERSION = '2.3.0.pre.2'
3
3
  end
data/parser.gemspec CHANGED
@@ -20,6 +20,8 @@ Gem::Specification.new do |spec|
20
20
  lib/parser/ruby20.rb
21
21
  lib/parser/ruby21.rb
22
22
  lib/parser/ruby22.rb
23
+ lib/parser/macruby.rb
24
+ lib/parser/rubymotion.rb
23
25
  )
24
26
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
25
27
  spec.test_files = spec.files.grep(%r{^test/})
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.3.0.pre.1
4
+ version: 2.3.0.pre.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Zotov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-06-13 00:00:00.000000000 Z
11
+ date: 2015-06-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ast
@@ -269,6 +269,7 @@ 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
272
273
  - lib/parser/macruby.y
273
274
  - lib/parser/messages.rb
274
275
  - lib/parser/meta.rb
@@ -283,6 +284,7 @@ files:
283
284
  - lib/parser/ruby21.y
284
285
  - lib/parser/ruby22.rb
285
286
  - lib/parser/ruby22.y
287
+ - lib/parser/rubymotion.rb
286
288
  - lib/parser/rubymotion.y
287
289
  - lib/parser/runner.rb
288
290
  - lib/parser/runner/ruby_parse.rb