Sha256: 1ac285bb4575e67e42a1bc063dff9a8878b1a5f92647932afd49e47cd2275708
Contents?: true
Size: 298 Bytes
Versions: 34
Compression:
Stored size: 298 Bytes
Contents
#!/bin/bash bundle update git add --all . git commit -am "${*:1}" git push rake release 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
34 entries across 34 versions & 1 rubygems