Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
20c5d0e34d | ||
|
|
b7558d64f5 | ||
|
|
293abdacde | ||
|
|
804d044632 | ||
|
|
813b171d26 | ||
|
|
7a0ce1c04d |
@@ -1,7 +1,10 @@
|
|||||||
|
sudo: false
|
||||||
language: ruby
|
language: ruby
|
||||||
rvm:
|
rvm:
|
||||||
- 1.9.3
|
- 1.9.3
|
||||||
- 2.0.0
|
- 2.0.0
|
||||||
|
- 2.1.7
|
||||||
|
- 2.2.3
|
||||||
addons:
|
addons:
|
||||||
code_climate:
|
code_climate:
|
||||||
repo_token:
|
repo_token:
|
||||||
|
|||||||
@@ -66,7 +66,9 @@ module Zanzibar
|
|||||||
|
|
||||||
def prompt_for_password
|
def prompt_for_password
|
||||||
puts "Please enter password for #{@@username}:"
|
puts "Please enter password for #{@@username}:"
|
||||||
STDIN.noecho(&:gets).chomp
|
STDIN.noecho(&:gets).chomp.tap do
|
||||||
|
puts "Using password to login..."
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
## Gets the wsdl document location if none is provided in the constructor
|
## Gets the wsdl document location if none is provided in the constructor
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# The version of the gem
|
# The version of the gem
|
||||||
module Zanzibar
|
module Zanzibar
|
||||||
VERSION = '0.1.21'
|
VERSION = '0.1.23'
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user