lib/auto_load.rb in shelby-arena-api-0.2.0 vs lib/auto_load.rb in shelby-arena-api-0.2.1

- old
+ new

@@ -2,9 +2,10 @@ require SHELBY_ARENA_LIB_DIR + '/exceptions.rb' api_path = SHELBY_ARENA_LIB_DIR + '/api/' require api_path + 'api_object.rb' + require api_path + 'address.rb' Dir["#{api_path}/*.rb"].each { |f| require(f) } readers_path = SHELBY_ARENA_LIB_DIR + '/readers/' require readers_path + 'api_reader.rb' Dir["#{readers_path}/*.rb"].each { |f| require(f) } \ No newline at end of file