Sha256: b071fec9ed180bcb98b2815efded7373213677e4f5dba7f393541d2be080bc17
Contents?: true
Size: 244 Bytes
Versions: 4
Compression:
Stored size: 244 Bytes
Contents
#! /bin/sh set -e trap ERROR ERR cd /tmp wget -nv http://rubyforge.org/frs/download.php/29548/rubygems-1.0.1.tgz tar zxpf rubygems-1.0.1.tgz cd rubygems-1.0.1 echo "Installing rubygems..." ruby setup.rb > ruby_setup.log cd .. rm -rf rubygems*
Version data entries
4 entries across 4 versions & 1 rubygems