shindo 0.0.5 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/VERSION +1 -1
  2. data/lib/shindo.rb +2 -1
  3. data/shindo.gemspec +2 -2
  4. metadata +2 -2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.5
1
+ 0.0.7
@@ -17,6 +17,7 @@ module Shindo
17
17
  @annals = Annals.new
18
18
  @befores = []
19
19
  @description_stack = []
20
+ Thread.current[:tags] ||= []
20
21
  @if_tagged = Thread.current[:tags].
21
22
  select {|tag| tag.match(/^\+/)}.
22
23
  map {|tag| tag[1..-1]}
@@ -28,7 +29,7 @@ module Shindo
28
29
  @tag_stack = []
29
30
  Thread.current[:reload] = false
30
31
  print("\n")
31
- tests(header, &block)
32
+ tests(header, tags, &block)
32
33
  print("\n")
33
34
  if @success
34
35
  Thread.current[:success] = true
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{shindo}
8
- s.version = "0.0.5"
8
+ s.version = "0.0.7"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["geemus (Wesley Beary)"]
12
- s.date = %q{2009-11-22}
12
+ s.date = %q{2009-11-23}
13
13
  s.default_executable = %q{shindo}
14
14
  s.description = %q{Simple depth first ruby testing}
15
15
  s.email = %q{me@geemus.com}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shindo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - geemus (Wesley Beary)
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-11-22 00:00:00 -08:00
12
+ date: 2009-11-23 00:00:00 -08:00
13
13
  default_executable: shindo
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency