busser-rspec 0.7.1 → 0.7.2
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.
- data/lib/busser/rspec/version.rb +1 -1
- data/lib/busser/runner_plugin/rspec.rb +1 -1
- metadata +4 -4
data/lib/busser/rspec/version.rb
CHANGED
|
@@ -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("
|
|
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.
|
|
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-
|
|
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:
|
|
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:
|
|
206
|
+
hash: 1428606651061913826
|
|
207
207
|
requirements: []
|
|
208
208
|
rubyforge_project:
|
|
209
209
|
rubygems_version: 1.8.23
|