A Ruby gem template based on the template generated with bundle gem some-gem-name
gh repo create your-name/your-new-gem-repo --public --template=omgreenfield/ruby-gem-template- Ensure you have Ruby
>= 3.1.0installed - Run
bin/setupto install dependencies
- Add code to
lib/ - Run
bin/consoleto load your library in aprysession - Run
rake -Tto see available tasks
- Run
rake buildto build the gem - Run
rake pushorrake publishto push to RubyGems