Skip to content

Commit

Permalink
Version 2.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Oct 30, 2015
1 parent e6b2cf3 commit e8b581e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.1
2.0.2
4 changes: 2 additions & 2 deletions lib/rdf/microdata/reader.rb
Original file line number Diff line number Diff line change
Expand Up @@ -493,9 +493,9 @@ def crawl_properties(root, memory, reverse)
# To collect all the elements in the item root, the user agent must run these steps. They return a list of elements.
#
# @param [Nokogiri::XML::Element] root
# @return Array<Nokogiri::XML::Element>]
# @return [Array<Nokogiri::XML::Element>]
# Resultant elements and error count
# @raise CrawlFailure on element recursion
# @raise [CrawlFailure] on element recursion
def elements_in_item(root)
# Let results and pending be empty lists of elements.
# Let errors be zero.
Expand Down

0 comments on commit e8b581e

Please sign in to comment.