tm_helper 0.1.0 → 0.2.0
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/README.rdoc +2 -2
- data/VERSION +1 -1
- data/lib/tm_helper/tm_helper.rb +1 -1
- data/tm_helper.gemspec +1 -1
- metadata +3 -3
data/README.rdoc
CHANGED
@@ -4,7 +4,7 @@ Some useful utilities for Ruby development in TextMate.
|
|
4
4
|
|
5
5
|
== Features
|
6
6
|
|
7
|
-
* Formats output when running RSpec specs in TextMate using the RSpec TextMate bundle via the method +
|
7
|
+
* Formats output when running RSpec specs in TextMate using the RSpec TextMate bundle via the method +printout+
|
8
8
|
* Namely, it escapes HTML and converts +\n+ characters to +<br/>+.
|
9
9
|
* This is useful when using print statements to debug code while running specs in TextMate.
|
10
10
|
* Supports forcing of logs to the Textmate window.
|
@@ -19,7 +19,7 @@ Include tm_helper into your Gemfile.
|
|
19
19
|
|
20
20
|
== Usage
|
21
21
|
|
22
|
-
Use +
|
22
|
+
Use +printout+ as you would normally use +puts+. Output will be automatically formatted when running in an RSpec window.
|
23
23
|
|
24
24
|
If using spork with --drb, define TM_HELPER=true and TM_RSPEC=true in the shell before running spork.
|
25
25
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.
|
1
|
+
0.2.0
|
data/lib/tm_helper/tm_helper.rb
CHANGED
data/tm_helper.gemspec
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tm_helper
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 23
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
|
-
-
|
8
|
+
- 2
|
9
9
|
- 0
|
10
|
-
version: 0.
|
10
|
+
version: 0.2.0
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- shock
|