Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
20c5d0e34d | ||
|
|
b7558d64f5 | ||
|
|
293abdacde |
@@ -66,8 +66,9 @@ module Zanzibar
|
||||
|
||||
def prompt_for_password
|
||||
puts "Please enter password for #{@@username}:"
|
||||
STDIN.noecho(&:gets).chomp
|
||||
puts "Using password to login..."
|
||||
STDIN.noecho(&:gets).chomp.tap do
|
||||
puts "Using password to login..."
|
||||
end
|
||||
end
|
||||
|
||||
## Gets the wsdl document location if none is provided in the constructor
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# The version of the gem
|
||||
module Zanzibar
|
||||
VERSION = '0.1.21'
|
||||
VERSION = '0.1.23'
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user