CLI tool для выпуска гема на gems.railsc.ru
Add this line to your gemspec:
gem sources -a https://gems.railsc.ru/
gem install apress-gems
apress-gem release --version 1.0.0
apress-gem --help
- Fork it ( https://github.com/abak-press/apress-gems/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'feature(scope): comment \n\n Closes NN-123'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request