*** rss.rb 2011-11-28 16:26:10.985576074 +0100 --- oddb.org_2/src/plugin/rss.rb 2011-11-28 16:20:48.768626329 +0100 *************** *** 20,26 **** range = first..last @app.each_package { |package| if((current = package.price_public) \ ! && (range.include?(current.valid_from))) previous = package.price_public(1) target = if previous.nil? news if current.authority == :sl --- 20,27 ---- range = first..last @app.each_package { |package| if((current = package.price_public) \ ! && (range.cover?(current.valid_from))) ! #&& (range.include?(current.valid_from))) previous = package.price_public(1) target = if previous.nil? news if current.authority == :sl