fiveruns_tuneup 0.8.9 → 0.8.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/CHANGELOG +2 -0
- data/fiveruns_tuneup.gemspec +3 -3
- data/lib/fiveruns/tuneup/version.rb +1 -1
- data/lib/tuneup_helper.rb +1 -1
- metadata +2 -2
data/CHANGELOG
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
v0.8.10. Fixed TextMate links to be xhtml strict 1.0 compliant.
|
|
2
|
+
|
|
1
3
|
v0.8.9. Fixed broken rendering of TuneUp stack information when serving xhtml strict pages with a content-type of application/xhtml+xml.
|
|
2
4
|
|
|
3
5
|
v0.8.8. Fixed login broken when serving pages as xhtml strict. Filtered params logged to tuneup.log. TuneUp partials now rendered with exlicit extensions (.html.erb).
|
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.10
|
|
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.10"
|
|
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-
|
|
13
|
+
s.date = %q{2008-07-02}
|
|
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/lib/tuneup_helper.rb
CHANGED
|
@@ -181,7 +181,7 @@ module TuneupHelper #:nodoc:
|
|
|
181
181
|
|
|
182
182
|
def link_to_edit_step(step)
|
|
183
183
|
return nil unless step.file && step.line && RUBY_PLATFORM.include?('darwin')
|
|
184
|
-
link_to(image_tag('/images/tuneup/edit.png', :alt => 'Edit'), "txmt://open?url=file://#{CGI.escape step.file}&line=#{step.line}", :class => 'tuneup-edit tuneup-halo', :title => 'Open in TextMate')
|
|
184
|
+
link_to(image_tag('/images/tuneup/edit.png', :alt => 'Edit'), "txmt://open?url=file://#{CGI.escape step.file}&line=#{step.line}", :class => 'tuneup-edit tuneup-halo', :title => 'Open in TextMate')
|
|
185
185
|
end
|
|
186
186
|
|
|
187
187
|
end
|
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.10
|
|
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-
|
|
12
|
+
date: 2008-07-02 00:00:00 -05:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|