lib/gemsmith/templates/%gem_name%/lib/%gem_path%/cli.rb.tt in gemsmith-11.3.0 vs lib/gemsmith/templates/%gem_name%/lib/%gem_path%/cli.rb.tt in gemsmith-12.0.0
- old
+ new
@@ -8,10 +8,10 @@
include Thor::Actions
package_name Identity.version_label
def self.configuration
- Runcom::Configuration.new project_name: Identity.name
+ Runcom::Configuration.new Identity.name
end
def initialize args = [], options = {}, config = {}
super args, options, config
@configuration = self.class.configuration