busser-rspec 0.7.1 → 0.7.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -21,6 +21,6 @@ module Busser
21
21
  module Rspec
22
22
 
23
23
  # Version string for the Rspec Busser runner plugin
24
- VERSION = "0.7.1"
24
+ VERSION = "0.7.2"
25
25
  end
26
26
  end
@@ -46,7 +46,7 @@ class Busser::RunnerPlugin::Rspec < Busser::RunnerPlugin::Base
46
46
  # Bundle install local completes quickly if the gems are already found locally
47
47
  # it fails if it needs to talk to the internet. The || below is the fallback
48
48
  # to the internet-enabled version. It's a speed optimization.
49
- run("env PATH=#{ENV['PATH']}:#{Gem.bindir} bundle install --local || bundle install")
49
+ run("PATH=#{ENV['PATH']}:#{Gem.bindir}; bundle install --local || bundle install")
50
50
  end
51
51
 
52
52
  runner = File.expand_path(File.join(File.dirname(__FILE__), "..", "rspec", "runner.rb"))
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: busser-rspec
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.1
4
+ version: 0.7.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-01-17 00:00:00.000000000 Z
12
+ date: 2014-02-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: busser
@@ -194,7 +194,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
194
194
  version: '0'
195
195
  segments:
196
196
  - 0
197
- hash: -1620810802609636202
197
+ hash: 1428606651061913826
198
198
  required_rubygems_version: !ruby/object:Gem::Requirement
199
199
  none: false
200
200
  requirements:
@@ -203,7 +203,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
203
203
  version: '0'
204
204
  segments:
205
205
  - 0
206
- hash: -1620810802609636202
206
+ hash: 1428606651061913826
207
207
  requirements: []
208
208
  rubyforge_project:
209
209
  rubygems_version: 1.8.23