Skip to content

Commit

Permalink
require opengraph_parser in onebox.rb #44
Browse files Browse the repository at this point in the history
  • Loading branch information
jzeta committed Aug 16, 2013
1 parent 622e03c commit 4c43379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/onebox.rb
Expand Up @@ -2,7 +2,7 @@
require "multi_json"
require "nokogiri"
require "mustache"
require "opengraph"
require "opengraph_parser"

require_relative "onebox/version"
require_relative "onebox/preview"
Expand Down

0 comments on commit 4c43379

Please sign in to comment.