Sha256: 13b6895ae4c914fb9ebc48a34c72c7e61af2eb532f6dd62ca119bba7b0ddd5ed
Contents?: true
Size: 1.41 KB
Versions: 4
Compression:
Stored size: 1.41 KB
Contents
<!DOCTYPE html> <html xmlns='http://www.w3.org/1999/xhtml'> <head> <title>Deprecations for </title> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <script src='<%= assets_path('application.js') %>' type='text/javascript'></script> <script src='<%= assets_path('settings.js') %>' type='text/javascript'></script> <link href='<%= assets_path('application.css') %>' media='screen, projection, print' rel='stylesheet' type='text/css'> <link rel="icon" type="image/png" href="<%= assets_path('favicon.png') %>" /> <script> window.examples = <%= result.flat_map { |_file_path, obj| obj.flat_map { |_line, examples| examples.map { |example| [example[:example_ref].to_s, example] } } }.to_h.to_json %> </script> </head> <body> <div id="loading"> <img src="<%= assets_path('loading.gif') %>" alt="loading"/> </div> <div id="wrapper" style="display:none;"> <div class="timestamp">Generated <%= timeago(Time.now) %></div> <ul class="group_tabs"></ul> <div id="content"> <%= formatted_file_list("All Files", result) %> <% grouped(result).each do |name, files| %> <%= formatted_file_list(name, files) %> <% end %> </div> <div class="source_files"> <% result.each do |source_file| %> <%= formatted_source_file(source_file) %> <% end %> </div> </div> </body> </html>
Version data entries
4 entries across 4 versions & 1 rubygems