testdata 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/testdata.rb +2 -1
  2. metadata +2 -2
@@ -23,7 +23,8 @@ class Select
23
23
  XPath.match(@node, xpath).map {|x| stringify.call(x)}
24
24
  end
25
25
 
26
- yield procs[x.class.to_s.to_sym].call(@type, x)
26
+ values = procs[x.class.to_s.to_sym].call(@type, x)
27
+ block_given? ? yield(values) : values
27
28
  end
28
29
  end
29
30
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: testdata
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors: []
7
7
 
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2010-05-15 00:00:00 +01:00
12
+ date: 2010-10-28 00:00:00 +01:00
13
13
  default_executable:
14
14
  dependencies: []
15
15