Sha256: 85c41370cdcc47d5680463987d491148fd4a0e76327136d5a2557d53d1ab2798

Contents?: true

Size: 199 Bytes

Versions: 1

Compression:

Stored size: 199 Bytes

Contents

#!/bin/bash

set -x
if git diff --name-only HEAD..HEAD^ | egrep -q '^VERSION$'; then
  # The VERSION file changed in the last commit, build the gem and push
  gem build *.gemspec
  gem push *.gem
fi

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
phonetics-2.0.1 bin/gempush-if-changed