beaker-vagrant 0.6.0 → 0.6.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d84392a96de3ef88f5b20f1ecb2eb5ec74afdb55
4
- data.tar.gz: 5b1b20587489bfd00f891071dbb21c8322baafe4
3
+ metadata.gz: ad7a48a926a8e35cd1b59384402d8dd8d6cd833b
4
+ data.tar.gz: a78eb144ba8bfe0b1096fc37247050944e5eca2f
5
5
  SHA512:
6
- metadata.gz: c572ba506cdd9bbe3daffb77ac24c13a86b808bfb2c7c47e4dfcce244d80094ef13ecb7dc346f4cf22aa78f55ca7c35f36844cbd4f8bbf5d603dd4bdc2ebd756
7
- data.tar.gz: d53012692dfbda60846694697c948a499d1685c47c5dd94ff7a85a0f69601758a2a998fa552c084e67e52417d35f630bead60e61904d035a16153e55c0d0eac7
6
+ metadata.gz: 20d51507ba20ccf305ef457eb444b14c61441d9ff25314612e61ab7a4cee68e409b5790c3a0aca82a443ee0a3decbdd1f01332b514b7400aae8f0b393c31cffd
7
+ data.tar.gz: efc33b0bf519fb99f3b51c184201d8bdd3439e4139c49078c331a780f4803a2638e6918d308c1cddaccde4249b1ba74b82158751d9e109c0d71358d47d535e46
@@ -1,3 +1,3 @@
1
1
  module BeakerVagrant
2
- VERSION = '0.6.0'
2
+ VERSION = '0.6.1'
3
3
  end
@@ -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.0
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-13 00:00:00.000000000 Z
11
+ date: 2018-12-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec