Skip to content

Commit

Permalink
move config file to appropriate path (coingecko#1408)
Browse files Browse the repository at this point in the history
  • Loading branch information
wongy91 authored Mar 6, 2019
1 parent b5a31b5 commit 4241ef5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/cryptoexchange.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@
require "cryptoexchange/services/trade_stream"
require "cryptoexchange/services/order_book_stream"
require "cryptoexchange/services/authentication"
require "cryptoexchange/config"

path_files = Dir[File.join(File.dirname(__dir__), 'lib', 'cryptoexchange', '**', '*.rb')]

path_files.sort_by!{ |file_name| file_name.downcase }.each do |path|
require_relative path
end

Cryptoexchange.reset_config

require "http"
require "lru_redux"
require "websocket-eventmachine-client"
require "config"

Cryptoexchange.reset_config
File renamed without changes.

0 comments on commit 4241ef5

Please sign in to comment.