lib/gemsmith/builders/cli.rb in gemsmith-20.7.0 vs lib/gemsmith/builders/cli.rb in gemsmith-21.0.0
- old
+ new
@@ -1,13 +1,13 @@
# frozen_string_literal: true
-require "refinements/structs"
+require "refinements/struct"
module Gemsmith
module Builders
# Builds project skeleton CLI templates.
class CLI
- using Refinements::Structs
+ using Refinements::Struct
def self.call(...) = new(...).call
def initialize configuration, builder: Rubysmith::Builder
@configuration = configuration