Sha256: 849836f91d9807c6f75b7e0781d6b7e447758a204b7d757a2a4f3a1590af7a54
Contents?: true
Size: 306 Bytes
Versions: 25
Compression:
Stored size: 306 Bytes
Contents
#!/bin/bash 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
25 entries across 25 versions & 1 rubygems