Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
804d044632 | ||
|
|
813b171d26 | ||
|
|
7a0ce1c04d | ||
|
|
49ea9ab9fa | ||
|
|
60e0d52ab4 | ||
|
|
e3ec56210b |
@@ -1,7 +1,10 @@
|
||||
sudo: false
|
||||
language: ruby
|
||||
rvm:
|
||||
- 1.9.3
|
||||
- 2.0.0
|
||||
- 2.1.7
|
||||
- 2.2.3
|
||||
addons:
|
||||
code_climate:
|
||||
repo_token:
|
||||
|
||||
@@ -67,6 +67,7 @@ module Zanzibar
|
||||
def prompt_for_password
|
||||
puts "Please enter password for #{@@username}:"
|
||||
STDIN.noecho(&:gets).chomp
|
||||
puts "Using password to login..."
|
||||
end
|
||||
|
||||
## Gets the wsdl document location if none is provided in the constructor
|
||||
|
||||
@@ -26,8 +26,6 @@ module Zanzibar
|
||||
def fetch_secret(scrt_id, label = nil)
|
||||
scrt = ::Zanzibar::Zanzibar.new(@zanzibar_options)
|
||||
|
||||
puts @zanzibar_options
|
||||
|
||||
if label
|
||||
scrt.download_secret_file(scrt_id: scrt_id,
|
||||
type: label)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# The version of the gem
|
||||
module Zanzibar
|
||||
VERSION = '0.1.20'
|
||||
VERSION = '0.1.21'
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user