fiveruns_tuneup 0.8.11 → 0.8.12

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,3 +1,5 @@
1
+ v0.8.12. Added some inline branding.
2
+
1
3
  v0.8.11. Signup and login for the TuneUp hosted service is now only required if the user wants to share a run (privately or publicly).
2
4
 
3
5
  v0.8.10. Fixed TextMate links to be xhtml strict 1.0 compliant.
@@ -1,16 +1,16 @@
1
1
 
2
- # Gem::Specification for Fiveruns_tuneup-0.8.11
2
+ # Gem::Specification for Fiveruns_tuneup-0.8.12
3
3
  # Originally generated by Echoe
4
4
 
5
5
  Gem::Specification.new do |s|
6
6
  s.name = %q{fiveruns_tuneup}
7
- s.version = "0.8.11"
7
+ s.version = "0.8.12"
8
8
 
9
9
  s.specification_version = 2 if s.respond_to? :specification_version=
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.authors = ["FiveRuns Development Team"]
13
- s.date = %q{2008-07-10}
13
+ s.date = %q{2008-07-15}
14
14
  s.default_executable = %q{fiveruns_tuneup}
15
15
  s.description = %q{Instrumentation for the FiveRuns TuneUp product.}
16
16
  s.email = %q{dev@fiveruns.com}
@@ -75,7 +75,7 @@ module Fiveruns
75
75
 
76
76
  MAJOR = 0
77
77
  MINOR = 8
78
- TINY = 11
78
+ TINY = 12
79
79
 
80
80
  # The current version as a Version instance
81
81
  CURRENT = new(MAJOR, MINOR, TINY)
@@ -10,5 +10,6 @@
10
10
  <ul id="tuneup-details">
11
11
  <%= render :partial => 'step.html.erb', :collection => tuneup_data.children %>
12
12
  <li style="clear:both"></li>
13
+ <li style="padding-top:10px;font-style:italic;float:right;font-size:0.8em;color:#ccc;">For Rails monitoring in production, try <a href="http://fiveruns.com/products/manage" target="_blank" style="font-style:italic">FiveRuns Manage</a></li>
13
14
  </ul>
14
15
  </div>
@@ -1,5 +1,4 @@
1
1
  <div id='tuneup-panel'>
2
- <% puts "blank data? #{tuneup_data.blank?} collecting? #{tuneup_collecting?}" %>
3
2
  <%= render(:partial => 'data.html.erb') if !tuneup_data.blank? && tuneup_collecting? %>
4
3
  <%= render :partial => 'link.html.erb' %>
5
4
  </div>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fiveruns_tuneup
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.11
4
+ version: 0.8.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - FiveRuns Development Team
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-07-10 00:00:00 -05:00
12
+ date: 2008-07-15 00:00:00 -05:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency