lib/rcap/config.rb in rcap-2.4.1 vs lib/rcap/config.rb in rcap-2.5.0

- old
+ new

@@ -1,7 +1,7 @@ module RCAP - XML_PRETTY_PRINTER = REXML::Formatters::Pretty.new( 2 ) + XML_PRETTY_PRINTER = REXML::Formatters::Pretty.new(2) XML_PRETTY_PRINTER.compact = true - RCAP_TIME_FORMAT = "%Y-%m-%dT%H:%M:%S" - RCAP_ZONE_FORMAT = "%+03i:00" + RCAP_TIME_FORMAT = '%Y-%m-%dT%H:%M:%S' + RCAP_ZONE_FORMAT = '%+03i:00' end