lib/dryrun.rb in dryrun-1.1.2 vs lib/dryrun.rb in dryrun-1.1.3

- old
+ new

@@ -13,10 +13,10 @@ require 'optparse' module Dryrun class MainApp def initialize(arguments) - # outdated_verification + outdated_verification @url = %w(-h --help -v --version -w --wipe).include?(arguments.first) ? nil : arguments.shift # defaults @app_path = nil