lib/wso2_toolbox.rb in wso2_toolbox-0.2.0 vs lib/wso2_toolbox.rb in wso2_toolbox-0.2.1

- old
+ new

@@ -1,10 +1,13 @@ +# frozen_string_literal: true + require 'wso2_toolbox/version' require 'wso2_toolbox/identity_headers' require 'wso2_toolbox/configuration' require 'wso2_toolbox/token_manager' require 'wso2_toolbox/token_manager/api_manager_service' require 'wso2_toolbox/token_manager/adapters/local_file_adapter' +require 'wso2_toolbox/token_manager/adapters/rails_cached_adapter' module Wso2Toolbox class << self def reset @configuration = Configuration.new