This repository contains a basic setup for a new Ruby gem.
Assuming you've cloned this repository all you need to do is run the following:
NAME=... NAMESPACE=... DIRECTORY=... bash ./create.sh
NAME: the name of the gem, used for directories. An example isspell_checker.NAMESPACE: the namespace of the application, for exampleSpellChecker.DIRECTORY: the directory to create the gem in (without the gem name).