About
This is the GitHub repository for VoteableLinus, which is a Ruby gem
published on rubygems.org used for the
postit Rails application.
Notes
- Installed
gemcutterRuby gem - created new directory since this is a new project and needed to create
gemspecfile - filled out
gemspecfile and indicate the location of the file for the gem - ran in terminal the command
gem build voteable.gemspec - published gem to rubygems via command
gem push voteable_linus.0.0.0.gem