bin/pagerduty_summary.rb in pagerduty_tools-0.3.9 vs bin/pagerduty_summary.rb in pagerduty_tools-0.4.0

- old
+ new

@@ -17,12 +17,10 @@ # rotation-report.rb -- automatically generate an end-of-shift report. # # Gathers information about incidents and alerts during a PagerDuty # rotation, and reports on them. -require 'rubygems' -require 'bundler/setup' - +require 'psych' require 'date' require 'json' require 'nokogiri' require 'optparse'