fcsh 0.2.0 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.0
1
+ 0.3.0
@@ -3,7 +3,7 @@ require File.join(File.dirname(__FILE__), 'mxmlc_error')
3
3
 
4
4
  # Formats the mxmlc to errors
5
5
  class MxmlcOutputReader
6
- attr_reader :errors
6
+ attr_reader :messages
7
7
  ERROR_LINE = /^((\/([\w\.]+))+)(\((-?\d+)\))?:\s*(col: (\d+))?:?\s*(Error|Warning+): (.+)$/
8
8
 
9
9
  def initialize(output)
metadata CHANGED
@@ -4,9 +4,9 @@ version: !ruby/object:Gem::Version
4
4
  prerelease: false
5
5
  segments:
6
6
  - 0
7
- - 2
7
+ - 3
8
8
  - 0
9
- version: 0.2.0
9
+ version: 0.3.0
10
10
  platform: ruby
11
11
  authors:
12
12
  - Jaap van der Meer