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/fda11aeed226b3c2a024
- Jeweler - https://github.com/technicalpickles/jeweler
- Semantic Versioning: http://semver.org/
- Ruby Toolbox: https://www.ruby-toolbox.com/
Copyright: Jesse Wolgamott, MIT License (See LICENSE)