specdown 0.1.6 → 0.1.7

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/CHANGELOG.markdown CHANGED
@@ -1,5 +1,9 @@
1
1
  ## CHANGELOG
2
2
 
3
+ ## 0.1.7
4
+
5
+ Working on all Rubies.
6
+
3
7
  ## 0.1.6
4
8
 
5
9
  Command line option (-f or --format) for output format (plain|color).
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.6
1
+ 0.1.7
@@ -18,7 +18,8 @@ module Specdown
18
18
 
19
19
  def print_summary(runners)
20
20
  @report_summary = summary(runners)
21
- template.run(proc {})
21
+ bounding = binding rescue proc {}
22
+ template.run bounding
22
23
  end
23
24
 
24
25
  private
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: specdown
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 6
10
- version: 0.1.6
9
+ - 7
10
+ version: 0.1.7
11
11
  platform: ruby
12
12
  authors:
13
13
  - Matt Parker