public
Description: The full source code for projects used in Railscasts episodes.
Homepage: http://railscasts.com
Clone URL: git://github.com/ryanb/railscasts-episodes.git
ryanb (author)
Sun Jun 28 21:34:50 -0700 2009
commit  0a0338a0bf079da25a31b09ccfc637dc1756dcdd
tree    0a3dd5e1dec9fd30b0d705c17d2c9b30c4ad0b4e
parent  7612b953b81de0e79b0d7b91fcdc75b4fb505519
100644 21 lines (17 sloc) 0.4 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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