lib/potassium/cli/commands/create.rb in potassium-1.3.4 vs lib/potassium/cli/commands/create.rb in potassium-1.3.5

- old
+ new

@@ -5,10 +5,10 @@ c.default_desc "Create a new project." c.switch "version-check", default_value: true, desc: "Performs a version check before running.", negatable: true - c.action do |global_options, options, args| + c.action do |_global_options, options, _args| require "potassium/newest_version_ensurer" begin_creation = -> do require "potassium/templates/application/generator" require "potassium/template_finder"