fiveruns_tuneup 0.8.13 → 0.8.14

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.13. Improved unobtrusive branding.
2
+
1
3
  v0.8.12. Added some inline branding.
2
4
 
3
5
  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).
@@ -1,18 +1,18 @@
1
1
 
2
- # Gem::Specification for Fiveruns_tuneup-0.8.13
2
+ # Gem::Specification for Fiveruns_tuneup-0.8.14
3
3
  # Originally generated by Echoe
4
4
 
5
5
  --- !ruby/object:Gem::Specification
6
6
  name: fiveruns_tuneup
7
7
  version: !ruby/object:Gem::Version
8
- version: 0.8.13
8
+ version: 0.8.14
9
9
  platform: ruby
10
10
  authors:
11
11
  - FiveRuns Development Team
12
12
  autorequire:
13
13
  bindir: bin
14
14
 
15
- date: 2008-08-13 00:00:00 -05:00
15
+ date: 2008-08-29 00:00:00 -05:00
16
16
  default_executable:
17
17
  dependencies:
18
18
  - !ruby/object:Gem::Dependency
@@ -75,7 +75,7 @@ module Fiveruns
75
75
 
76
76
  MAJOR = 0
77
77
  MINOR = 8
78
- TINY = 13
78
+ TINY = 14
79
79
 
80
80
  # The current version as a Version instance
81
81
  CURRENT = new(MAJOR, MINOR, TINY)
@@ -10,6 +10,7 @@
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
+ <li style="padding-top:10px;font-style:italic;float:right;font-size:0.8em;color:#ccc;">For Rails monitoring in production, try
14
+ <a href="http://www.fiveruns.com/products/manage?utm_source=TuneUpBar&utm_medium=ManageURL&utm_campaign=ManageClicks" target="_blank" style="font-style:italic">FiveRuns Manage</a></li>
14
15
  </ul>
15
16
  </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.13
4
+ version: 0.8.14
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-08-13 00:00:00 -05:00
12
+ date: 2008-08-29 00:00:00 -05:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency