Sha256: a1cac5a5a34849290b3e9e552955970a42ef7cf9deda99ad09fa552523132d8e

Contents?: true

Size: 275 Bytes

Versions: 2

Compression:

Stored size: 275 Bytes

Contents

#!/bin/bash

full_path=$(realpath "$0")
dir_path=$(dirname "$full_path")

. "$dir_path/sdk_specs.sh"

# shellcheck disable=SC2154
cd "$dir_path/.." && gem build "$ff_ruby_sdk.gemspec" && \
  echo "Please enter your 'sudo' password if asked" && sudo gem install "$ff_ruby_sdk"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ff-ruby-server-sdk-1.0.0 scripts/install.sh
ff-ruby-server-sdk-0.0.2 scripts/install.sh