Sha256: 6bbdc42565776e0d50228dcce9e134441acaf3cd88fd65fb17fc60d08da0af80

Contents?: true

Size: 135 Bytes

Versions: 11

Compression:

Stored size: 135 Bytes

Contents

#!/bin/sh

# for build and install easier to test in local
rm -f *.gem
gem build githook.gemspec
target=`ls *.gem`
gem install $target

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
git-hook-0.2.1 build-install.sh
git-hook-0.2.0 build-install.sh
git-hook-0.1.9 build-install.sh
git-hook-0.1.8 build-install.sh
git-hook-0.1.7 build-install.sh
git-hook-0.1.6 build-install.sh
git-hook-0.1.5 build-install.sh
git-hook-0.1.4 build-install.sh
git-hook-0.1.3 build-install.sh
git-hook-0.1.2 build-install.sh
git-hook-0.1.1 build-install.sh