shindo 0.1.11 → 0.1.12

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/lib/shindo.rb CHANGED
@@ -5,7 +5,7 @@ require 'gestalt'
5
5
  module Shindo
6
6
 
7
7
  unless const_defined?(:VERSION)
8
- VERSION = '0.1.11'
8
+ VERSION = '0.1.12'
9
9
  end
10
10
 
11
11
  def self.tests(description = nil, tags = [], &block)
@@ -13,7 +13,7 @@ module Shindo
13
13
 
14
14
  def display_description(description)
15
15
  unless @described
16
- Thread.current[:formatador].display(Thread.current[:file])
16
+ Thread.current[:formatador].display(@description_stack.first)
17
17
  print ' '
18
18
  @described = true
19
19
  end
data/shindo.gemspec CHANGED
@@ -13,7 +13,7 @@ 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.11'
16
+ s.version = '0.1.12'
17
17
  s.date = '2011-01-03'
18
18
  s.rubyforge_project = 'shindo'
19
19
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shindo
3
3
  version: !ruby/object:Gem::Version
4
- hash: 13
4
+ hash: 3
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 11
10
- version: 0.1.11
9
+ - 12
10
+ version: 0.1.12
11
11
  platform: ruby
12
12
  authors:
13
13
  - geemus (Wesley Beary)