starting_blocks 0.0.30 → 0.0.31

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 +0 -1
  2. data/lib/starting_blocks/version.rb +1 -1
  3. metadata +3 -3
data/bin/sb CHANGED
@@ -13,7 +13,6 @@ require 'starting_blocks-growl' if ARGV.include? '--growl'
13
13
  options[:verbose] = ARGV.include? '--verbose'
14
14
  options[:no_vendor] = ARGV.include?('--vendor') == false
15
15
  options[:use_bundler] = Dir['Gemfile'].count > 0
16
- raise options.inspect
17
16
 
18
17
  def run_all_specs options
19
18
  files = ['**/*_spec.rb*', '**/*_test.rb*', '**/test_*.rb*'].map do |d|
@@ -1,3 +1,3 @@
1
1
  module StartingBlocks
2
- VERSION = "0.0.30"
2
+ VERSION = "0.0.31"
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.30
4
+ version: 0.0.31
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -148,7 +148,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
148
148
  version: '0'
149
149
  segments:
150
150
  - 0
151
- hash: -4170713173812812278
151
+ hash: -3379760059722669527
152
152
  required_rubygems_version: !ruby/object:Gem::Requirement
153
153
  none: false
154
154
  requirements:
@@ -157,7 +157,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
157
157
  version: '0'
158
158
  segments:
159
159
  - 0
160
- hash: -4170713173812812278
160
+ hash: -3379760059722669527
161
161
  requirements: []
162
162
  rubyforge_project:
163
163
  rubygems_version: 1.8.24