bundle gem

Create a simple gem, suitable for development with Bundler

Options

NameDescription
--exe, -b, --binSpecify that Bundler should create a binary executable
--no-exeDo not create a binary
--cocAdd a CODE_OF_CONDUCT.md file to the root of the generated project
--no-cocDo not create a CODE_OF_CONDUCT.md
--extAdd boilerplate for C extension code to the generated project
--no-extDo not add C extension code
--mitAdd an MIT license
--no-mitDo not create a LICENSE.txt
-t, --test <arg>Specify the test framework that Bundler should use
-e, --edit <arg>Open the resulting gemspec in EDITOR