lib/autobuild/importer.rb in autobuild-1.9.1 vs lib/autobuild/importer.rb in autobuild-1.9.2

- old
+ new

@@ -80,19 +80,21 @@ # This can be used to check whether two importers are pointing to the same # repository, regardless of e.g. the access protocol used. For instance, # two git importers that point to the same repository but different branches # would have the same repository_id but different source_id # + # @return [String] # @see source_id attr_reader :repository_id # Returns a string that identifies the remote source uniquely # # This can be used to check whether two importers are pointing to the same # code base inside the same repository. For instance, two git importers that # point to the same repository but different branches would have the same # repository_id but different source_id # + # @return [String] # @see repository_id attr_reader :source_id # The number of times update / checkout should be retried before giving up. # The default is 0 (do not retry)