Sha256: d77c44ee0eb87fb93fac8d5fcab4811fd50a7dc9c1c3887ef7cdac84d5dc5ee7
Contents?: true
Size: 445 Bytes
Versions: 17
Compression:
Stored size: 445 Bytes
Contents
# encoding: UTF-8 module Tetra # tetra move-jars-to-kit class MoveJarsToKitSubcommand < Tetra::Subcommand def execute checking_exceptions do project = Tetra::Project.new(".") ensure_dry_running(:is_not_in_progress, project) do project.purge_jars.each do |original, final| puts "Replaced #{original} with symlink pointing to to #{final}" end end end end end end
Version data entries
17 entries across 17 versions & 1 rubygems