Sha256: 279bf006a23f14ceae61e9cbbc5db66761025c42c567039d97c767912d6636e6
Contents?: true
Size: 421 Bytes
Versions: 1
Compression:
Stored size: 421 Bytes
Contents
# encoding: UTF-8 module Gjp # gjp move-jars-to-kit class MoveJarsToKitCommand < Gjp::BaseCommand def execute checking_exceptions do project = Gjp::Project.new(".") ensure_dry_running(false, 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gjp-0.39.0 | lib/gjp/commands/move_jars_to_kit.rb |