Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 192 Bytes

gems.md

File metadata and controls

8 lines (4 loc) · 192 Bytes

Gems

When creating a gem it is useful to start with a template from bundler:

bundle gem YOUR_GEM_NAME

This will create a folder and stub out the gemspec and version information.