Sha256: cfb3126df1bb7b0aa75ae11df1d2b783bd5e5e2aa4a7e35dc7e0c689adfb3231
Contents?: true
Size: 299 Bytes
Versions: 1
Compression:
Stored size: 299 Bytes
Contents
#!/usr/bin/env bash set -e echo "Installing lib from local sources" # fix version VERSION=0.0.1.alpha$(date "+%Y%m%d%H%M") grep -rl 0.0.1.alpha202307191609 . | xargs sed -i "s/0.0.1.alpha202307191609/$VERSION/g" bundle install echo "Running tests" bundle exec rspec -f documentation ./spec/*.rb
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vgs_api_client-0.0.1.alpha202307191609 | scripts/test/run.sh |