Create Gem

First setup git for github:

cat /home/pboling/.gitconfig

git config --global user.name "pboling"
git config --global user.email ""
git config --global github.token slartibartfarstslartibartfarstslartibartfarst
git config --global github.user "pboling"

Then install jeweler:

sudo gem install technicalpickles-jeweler
sudo gem install cucumber

jeweler sir-du-bob --rspec

cd sir-du-bob
git init
rake gemspec
rake build
rake install
rake release

git status #check the status of files
git add <files>
git commit -m "Initial Commit"
git push
rake release

  1. hack, hack, hack, commit, hack, commit

rake version:bump:patch release

Also available in: HTML TXT