Skip to content

Commit

Permalink
Add missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Teemu Matilainen committed Jun 12, 2013
1 parent fdd8388 commit e07e034
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 e07e034

Please sign in to comment.