lib/gscraper/search/query.rb in gscraper-0.2.3 vs lib/gscraper/search/query.rb in gscraper-0.2.4

- old
+ new

@@ -1,10 +1,10 @@ # #-- # GScraper - A web-scraping interface to various Google Services. # -# Copyright (c) 2007-2008 Hal Brodigan (postmodern.mod3 at gmail.com) +# Copyright (c) 2007-2009 Hal Brodigan (postmodern.mod3 at gmail.com) # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. @@ -26,11 +26,9 @@ require 'gscraper/sponsored_links' require 'gscraper/extensions/uri' require 'gscraper/has_pages' require 'gscraper/licenses' require 'gscraper/gscraper' - -require 'hpricot' module GScraper module Search class Query