panjiva-rack-mini-profiler 0.10.5 → 0.10.5.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 476b39e5f201ca78a3971e6b532e80a5ca2ed7a2
4
- data.tar.gz: c4e35f88f2ce7f19188b3597d0e9648f6d0f7769
3
+ metadata.gz: b25f963410774793d71fbc48711f0001968d5286
4
+ data.tar.gz: c1891b4e02c103af5d9a916835f6eefd7b8c19bc
5
5
  SHA512:
6
- metadata.gz: 364b42648ba1823f776c580f704cbbe4b511d5b39e5e928b456d09ab553864e498399953b186238f4280aa8e358632f1180ab28cd790d9bdf284313910aebb54
7
- data.tar.gz: 22d10558c3fb72ec23a9e8d46da92dbc6994241e3970b843ca85743f70631dcae0cb8ee94dda05b242e0d1d9d731a552786d42b096c17ca4f9b745a52fb49ed4
6
+ metadata.gz: b382454809dd7dafae9a13338e9c4482a68327ac7afca08e9d9ce67efb1d4e3fff2023894cf34b28fcd90b9c2a722e4bd4a109e23daa06d7b4c6f373334cda60
7
+ data.tar.gz: 917c89b0a53dca449716713828b36a2de7d65991dd6f0425562d506e5d46e7f7c61c78130ac6fc2a71ebabfbd0516db64dec4a948c1f5c4ac6eddb76d7d0f428
@@ -137,8 +137,8 @@
137
137
  <script id="timingTemplate" type="text/x-jquery-tmpl">
138
138
 
139
139
  <tr class="{{if timing.is_trivial }}profiler-trivial{{/if}}" data-timing-id="${timing.id}">
140
- <td class="profiler-label" title="{{if timing.name && timing.name.length > 45 }}${timing.name}{{/if}}">
141
- <span class="profiler-indent">${MiniProfiler.renderIndent(timing.depth)}</span> ${timing.name.slice(0,45)}{{if timing.name && timing.name.length > 45 }}...{{/if}}
140
+ <td class="profiler-label" title="{{if timing.name && timing.name.length > 80 }}${timing.name}{{/if}}">
141
+ <span class="profiler-indent">${MiniProfiler.renderIndent(timing.depth)}</span> ${timing.name.slice(0,80)}{{if timing.name && timing.name.length > 80 }}...{{/if}}
142
142
  </td>
143
143
  <td class="profiler-duration" title="duration of this step without any children's durations">
144
144
  ${MiniProfiler.formatDuration(timing.duration_without_children_milliseconds)}
@@ -1,5 +1,5 @@
1
1
  module Rack
2
2
  class MiniProfiler
3
- ASSET_VERSION = '8f332564e7761fb3795939d6582f992a'.freeze
3
+ ASSET_VERSION = '8f332564e7761fb3795939d6582f992b'.freeze
4
4
  end
5
- end
5
+ end
@@ -1,5 +1,5 @@
1
1
  module Rack
2
2
  class MiniProfiler
3
- VERSION = '0.10.5'
3
+ VERSION = '0.10.5.2'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: panjiva-rack-mini-profiler
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.5
4
+ version: 0.10.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sam Saffron
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2017-08-24 00:00:00.000000000 Z
13
+ date: 2017-12-12 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rack