Sha256: 64d621298f0365ca202ef20e63eeb8c355ccf45cca55894c98261df120bdb951
Contents?: true
Size: 325 Bytes
Versions: 3
Compression:
Stored size: 325 Bytes
Contents
#!/bin/bash # Exit the script immediately if a command fails set -euo pipefail # Internal Field Separator IFS=$'\n\t' # Initialize Git Submodules git submodule update --init --recursive # Build the Argon2 C Library. Git submodules must be initialized first! bundle install cd ext/argon2_wrap/ ruby extconf.rb make cd ../..
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
argon2-2.3.0 | bin/setup |
sorcery-argon2-1.2.0 | bin/setup |
argon2-2.2.0 | bin/setup |