Sha256: 0b3f9d135db45022d5c6c45a33c7a11b8ba4fff9e81545ba49ecb1202214778c
Contents?: true
Size: 230 Bytes
Versions: 6
Compression:
Stored size: 230 Bytes
Contents
require_relative '../password_hasher' desc 'Prompts for a password, and returns a bcrypt hash that can be passed to password_hash when configuring Balrog' task "balrog:generate_hash" do puts PasswordHasher.encrypt_password end
Version data entries
6 entries across 6 versions & 1 rubygems