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

- 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