Skip to content

Commit

Permalink
Adding Gemfile for quick bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarik committed Oct 10, 2010
1 parent 8f86201 commit a670182
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Gemfile
@@ -0,0 +1,14 @@
source 'http://rubygems.org'

gem 'hpricot' ,'~> 0.8.2'
gem 'json' ,'~> 1.4.6'
gem 'gitrb' ,'~> 0.2.7'
gem 'rubyzip' ,'~> 0.9.4'
gem 'minitar' ,'~> 0.5.3'
gem 'bzip2-ruby' ,'~> 0.2.6'
gem 'mime-types' ,'~> 1.16'
gem 'mimemagic' ,'~> 0.1.7'
gem 'octopussy' ,'~> 0.3.0'
gem 'hashie' ,'~> 0.2.2'
gem 'htmlentities','~> 4.2.1'
gem 'feedzirra' ,'~> 0.0.24'
3 changes: 3 additions & 0 deletions scraper
Expand Up @@ -37,6 +37,9 @@
# todo: add pidfile when running

require 'rubygems'
require 'bundler'
Bundler.require

require 'hpricot' # hpricot gem
require 'open-uri'
require 'cgi'
Expand Down

0 comments on commit a670182

Please sign in to comment.