Sha256: 6be61501f60e5dfa746404904554211afaf33b34e6ea386d38fa3aed00e1df86
Contents?: true
Size: 724 Bytes
Versions: 6
Compression:
Stored size: 724 Bytes
Contents
%p <strong>Files extracted:</strong> #{list.extracted ? "yes" : "no"} - if list.files %table.table.table-striped.table-hover.table-condensed.files-table %thead %tr %th Name %th Package Name %th.medium Package Version %th.small Changes %th.small Mode %th.small User %th.small Group %tbody - list.files.each do |file| %tr %td= file.name %td= file.package_name %td= file.package_version %td = file.changes.join(",") - if file.error_message %span{ title: file.error_message } (details) %td= file.mode %td= file.user %td= file.group
Version data entries
6 entries across 6 versions & 1 rubygems