Sha256: e50577c55121cccf0037332d2a9cbc32a0dd5536f6e55832d5c91bdc5bc95e72

Contents?: true

Size: 344 Bytes

Versions: 1

Compression:

Stored size: 344 Bytes

Contents

# edit version.rb
git ci formtastic.gemspec -m "new gemspec" # 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

1 entries across 1 versions & 1 rubygems

Version Path
formtastic-2.0.0.rc4 RELEASE_PROCESS