watirsplash 2.0.1.rc3 → 2.0.1.rc4

Sign up to get free protection for your applications and to get access to all the features.
@@ -52,7 +52,7 @@ module WatirSplash
52
52
 
53
53
  description = file[:desc] ? file[:desc] : File.extname(file[:path]).upcase[1..-1]
54
54
  path = Pathname.new(file[:path])
55
- "<a href='#{path.relative_path_from(Pathname.new @output_path)}'>#{description}</a>&nbsp;"
55
+ "<a href='#{path.relative_path_from(Pathname.new(@output_path).dirname)}'>#{description}</a>&nbsp;"
56
56
  end
57
57
 
58
58
  def save_html # :nodoc:
@@ -1,6 +1,6 @@
1
1
  module WatirSplash
2
2
  module Version
3
- WATIRSPLASH = "2.0.1.rc3"
3
+ WATIRSPLASH = "2.0.1.rc4"
4
4
 
5
5
  # possible runtime dependencies
6
6
  WATIR = "1.9.1"
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: watirsplash
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15424091
4
+ hash: 15424085
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 2
8
8
  - 0
9
9
  - 1
10
10
  - rc
11
- - 3
12
- version: 2.0.1.rc3
11
+ - 4
12
+ version: 2.0.1.rc4
13
13
  platform: ruby
14
14
  authors:
15
15
  - Jarmo Pertman
@@ -177,7 +177,7 @@ rubyforge_project:
177
177
  rubygems_version: 1.8.4
178
178
  signing_key:
179
179
  specification_version: 3
180
- summary: watirsplash 2.0.1.rc3
180
+ summary: watirsplash 2.0.1.rc4
181
181
  test_files:
182
182
  - spec/browser_spec.rb
183
183
  - spec/page_spec.rb