Sha256: f5605955171cfcc8499b374ea7e1653b307a7f1f388cc93db0ee21e66f4a1ae5
Contents?: true
Size: 577 Bytes
Versions: 72
Compression:
Stored size: 577 Bytes
Contents
"timthumbs": { <% unless @timthumbs.empty? -%> <% last_index = @timthumbs.size - 1 -%> <% @timthumbs.each_with_index do |timthumb, index| -%> <%= timthumb.url.to_json %>: { <%= render('@finding', item: timthumb) -%>, <% if timthumb.version -%> "version": { "number": <%= timthumb.version.number.to_json %>, "confidence": <%= timthumb.version.confidence.to_json %>, <%= render('@finding', item: timthumb.version) -%> } <% else -%> "version": null <% end -%> }<% unless index == last_index -%>,<% end -%> <% end -%> <% end -%> },
Version data entries
72 entries across 72 versions & 1 rubygems