Sha256: c82f30feb974a095b394ecd54bd3b735da023d8e23c5885e6209d504db4e87b1
Contents?: true
Size: 482 Bytes
Versions: 28
Compression:
Stored size: 482 Bytes
Contents
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>SmallCage Project Files</title> </head> <body> <h1>SmallCage Project Files</h1> <ul class="files"> <%- entries.each do |e| -%> <li><a href="<%= e %>"><%= e %></a></li> <%- end -%> </ul> </body> </html>
Version data entries
28 entries across 28 versions & 2 rubygems