shindo 0.1.7 → 0.1.8

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.
@@ -5,7 +5,7 @@ require 'gestalt'
5
5
  module Shindo
6
6
 
7
7
  unless const_defined?(:VERSION)
8
- VERSION = '0.1.7'
8
+ VERSION = '0.1.8'
9
9
  end
10
10
 
11
11
  def self.tests(description = nil, tags = [], &block)
@@ -12,9 +12,10 @@ module Shindo
12
12
  end
13
13
 
14
14
  def display_description(description)
15
- unless @indented
16
- print ' '
17
- @indented = true
15
+ unless @described
16
+ Thread.current[:formatador].display(description)
17
+ print ' '
18
+ @described = true
18
19
  end
19
20
  end
20
21
 
@@ -13,8 +13,8 @@ Gem::Specification.new do |s|
13
13
  ## If your rubyforge_project name is different, then edit it and comment out
14
14
  ## the sub! line in the Rakefile
15
15
  s.name = 'shindo'
16
- s.version = '0.1.7'
17
- s.date = '2010-10-13'
16
+ s.version = '0.1.8'
17
+ s.date = '2010-11-16'
18
18
  s.rubyforge_project = 'shindo'
19
19
 
20
20
  ## Make sure your summary is short. The description may be as long
@@ -1,4 +1,4 @@
1
- Shindo.tests('bin') do
1
+ Shindo.tests('tag') do
2
2
 
3
3
  tests("negative -negative") do
4
4
  @output = bin("#{path('negative')} -negative")
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 7
9
- version: 0.1.7
8
+ - 8
9
+ version: 0.1.8
10
10
  platform: ruby
11
11
  authors:
12
12
  - geemus (Wesley Beary)
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-10-13 00:00:00 -07:00
17
+ date: 2010-11-16 00:00:00 -08:00
18
18
  default_executable: shindo
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency