tm_backtrace 0.1.1 → 0.1.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.
Files changed (3) hide show
  1. data/{README.rdoc → README.md} +15 -5
  2. data/VERSION +1 -1
  3. metadata +4 -4
@@ -1,19 +1,29 @@
1
- = tm_backtrace
1
+ tm_backtrace
2
+ ====
2
3
 
3
4
  This provides you the backtrace for TextMate.
4
5
 
5
- == Install
6
+ Install
7
+ ----
6
8
 
7
9
  gem install tm_backtrace
8
10
 
9
- == Usage
11
+ Usage
12
+ ----
10
13
 
11
14
  require 'tm_backtrace'
12
15
 
13
- == Tips
16
+ Screenshot
17
+ ----
18
+
19
+ ![screenshot.png](mt_backtrace/raw/master/screenshot.png)
20
+
21
+ Tips
22
+ ----
14
23
 
15
24
  iTerm can launch URL with Cmd-click.
16
25
 
17
- == Copyright
26
+ Copyright
27
+ ----
18
28
 
19
29
  Copyright (c) 2010 jugyo. See LICENSE for details.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.1
1
+ 0.1.2
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 1
9
- version: 0.1.1
8
+ - 2
9
+ version: 0.1.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - jugyo
@@ -26,11 +26,11 @@ extensions: []
26
26
 
27
27
  extra_rdoc_files:
28
28
  - LICENSE
29
- - README.rdoc
29
+ - README.md
30
30
  files:
31
31
  - .document
32
32
  - LICENSE
33
- - README.rdoc
33
+ - README.md
34
34
  - Rakefile
35
35
  - VERSION
36
36
  - example.rb