Sha256: 30a507992d0ea373228dc9485440698416836e7688fc02c240b77630b339d67c
Contents?: true
Size: 344 Bytes
Versions: 30
Compression:
Stored size: 344 Bytes
Contents
# edit version.rb git ci -am "version bump" # commit changes git tag X.X.X # tag the new version in the code base too gem build formtastic.gemspec # build the gem gem push formtastic-X.X.X.gem # publish the gem git push && git push --tags # push to remote
Version data entries
30 entries across 30 versions & 2 rubygems