Sha256: 258bc64a8d3fc5e9049d86ecc955da971e5f474a5d91f2bf50600c0d5ef860b1

Contents?: true

Size: 420 Bytes

Versions: 38

Compression:

Stored size: 420 Bytes

Contents

#! /usr/bin/env bash

set -o nounset # Exit, with error message, when attempting to use an undefined variable.
set -o errexit # Abort script at first error, when a command exits with non-zero status.
set -o pipefail # Return exit status of the last command in the pipe that returned a non-zero return value.
IFS=$'\n\t' # Defines newlines and tabs as delimiters for splitting words and iterating arrays.

bundle install

Version data entries

38 entries across 38 versions & 1 rubygems

Version Path
gemsmith-11.0.0 lib/gemsmith/templates/%gem_name%/bin/setup.tt
gemsmith-10.4.2 lib/gemsmith/templates/%gem_name%/bin/setup.tt
gemsmith-10.4.1 lib/gemsmith/templates/%gem_name%/bin/setup.tt
gemsmith-10.4.0 lib/gemsmith/templates/%gem_name%/bin/setup.tt
gemsmith-10.3.0 lib/gemsmith/templates/%gem_name%/bin/setup.tt
gemsmith-10.2.0 lib/gemsmith/templates/%gem_name%/bin/setup.tt
gemsmith-10.1.0 lib/gemsmith/templates/%gem_name%/bin/setup.tt
gemsmith-10.0.0 lib/gemsmith/templates/%gem_name%/bin/setup.tt
gemsmith-9.6.0 lib/gemsmith/templates/%gem_name%/bin/setup.tt
gemsmith-9.5.0 lib/gemsmith/templates/%gem_name%/bin/setup.tt
gemsmith-9.4.0 lib/gemsmith/templates/%gem_name%/bin/setup.tt
gemsmith-9.3.0 lib/gemsmith/templates/%gem_name%/bin/setup.tt
gemsmith-9.2.0 lib/gemsmith/templates/%gem_name%/bin/setup.tt
gemsmith-9.1.0 lib/gemsmith/templates/%gem_name%/bin/setup.tt
gemsmith-9.0.0 lib/gemsmith/templates/%gem_name%/bin/setup.tt
gemsmith-8.2.0 lib/gemsmith/templates/%gem_name%/bin/setup.tt
gemsmith-8.1.0 lib/gemsmith/templates/%gem_name%/bin/setup.tt
gemsmith-8.0.0 lib/gemsmith/templates/%gem_name%/bin/setup.tt