This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
railscasts-episodes / episode-135
Railscasts Episode #135: Making a Gem http://railscasts.com/episodes/135 Commands sudo gem install echoe mkdir -p uniquify/lib touch README.rdoc Rakefile lib/uniquify.rb rake -T rake manifest rake install rake build_gemspec git init git add . git commit -m "initial commit" git remote add origin git@github.com:ryanb/uniquify.git git push touch CHANGELOG touch init.rb












