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