Sha256: ad4a7649564f7fc2431ec9a67c1bd5d70d51a654dfca279ad13f693579fe15a4

Contents?: true

Size: 334 Bytes

Versions: 16

Compression:

Stored size: 334 Bytes

Contents

#!/usr/bin/env bash
set -euo pipefail
IFS=$'\n\t'
set -vx

bundle install

if ! which overcommit >/dev/null; then
  echo 'The gem overcommit is not installed. It is necessary to lint the git history through git hooks.'
  echo 'Please install overcommit and run this script again.'
  exit 1
fi

overcommit --install

touch ../.api_key

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
loqate-0.12.0 bin/setup
loqate-0.11.1 bin/setup
loqate-0.11.0 bin/setup
loqate-0.10.4 bin/setup
loqate-0.10.3 bin/setup
loqate-0.10.2 bin/setup
loqate-0.10.1 bin/setup
loqate-0.10.0 bin/setup
loqate-0.9.0 bin/setup
loqate-0.8.0 bin/setup
loqate-0.7.0 bin/setup
loqate-0.6.0 bin/setup
loqate-0.5.0 bin/setup
loqate-0.4.0 bin/setup
loqate-0.3.0 bin/setup
loqate-0.2.0 bin/setup