dry-credentials 0.2.1
Manage and deploy secrets (access keys, API tokens etc) in encrypted files which can safely be committed to the code repository. To decrypt and and use them, only one environment variable containing the corresponding key is required. While similar to ActiveSupport::EncryptedConfiguration, this lightweight implementation introduces as few dependencies as necessary.
Gemfile:
=
installieren:
=
Runtime Abhängigkeiten (1):
base64
~> 0
Development Abhängigkeiten (8):
debug
>= 0
guard
>= 0
guard-minitest
>= 0
minitest
>= 0
minitest-flash
>= 0
minitest-focus
>= 0
rake
>= 0
yard
>= 0