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 +2 -0
- data/fiveruns_tuneup.gemspec +3 -3
- data/lib/fiveruns/tuneup/version.rb +1 -1
- data/views/tuneup/_data.html.erb +2 -1
- metadata +2 -2
data/CHANGELOG
CHANGED
data/fiveruns_tuneup.gemspec
CHANGED
@@ -1,18 +1,18 @@
|
|
1
1
|
|
2
|
-
# Gem::Specification for Fiveruns_tuneup-0.8.
|
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.
|
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-
|
15
|
+
date: 2008-08-29 00:00:00 -05:00
|
16
16
|
default_executable:
|
17
17
|
dependencies:
|
18
18
|
- !ruby/object:Gem::Dependency
|
data/views/tuneup/_data.html.erb
CHANGED
@@ -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
|
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.
|
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-
|
12
|
+
date: 2008-08-29 00:00:00 -05:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|