rack-mini-profiler 0.1.2 → 0.1.7

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of rack-mini-profiler might be problematic. Click here for more details.

@@ -1,11 +0,0 @@
1
- <html>
2
- <head>
3
- <title>{name} ({duration} ms) - Profiling Results</title>
4
- <script type='text/javascript' src='{path}jquery.1.7.1.js?v={version}'></script>
5
- <script type='text/javascript'> var profiler = {json}; </script>
6
- {includes}
7
- </head>
8
- <body>
9
- <div class='profiler-result-full'></div>
10
- </body>
11
- </html>