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 (
commit 0a0338a0bf079da25a31b09ccfc637dc1756dcdd
tree 0a3dd5e1dec9fd30b0d705c17d2c9b30c4ad0b4e
parent 7612b953b81de0e79b0d7b91fcdc75b4fb505519
tree 0a3dd5e1dec9fd30b0d705c17d2c9b30c4ad0b4e
parent 7612b953b81de0e79b0d7b91fcdc75b4fb505519
railscasts-episodes / episode-135
episode-135/README
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







