lib/gemsmith/templates/%gem_name%/lib/%gem_path%/cli.rb.tt in gemsmith-12.4.0 vs lib/gemsmith/templates/%gem_name%/lib/%gem_path%/cli.rb.tt in gemsmith-13.0.0

- old
+ new

@@ -8,10 +8,10 @@ include Thor::Actions package_name Identity.version_label def self.configuration - Runcom::Configuration.new Identity.name + Runcom::Config.new Identity.name end def initialize args = [], options = {}, config = {} super args, options, config @configuration = self.class.configuration