soda 0.0.7 → 0.0.8

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.
Files changed (3) hide show
  1. data/lib/Soda.rb +1 -1
  2. data/lib/SodaFireFox.rb +1 -1
  3. metadata +4 -4
data/lib/Soda.rb CHANGED
@@ -2662,7 +2662,7 @@ JSCode
2662
2662
  result = 0
2663
2663
  master_result = 0
2664
2664
  thread_soda = nil
2665
- thread_timeout = (60 * 5) # 5 minutes #
2665
+ thread_timeout = (60 * 10) # 10 minutes #
2666
2666
  time_check = nil
2667
2667
 
2668
2668
  @currentTestFile = file
data/lib/SodaFireFox.rb CHANGED
@@ -60,7 +60,7 @@ def SodaFireFox.CreateFireFoxBrowser(options = nil)
60
60
 
61
61
  begin
62
62
  if (options != nil)
63
- result['browser'] = Watir::Browser.new(options)
63
+ result['browser'] = FireWatir::Firefox.new(options)
64
64
  else
65
65
  result['browser'] = Watir::Browser.new()
66
66
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: soda
3
3
  version: !ruby/object:Gem::Version
4
- hash: 17
4
+ hash: 15
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 7
10
- version: 0.0.7
9
+ - 8
10
+ version: 0.0.8
11
11
  platform: ruby
12
12
  authors:
13
13
  - Trampus Richmond
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-11-12 00:00:00 -08:00
18
+ date: 2010-11-17 00:00:00 -08:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency