- Ensure you have Ruby
>= 2.7.0
- Run
bin/setup
to install dependencies - Modify
config.yml
to specify gem metadata
- Add code to
lib/
- Run
bin/console
to load your library in apry
session - Run
rake bump
to bump the version inconfig.yml
- Run
rake specs
to run specs
- Run
rake build
to build the gem - Run
rake push
orrake publish
to push to RubyGems