Sha256: e3a46629ce8e8ffd77ba0623f86e71247d3c2fc29981ed638c0cd34eebcdd1e7
Contents?: true
Size: 523 Bytes
Versions: 31
Compression:
Stored size: 523 Bytes
Contents
<!-- Description: feed multiple links Expect: not bozo and feed['links'] == [{'rel': u'alternate', 'type': u'application/xhtml+xml', 'href': u'http://www.example.com/'}, {'rel': u'service.post', 'type': u'application/atom+xml', 'href': 'http://www.example.com/post'}] --> <feed version="0.3" xmlns="http://purl.org/atom/ns#"> <link rel="alternate" type="application/xhtml+xml" href="http://www.example.com/"/> <link rel="service.post" type="application/atom+xml" href="http://www.example.com/post"/> </feed>
Version data entries
31 entries across 31 versions & 6 rubygems