Skip to content

Commit

Permalink
Merge pull request #413 from tmatilai/missing-require
Browse files Browse the repository at this point in the history
Add missing dependencies
  • Loading branch information
sferik committed Jun 12, 2013
2 parents fdd8388 + e07e034 commit 0fdb7de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/twitter/configurable.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
require 'forwardable'
require 'twitter/default'
require 'twitter/error/configuration_error'

module Twitter
Expand Down
2 changes: 2 additions & 0 deletions lib/twitter/error.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require 'twitter/rate_limit'

module Twitter
# Custom error class for rescuing from all Twitter errors
class Error < StandardError
Expand Down

0 comments on commit 0fdb7de

Please sign in to comment.