shindo 0.3.0 → 0.3.1

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.
Files changed (3) hide show
  1. data/lib/shindo.rb +3 -1
  2. data/shindo.gemspec +1 -1
  3. metadata +3 -3
data/lib/shindo.rb CHANGED
@@ -6,7 +6,7 @@ module Shindo
6
6
  class Pending < StandardError; end
7
7
 
8
8
  unless const_defined?(:VERSION)
9
- VERSION = '0.3.0'
9
+ VERSION = '0.3.1'
10
10
  end
11
11
 
12
12
  def self.tests(description = nil, tags = [], &block)
@@ -118,6 +118,8 @@ module Shindo
118
118
  when :raises
119
119
  value = begin
120
120
  instance_eval(&block)
121
+ rescue Shindo::Pending
122
+ @pending = true
121
123
  rescue => error
122
124
  error
123
125
  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.3.0'
16
+ s.version = '0.3.1'
17
17
  s.date = '2011-03-10'
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: 19
4
+ hash: 17
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 0
10
- version: 0.3.0
9
+ - 1
10
+ version: 0.3.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - geemus (Wesley Beary)