starting_blocks 0.0.4 → 0.0.5

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/bin/sb +1 -1
  2. data/lib/starting_blocks/version.rb +1 -1
  3. 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
@@ -1,3 +1,3 @@
1
1
  module StartingBlocks
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  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
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: 68443475665184648
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: 68443475665184648
103
+ hash: -3000007213415108909
104
104
  requirements: []
105
105
  rubyforge_project:
106
106
  rubygems_version: 1.8.25