trex 1.0.7 → 1.0.8
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.
- data/lib/trex.rb +2 -1
- metadata +1 -1
data/lib/trex.rb
CHANGED
|
@@ -67,7 +67,7 @@ Term::ANSIColor::coloring = color_terminal?
|
|
|
67
67
|
# ============================================================================
|
|
68
68
|
#TODO track changed files and only recompile then...
|
|
69
69
|
class TReX
|
|
70
|
-
VERSION = '1.0.
|
|
70
|
+
VERSION = '1.0.8'
|
|
71
71
|
|
|
72
72
|
attr_reader :options
|
|
73
73
|
|
|
@@ -273,6 +273,7 @@ class TReX
|
|
|
273
273
|
print line.to_i + documentStartLine - 1
|
|
274
274
|
print ':'
|
|
275
275
|
print col
|
|
276
|
+
print ':'
|
|
276
277
|
print match
|
|
277
278
|
print rest
|
|
278
279
|
print trailing.strip
|