Skip to content
This repository has been archived by the owner on Mar 28, 2019. It is now read-only.

Commit

Permalink
Change require for HTTParty to httparty
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Gardner committed Sep 12, 2016
1 parent 0ec0231 commit ae58883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/steam_scraper/page_retriever.rb
@@ -1,5 +1,5 @@
# Retrieves a URL and return the Nokogiri representation of that page
require 'HTTParty'
require 'httparty'
require 'nokogiri'

# Class for retrieving a Nokogiri tree from a URL
Expand Down

0 comments on commit ae58883

Please sign in to comment.