Sha256: bffcc94ba8910f8e00b6a419199d8c7e3520d627e52f65ebdf4db29671640b31
Contents?: true
Size: 196 Bytes
Versions: 75
Compression:
Stored size: 196 Bytes
Contents
#!/bin/bash cd /usr/local/src/ tar xvfz {{ ruby_version }}.tar.gz cd {{ ruby_version }} ./configure --prefix={{ ruby_location }} --disable-install-doc make --jobs {{ cores.stdout }} make install
Version data entries
75 entries across 75 versions & 1 rubygems