bin/deploy_log in deploy_log-0.1.3 vs bin/deploy_log in deploy_log-0.1.4

- old
+ new

@@ -27,9 +27,9 @@ exit end end.parse! model = DeployLog::Github::Deploys.new -model.merged_between(start, finish) if start && finish +model.merged_between(start, finish) if start model.pr_title(title) if title model.pr_for_branch(branch) if branch model.merged_today if title.nil? && branch.nil? && start.nil? && finish.nil?