Simple use of a gem created elsewhere.
- Create a gem named "about_#{username}" ... so mine would be "about_jwo"
- Create a Github repository and push your gem
- Edit this app to load your Gem
- Output some information about you (from the gem)
- Instead of a console application, update this project to be a Sinatra App
- Create version 0.1.0 of your Gem
- Specify in your Sinatra Gemfile that you only want ~> 0.1
- Implement the Episode 5 Adventure app as a gem
- Load the gem here
- Sample Gemfile: https://gist.github.com/jwo/fda11aeed226b3c2a024
- How to Name Your Gem (about_jwo vs about-jwo): http://guides.rubygems.org/name-your-gem/
- Semantic Versioning: http://semver.org/
- Ruby Toolbox: https://www.ruby-toolbox.com/
Copyright: Jesse Wolgamott, MIT License (See LICENSE)