Sha256: 24ed7466c3f3139b3f0877918f566fdc2184689c09807cd5350994141b8375bb
Contents?: true
Size: 274 Bytes
Versions: 1
Compression:
Stored size: 274 Bytes
Contents
#!/bin/bash # get the current version from lib/twtxt/version.rb VERSION=`cat lib/twtxt/version.rb | grep "VERSION =" | cut -d '"' -f 2` echo "Building gem version $VERSION" # build the gem gem build twtxt.gemspec # install the gem locally gem install ./twtxt-$VERSION.gem
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
twtxt-0.0.1 | install-local.sh |