lib/gemsmith/tools/cleaner.rb in gemsmith-20.7.0 vs lib/gemsmith/tools/cleaner.rb in gemsmith-21.0.0

- old
+ new

@@ -1,16 +1,16 @@ # frozen_string_literal: true require "dry/monads" -require "refinements/pathnames" +require "refinements/pathname" module Gemsmith module Tools # Cleans gem artifacts. class Cleaner include Dry::Monads[:result] - using Refinements::Pathnames + using Refinements::Pathname def initialize root_dir: Pathname.pwd @root_dir = root_dir end