lib/gemsmith/tools/versioner.rb in gemsmith-19.3.0 vs lib/gemsmith/tools/versioner.rb in gemsmith-19.4.0

- old
+ new

@@ -8,15 +8,15 @@ # Versions (tags) current project (local and remote). class Versioner include Import[:configuration] include Dry::Monads[:result] - def initialize client: Milestoner::Tags::Publisher.new, - content: Milestoner::Configuration::Content, - **dependencies - - super(**dependencies) - + def initialize( + client: Milestoner::Tags::Publisher.new, + content: Milestoner::Configuration::Content, + ** + ) + super(**) @client = client @content = content end def call specification