tm_backtrace 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/lib/tm_backtrace.rb +1 -1
  3. metadata +2 -2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.3
1
+ 0.1.4
@@ -7,7 +7,7 @@ class Exception
7
7
  b.map do |t|
8
8
  file, line, message = t.split(':')
9
9
  file = File.expand_path(file).sub(File.expand_path('~'), '~')
10
- " \e[90mtxmt://open/?url=file://\e[34m#{ file }\e[90m&line=\e[0m#{ line } \e[31m#{ message }\e[0m"
10
+ "\e[90mtxmt://open/?url=file://\e[36m#{ file }\e[90m&line=\e[0m#{ line } \e[31m#{ message }\e[0m"
11
11
  end
12
12
  end
13
13
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 3
9
- version: 0.1.3
8
+ - 4
9
+ version: 0.1.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - jugyo