Sha256: 937f39af1245f9c76b4b4f9c7a8bc879f401d38ae291a7a754cb9f9cc41459a5

Contents?: true

Size: 329 Bytes

Versions: 2

Compression:

Stored size: 329 Bytes

Contents

require 'credentials_manager/account_manager'
require 'credentials_manager/cli'
require 'credentials_manager/appfile_config'

# Third Party code
require 'colored'
require 'security'
require 'highline/import' # to hide the entered password

module CredentialsManager
  ROOT = Pathname.new(File.expand_path('../..', __FILE__))
end

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
credentials_manager-0.16.4 lib/credentials_manager.rb
fastlane-2.0.1 credentials_manager/lib/credentials_manager.rb