lib/gjp/commands/dry_run.rb in gjp-0.38.0 vs lib/gjp/commands/dry_run.rb in gjp-0.39.0
- old
+ new
@@ -1,7 +1,8 @@
# encoding: UTF-8
module Gjp
+ # gjp dry-run
class DryRunCommand < Gjp::BaseCommand
def execute
checking_exceptions do
if Gjp::Project.new(".").dry_run
puts "Now dry-running, please start your build."