lib/stove.rb in stove-5.2.0 vs lib/stove.rb in stove-6.0.0

- old
+ new

@@ -1,11 +1,11 @@ require 'logify' require 'pathname' module Stove autoload :Artifactory, 'stove/artifactory' - autoload :Community, 'stove/community' + autoload :Supermarket, 'stove/supermarket' autoload :Config, 'stove/config' autoload :Cookbook, 'stove/cookbook' autoload :Cli, 'stove/cli' autoload :Error, 'stove/error' autoload :Filter, 'stove/filter' @@ -29,10 +29,10 @@ end module Plugin autoload :Artifactory, 'stove/plugins/artifactory' autoload :Base, 'stove/plugins/base' - autoload :Community, 'stove/plugins/community' + autoload :Supermarket, 'stove/plugins/supermarket' autoload :Git, 'stove/plugins/git' end # # A constant to represent an unset value. +nil+ is too generic and doesn't