Sha256: ab1b70eaed13e8cc517de8e55c95adc1f14750c9ec8ce53723565893816e96d6
Contents?: true
Size: 223 Bytes
Versions: 42
Compression:
Stored size: 223 Bytes
Contents
module DeployGate module Config class Credential < Base class << self # @return [String] def file_path File.join(ENV["HOME"], '.dg/credentials') end end end end end
Version data entries
42 entries across 42 versions & 1 rubygems
Version | Path |
---|---|
deploygate-0.0.5 | lib/deploygate/config/credential.rb |
deploygate-0.0.4 | lib/deploygate/config/credential.rb |