starting_blocks 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- data/bin/sb +1 -1
- data/lib/starting_blocks/version.rb +1 -1
- metadata +3 -3
data/bin/sb
CHANGED
@@ -38,7 +38,7 @@ def run_it(file, files)
|
|
38
38
|
display "Filename: #{filename}"
|
39
39
|
matches = files.select { |x| x.gsub('_spec.rb', '.rb').include?(filename) && x != file }
|
40
40
|
matches << file
|
41
|
-
specs = matches.select! { |x| x.include?('_spec') }.map { |x| File.expand_path x }
|
41
|
+
specs = matches.select! { |x| x.include?('_spec') && File.file?(x) }.map { |x| File.expand_path x }
|
42
42
|
display "Matches: #{specs.inspect}"
|
43
43
|
run_these_specs specs
|
44
44
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: starting_blocks
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.5
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -91,7 +91,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
91
91
|
version: '0'
|
92
92
|
segments:
|
93
93
|
- 0
|
94
|
-
hash:
|
94
|
+
hash: -3000007213415108909
|
95
95
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
96
96
|
none: false
|
97
97
|
requirements:
|
@@ -100,7 +100,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
100
100
|
version: '0'
|
101
101
|
segments:
|
102
102
|
- 0
|
103
|
-
hash:
|
103
|
+
hash: -3000007213415108909
|
104
104
|
requirements: []
|
105
105
|
rubyforge_project:
|
106
106
|
rubygems_version: 1.8.25
|