Skip to content

Commit

Permalink
fixed requirement error
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Zelenak committed Aug 5, 2008
1 parent 4b705c7 commit dfb33b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/oembed_links.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
require 'cgi'
require 'uri'
require 'yaml'
require 'oembed_links/template_resolver'
require 'oembed_links/response'

# The OEmbed class is the interface to class registration functions
Expand Down
2 changes: 1 addition & 1 deletion lib/oembed_links/response.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The class used to represent data returned by the server.
#
require 'oembed_links/template_resolver'

class OEmbed
class Response

Expand Down

0 comments on commit dfb33b9

Please sign in to comment.