Ruby gem projects

From wikinotes

Notes

ruby bundler
ruby gemspec define project info (name, author, requirements) for rubygems.org
ruby gemfile define project requirements


NOTE:

If you want a gem with a different name than the module it requires,
simply define a top-level import with the gem name,
that requires the top-level module you want to expose.