Thank you for considering a contribution to this project!
activeadmin_reorderable
is published on http://rubygems.org. The
following steps are necessary to push a new version:
gem build activeadmin_reorderable.gemspec
This will produce an artifact named roughly
activeadmin_reorderable-<version>.gem
.
gem push activeadmin_reorderable-<version>.gem
You may bump into permissions issues if you have not been added as an owner on the gem. Consult the Viget development team for acess.
All changes should be submitted through pull request. Ideally, at least two 👍s should be given before a pull request is merge.