Ruby and gemspec
I have just forked and cloned a project on github and discovered *.gemspec files. They are a nice way of specifying the gem dependencies in your project. once you have the copied/cloned a project before you run it just call:
$ gem build something.gemspec
Programming
Ruby
Gem
]