vagrant-orchestrate 0.4.6 → 0.4.7

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: 2d1d37bbcceb73c4aeea0523c3132be46e30a5dd
4
- data.tar.gz: 8a2d5192f22543df2a99a31b72bd5fb95037d2e4
3
+ metadata.gz: 5fc2ef762f37e5306a47335865711960050d8b72
4
+ data.tar.gz: bb42f425ad3b8166dd940a6adcde5bfc2ca4a97a
5
5
  SHA512:
6
- metadata.gz: 4d09668c2feeef5cafe7fff5885597105f7a1194c1b62ae0c07c0d7958b33abfd8ca201ddd0eee00af4b1713666a71cd88b987d06c6c51f385b0ee62253617ef
7
- data.tar.gz: 04d66afcfcb9b2867de6b74b26d8d8b951343fcd16f8c1dc823288ef4d68e5055d8b360e3d15f92641660a188c8e5685967dd0ac94240f710574c3c2c2308d78
6
+ metadata.gz: ca299b93bf0b71ecc4d84d75238ac64fa7432b58792a646bab733764b9b338cdfb2262e57556e2c81f3faa189e12c98548a9b13b0801550b81d33e4a1171894e
7
+ data.tar.gz: 7a8dc4f6ab76d4e372ce923f2e1b14bae2c1c613628d9615d83a2c2c2819e574101a51e6bf15c246c1245869b61fed0537ed401ef39772c6ef9576ea43919dc9
@@ -12,12 +12,12 @@ module VagrantPlugins
12
12
  # Use credentials file to any username or password that is still undiscovered
13
13
  check_creds_file(config_creds, ui) unless config_creds.username && config_creds.password
14
14
 
15
- config_creds = maybe_prompt(config_creds)
15
+ config_creds = maybe_prompt(config_creds, ui)
16
16
 
17
17
  [config_creds.username, config_creds.password]
18
18
  end
19
19
 
20
- def maybe_prompt(config_creds)
20
+ def maybe_prompt(config_creds, ui)
21
21
  # Only prompt if allowed by config
22
22
  if config_creds.prompt
23
23
  config_creds.username ||= prompt_username(ui)
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module Orchestrate
3
- VERSION = "0.4.6"
3
+ VERSION = "0.4.7"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-orchestrate
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.6
4
+ version: 0.4.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christopher Baldauf
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-10 00:00:00.000000000 Z
11
+ date: 2015-04-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler