rack-insight 0.5.17 → 0.5.18

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,5 +1,15 @@
1
1
  == HEAD
2
2
 
3
+ == 0.5.18 / 2012-09-13 - Peter Boling
4
+
5
+ * Bug Fixes
6
+
7
+ * panel content is no longer covered by panel toolbar when positioned on bottom
8
+
9
+ * Other
10
+
11
+ * Fix Typo in templates panel
12
+
3
13
  == 0.5.17 / 2012-09-13 - Peter Boling
4
14
 
5
15
  * New Features
@@ -14,6 +24,8 @@
14
24
  Read the source for Rack::Insight::MagicInsight and heed the warnings.
15
25
  MagicInsight is used internally by Rack::Insight for magic panels and the templates panel.
16
26
 
27
+ * panel content now stays out of your page content, by displaying below it.
28
+
17
29
  * Bug Fixes
18
30
 
19
31
  * Fixed the hardly working TemplatesPanel (Issue 1)
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rack-insight (0.5.16)
4
+ rack-insight (0.5.17)
5
5
  rack
6
6
  sqlite3 (>= 1.3.3)
7
7
  uuidtools (>= 2.1.2)
@@ -55,7 +55,7 @@ module Rack::Insight
55
55
 
56
56
  def time_summary
57
57
  if children.any?
58
- "#{_human_time}, (exclusive: #{_human_time(_exclusive_time)}, child: #{_human_time(_child_time)}"
58
+ "#{_human_time}, (exclusive: #{_human_time(_exclusive_time)}, child: #{_human_time(_child_time)})"
59
59
  else
60
60
  _human_time
61
61
  end
@@ -115,7 +115,7 @@
115
115
  }
116
116
 
117
117
  #rack-insight.rack-insight_bottom .panel_content {
118
- bottom: auto;
118
+ top: auto;
119
119
  }
120
120
 
121
121
  #rack-insight .panel_content p a,
@@ -1,7 +1,7 @@
1
1
  module Rack
2
2
  module Insight
3
3
 
4
- VERSION = '0.5.17'
4
+ VERSION = '0.5.18'
5
5
 
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rack-insight
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.17
4
+ version: 0.5.18
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: