lib/resync/resource.rb in resync-0.4.4 vs lib/resync/resource.rb in resync-0.4.5

- old
+ new

@@ -28,10 +28,10 @@ # same provider. Allows robots to decide which resources to crawl or harvest. # Values should be in the range 0-1.0 (inclusive), where 0 is the lowest priority # and 1.0 is the highest. # @param links [Array<Link>] related links (i.e. +<rs:ln>+). # @param metadata [Metadata] metadata about this resource. - def initialize( # rubocop:disable Metrics/MethodLength, Metrics/ParameterLists + def initialize( # rubocop:disable Metrics/ParameterLists uri:, modified_time: nil, changefreq: nil, priority: nil, links: [],