shindo 0.3.0 → 0.3.1
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/shindo.rb +3 -1
- data/shindo.gemspec +1 -1
- 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.
|
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.
|
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:
|
4
|
+
hash: 17
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 3
|
9
|
-
-
|
10
|
-
version: 0.3.
|
9
|
+
- 1
|
10
|
+
version: 0.3.1
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- geemus (Wesley Beary)
|