Skip to content

Commit

Permalink
Moving more stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Jul 23, 2009
1 parent 1728e77 commit ada173d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions lib/google-search.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#++

require 'json'
require 'open-uri'
require 'google-search/version'
require 'google-search/item'
require 'google-search/response'
Expand Down
3 changes: 0 additions & 3 deletions lib/google-search/search/base.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@

require 'json'
require 'open-uri'

module Google
class Search

Expand Down

0 comments on commit ada173d

Please sign in to comment.