Skip to content

Instantly share code, notes, and snippets.

@skayred
Created May 30, 2012 10:29
Show Gist options
  • Save skayred/2835366 to your computer and use it in GitHub Desktop.
Save skayred/2835366 to your computer and use it in GitHub Desktop.
source 'http://rubygems.org'
# HTML/XML crawler
gem 'nokogiri'
# Encoding detector
gem 'ensure-encoding'
# DB gems
gem 'mongoid'
gem 'bson_ext'
gem 'clockwork'
gem 'stackdeck'
gem 'johnson', :git => "https://github.com/jbarnette/johnson.git"
gem 'harmony'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment