specdown 0.1.6 → 0.1.7
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG.markdown +4 -0
- data/README.markdown +2 -1
- data/VERSION +1 -1
- data/lib/specdown/reporter/terminal_reporter.rb +2 -1
- metadata +3 -3
data/CHANGELOG.markdown
CHANGED
data/README.markdown
CHANGED
@@ -1,5 +1,7 @@
|
|
1
1
|
# specdown
|
2
2
|
|
3
|
+
[![Build Status](https://secure.travis-ci.org/moonmaster9000/specdown.png)](http://travis-ci.org/moonmaster9000/specdown)
|
4
|
+
|
3
5
|
Write your README in markdown, and execute it with specdown.
|
4
6
|
|
5
7
|
## Why?
|
@@ -259,6 +261,5 @@ Note that this defaults to `:color_terminal`. Also, please note that command lin
|
|
259
261
|
|
260
262
|
This library is still very new, but we are rapidly adding features to it. Here's what is on the immediate horizon:
|
261
263
|
|
262
|
-
* color code the terminal output
|
263
264
|
* offer the option of outputing the actual markdown while it executes, instead of "..F....FF......"
|
264
265
|
* Better stack traces / reporting
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.7
|
metadata
CHANGED