Sha256: 3f73a6d8434f89d0e7388bd24469336a578f83de43cb5a5b862f897dab9d123d
Contents?: true
Size: 324 Bytes
Versions: 20
Compression:
Stored size: 324 Bytes
Contents
#!/bin/bash git pull --rebase bundle update git add --all . git commit -am "${*:1}" git push rake release sleep 3 cd mongoid bundle update && rake release cd .. cd activerecord bundle update && rake release cd .. cd mongoid_light bundle update && rake release cd .. cd activerecord_light bundle update && rake release cd ..
Version data entries
20 entries across 20 versions & 1 rubygems