beaker-vagrant 0.6.0 → 0.6.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/beaker-vagrant/version.rb +1 -1
- data/lib/beaker/hypervisor/vagrant.rb +1 -1
- data/spec/beaker/hypervisor/vagrant_spec.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ad7a48a926a8e35cd1b59384402d8dd8d6cd833b
|
4
|
+
data.tar.gz: a78eb144ba8bfe0b1096fc37247050944e5eca2f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 20d51507ba20ccf305ef457eb444b14c61441d9ff25314612e61ab7a4cee68e409b5790c3a0aca82a443ee0a3decbdd1f01332b514b7400aae8f0b393c31cffd
|
7
|
+
data.tar.gz: efc33b0bf519fb99f3b51c184201d8bdd3439e4139c49078c331a780f4803a2638e6918d308c1cddaccde4249b1ba74b82158751d9e109c0d71358d47d535e46
|
@@ -224,7 +224,7 @@ module Beaker
|
|
224
224
|
@vagrant_path = File.expand_path(File.join(File.basename(__FILE__), '..', '.vagrant', 'beaker_vagrant_files', File.basename(options[:hosts_file])))
|
225
225
|
FileUtils.mkdir_p(@vagrant_path)
|
226
226
|
@vagrant_file = File.expand_path(File.join(@vagrant_path, "Vagrantfile"))
|
227
|
-
@vagrant_env = { "RUBYLIB" => "" }
|
227
|
+
@vagrant_env = { "RUBYLIB" => "", "RUBYOPT" => "" }
|
228
228
|
end
|
229
229
|
|
230
230
|
def configure(opts = {})
|
@@ -457,7 +457,7 @@ EOF
|
|
457
457
|
allow( state ).to receive( :success? ).and_return( true )
|
458
458
|
wait_thr.value = state
|
459
459
|
|
460
|
-
allow( Open3 ).to receive( :popen3 ).with( {"RUBYLIB"=>""}, 'vagrant', 'ssh-config', name ).and_return( [ "", out, "", wait_thr ])
|
460
|
+
allow( Open3 ).to receive( :popen3 ).with( {"RUBYLIB"=>"", "RUBYOPT"=>""}, 'vagrant', 'ssh-config', name ).and_return( [ "", out, "", wait_thr ])
|
461
461
|
|
462
462
|
allow( file ).to receive( :path ).and_return( '/path/sshconfig' )
|
463
463
|
allow( file ).to receive( :rewind ).and_return( true )
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: beaker-vagrant
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
4
|
+
version: 0.6.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Rishi Javia, Kevin Imber, Tony Vu
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-12-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rspec
|