bin/srd in sifttter-redux-0.3.3 vs bin/srd in sifttter-redux-0.3.4
- old
+ new
@@ -160,10 +160,10 @@
end
# Specific Range
if !command_complete && (options[:f] || options[:t])
begin
- dates = SifttterRedux::DateRangeMaker.from_to(options[:f], options[:t], options[:i])
+ dates = SifttterRedux::DateRangeMaker.range(options[:f], options[:t], options[:i])
if dates.last > Date.today
SifttterRedux::CliMessage.warning("Ignoring overextended end date and using today's date (#{ Date.today })")
dates = (dates.first..Date.today)
end