Sha256: 5568dfbd04e0a0ee1f9f3b2ebcba7843a6ed9c1e743729ccb76126e05f878a01
Contents?: true
Size: 457 Bytes
Versions: 31
Compression:
Stored size: 457 Bytes
Contents
<!-- Description: item title Expect: bozo and entries[0]['title'] == u'Example title' --> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/"> <channel rdf:about="http://example.com/index.rdf"> <items> <rdf:Seq> <rdf:li resource="http://example.com/1"/> </rdf:Seq> </items> </channel> <item rdf:about="http://example.com/1"> <title>Example title</title> </item> </rdf:RDF
Version data entries
31 entries across 31 versions & 6 rubygems