lib/gh.rb in gh-0.17.0 vs lib/gh.rb in gh-0.18.0

- old
+ new

@@ -14,9 +14,10 @@ autoload :Normalizer, 'gh/normalizer' autoload :Pagination, 'gh/pagination' autoload :Parallel, 'gh/parallel' autoload :Remote, 'gh/remote' autoload :Response, 'gh/response' + autoload :ResponseXHeaderFormatter, 'gh/response_x_header_formatter' autoload :ResponseWrapper, 'gh/response_wrapper' autoload :Stack, 'gh/stack' autoload :TokenCheck, 'gh/token_check' autoload :Wrapper, 'gh/wrapper'