Permalink
Browse files
fix require to point to correct directory
- Loading branch information...
Showing
with
5 additions
and
5 deletions.
-
+5
−5
lib/fetchapp-api-ruby.rb
|
@@ -3,8 +3,8 @@ |
|
|
require 'net/http'
|
|
|
|
|
|
$:.unshift(File.dirname(__FILE__))
|
|
|
-require 'fetchapi/base'
|
|
|
-require 'fetchapi/account'
|
|
|
-require 'fetchapi/download'
|
|
|
-require 'fetchapi/item'
|
|
|
-require 'fetchapi/order'
|
|
|
+require 'fetchapp-api-ruby/base'
|
|
|
+require 'fetchapp-api-ruby/account'
|
|
|
+require 'fetchapp-api-ruby/download'
|
|
|
+require 'fetchapp-api-ruby/item'
|
|
|
+require 'fetchapp-api-ruby/order'
|
0 comments on commit
a7314c5