lib/sfn.rb in sfn-2.2.0 vs lib/sfn.rb in sfn-3.0.0

- old
+ new

@@ -3,9 +3,10 @@ require 'bogo' require 'sparkle_formation' module Sfn + autoload :ApiProvider, 'sfn/api_provider' autoload :Callback, 'sfn/callback' autoload :Provider, 'sfn/provider' autoload :Cache, 'sfn/cache' autoload :Config, 'sfn/config' autoload :Export, 'sfn/export'