lib/harvestthings.rb in harvestthings-1.0.0 vs lib/harvestthings.rb in harvestthings-1.0.1

- old
+ new

@@ -25,11 +25,9 @@ HARVESTTHINGSVERSION = '0.0.1' # load gem dependancies begin - require 'rubygems' - gem "hpricot", ">= 0.8.1" require 'hpricot' require 'net/http' require 'uri' rescue LoadError => e puts "there was an error loading a gem: #{e}"