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