vmc 0.3.13.beta.3 → 0.3.13.beta.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -13,17 +13,12 @@ module VMC::Cli::Command
13
13
  email = @options[:email] unless email
14
14
  password = @options[:password]
15
15
  tries ||= 0
16
- <<<<<<< HEAD
17
- email = ask("Email: ") unless no_prompt || email
18
- password = ask("Password: ") {|q| q.echo = '*'} unless no_prompt || password
19
- =======
20
16
 
21
17
  unless no_prompt
22
18
  email ||= ask("Email")
23
19
  password ||= ask("Password", :echo => "*")
24
20
  end
25
21
 
26
- >>>>>>> local-staging/master
27
22
  err "Need a valid email" unless email
28
23
  err "Need a password" unless password
29
24
  login_and_save_token(email, password)
@@ -2,6 +2,6 @@ module VMC
2
2
  module Cli
3
3
  # This version number is used as the RubyGem release version.
4
4
  # The internal VMC version number is VMC::VERSION.
5
- VERSION = '0.3.13.beta.3'
5
+ VERSION = '0.3.13.beta.4'
6
6
  end
7
7
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: vmc
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease: 7
5
- version: 0.3.13.beta.3
5
+ version: 0.3.13.beta.4
6
6
  platform: ruby
7
7
  authors:
8
8
  - VMware