tuev 0.5.0 → 0.5.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- tuev (0.5.0)
4
+ tuev (0.5.1)
5
5
  selenium-client
6
6
 
7
7
  GEM
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.5.0
1
+ 0.5.1
@@ -16,16 +16,16 @@ class QunitRunner
16
16
  end
17
17
 
18
18
  def split_url
19
- @test_file.match(/(?<host>.*:\/\/[^\/]+)(?<path>.*)$/)
19
+ @test_file.match(/(.*:\/\/[^\/]+)(.*)$/)
20
20
  end
21
21
 
22
22
  # host & path as is needed below ...
23
23
  def host
24
- local_file? ? "file://" : split_url["host"]
24
+ local_file? ? "file://" : split_url[1]
25
25
  end
26
26
 
27
27
  def path
28
- local_file? ? @test_file : split_url["path"]
28
+ local_file? ? @test_file : split_url[2]
29
29
  end
30
30
 
31
31
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{tuev}
8
- s.version = "0.5.0"
8
+ s.version = "0.5.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["kesselborn"]
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: tuev
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.5.0
5
+ version: 0.5.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - kesselborn
@@ -154,7 +154,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
154
154
  requirements:
155
155
  - - ">="
156
156
  - !ruby/object:Gem::Version
157
- hash: -3230019329448292206
157
+ hash: -3245969154304492143
158
158
  segments:
159
159
  - 0
160
160
  version: "0"