Sha256: 683c7ee2619ab909089381956132516ca63dd7c2ae018159a034bc0271225fdc

Contents?: true

Size: 224 Bytes

Versions: 52

Compression:

Stored size: 224 Bytes

Contents

#!/bin/bash
set -e

echo "--- Making sure bundler is installed"

gem which bundler &> /dev/null || gem install bundler --no-ri --no-rdoc

echo "--- Installing gems"

bundle check --no-color || time bundle install --no-color

Version data entries

52 entries across 52 versions & 6 rubygems

Version Path
logs_tf-0.0.5 script/bundler
tf2_line_parser-0.2.3 script/bundler
tf2_line_parser-0.2.2 script/bundler
sisow-2.1 script/bundler
tf2_line_parser-0.2.1 script/bundler
gameye-0.0.5 script/bundler
gameye-0.0.4 script/bundler
gameye-0.0.3 script/bundler
gameye-0.0.2 script/bundler
gameye-0.0.1 script/bundler
sisow-2.0 script/bundler
tf2_line_parser-0.2.0 script/bundler
sisow-1.7 script/bundler
sisow-1.6 script/bundler
tf2_line_parser-0.1.6 script/bundler
logs_tf-0.0.4 script/bundler
tf2_line_parser-0.1.5 script/bundler
tf2_line_parser-0.1.4 script/bundler
tf2_line_parser-0.1.3 script/bundler
encrypto-0.2.0 script/bundler