selenium-client 1.2.5 → 1.2.6

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.
@@ -6,7 +6,7 @@
6
6
  require "digest/md5"
7
7
  require "base64"
8
8
  require "rubygems"
9
- gem "rspec", "1.1.4"
9
+ gem "rspec", "1.1.8"
10
10
  require "spec"
11
11
  require 'spec/runner/formatter/html_formatter'
12
12
  require File.expand_path(File.dirname(__FILE__) + "/file_path_strategy")
@@ -1,3 +1,6 @@
1
+ require "rubygems"
2
+ gem "rspec", "=1.1.8"
3
+ require 'spec'
1
4
  require 'spec/example/example_group'
2
5
 
3
6
  #
@@ -23,7 +26,7 @@ module Spec
23
26
  Timeout.timeout(options.timeout) do
24
27
  begin
25
28
  before_example
26
- run_with_description_capturing
29
+ eval_block
27
30
  rescue Exception => e
28
31
  @execution_error ||= e
29
32
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: selenium-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.5
4
+ version: 1.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenQA
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-10-02 00:00:00 -07:00
12
+ date: 2008-10-13 00:00:00 -02:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
@@ -72,7 +72,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
72
72
  requirements: []
73
73
 
74
74
  rubyforge_project: selenium-client
75
- rubygems_version: 1.3.0
75
+ rubygems_version: 1.2.0
76
76
  signing_key:
77
77
  specification_version: 2
78
78
  summary: Official Ruby Client for Selenium RC.