starting_blocks 0.0.23 → 0.0.24

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
@@ -12,7 +12,7 @@ if ARGV.include? '--verbose'
12
12
  end
13
13
 
14
14
  if ARGV.include? '--bundler'
15
- options[:bundler] = true
15
+ options[:use_bundler] = true
16
16
  end
17
17
 
18
18
  def run_all_specs options
@@ -1,3 +1,3 @@
1
1
  module StartingBlocks
2
- VERSION = "0.0.23"
2
+ VERSION = "0.0.24"
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.23
4
+ version: 0.0.24
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -164,7 +164,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
164
164
  version: '0'
165
165
  segments:
166
166
  - 0
167
- hash: 750877468494968190
167
+ hash: 963577567588902619
168
168
  required_rubygems_version: !ruby/object:Gem::Requirement
169
169
  none: false
170
170
  requirements:
@@ -173,7 +173,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
173
173
  version: '0'
174
174
  segments:
175
175
  - 0
176
- hash: 750877468494968190
176
+ hash: 963577567588902619
177
177
  requirements: []
178
178
  rubyforge_project:
179
179
  rubygems_version: 1.8.24