Sha256: ae481b06d316966447b784d2d312f84a64681f09a7a00f1425db8aaa0b35a646
Contents?: true
Size: 251 Bytes
Versions: 7
Compression:
Stored size: 251 Bytes
Contents
<?xml version="1.0" ?> <notes> <% notes.each do |note| %> <note file="<%= note.file %>" line="<%= note.line %>" type="<%= label %>"> <%= h note.textline %> <% if note.code? %> <![CDATA[ <%= note.code %> ]]> <% end %> </note> <% end %> </notes>
Version data entries
7 entries across 7 versions & 2 rubygems