lib/resync/resource.rb in resync-0.4.2 vs lib/resync/resource.rb in resync-0.4.3

- old
+ new

@@ -1,7 +1,7 @@ -require_relative 'shared/augmented' -require_relative 'xml' -require_relative 'metadata' +require 'resync/shared/augmented' +require 'resync/xml' +require 'resync/metadata' module Resync # A resource (i.e., +<url>+ or +<sitemap>+). See section 7, # {http://www.openarchives.org/rs/1.0/resourcesync#DocumentFormats Sitemap Document Formats}, # in the ResourceSync specification.