Sha256: 4133d523a1cb2191a2229a3fdad799a3873dfa547bada7dd9c02ff2303eee8ca

Contents?: true

Size: 166 Bytes

Versions: 5

Compression:

Stored size: 166 Bytes

Contents

#!/bin/bash

cd ..

CURRENT_VERSION=$(cat lib/core/constants.rb | grep VERSION | cut -d '"' -f 2)


gem build krypton.gemspec
gem install krypton-$CURRENT_VERSION.gem

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
krypton-0.2.0 scripts/build_install_local.sh
krypton-0.1.8 scripts/build_install_local.sh
krypton-0.1.7 scripts/build_install_local.sh
krypton-0.1.6 scripts/build_install_local.sh
krypton-0.1.5 scripts/build_install_local.sh