soda 1.3.3 → 1.3.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/Soda.rb +2 -0
  2. data/lib/sodainfo.rb +1 -1
  3. metadata +3 -3
data/lib/Soda.rb CHANGED
@@ -233,6 +233,8 @@ class Soda
233
233
  Watir::Browser.default = @params['browser']
234
234
  end
235
235
 
236
+ sleep(10)
237
+
236
238
  if (@params['browser'] =~ /firefox/i)
237
239
  for i in 0..10 do
238
240
  if (@params['profile'] != nil)
data/lib/sodainfo.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  require 'Soda'
2
2
 
3
- SODA_GEM_VERSION = "1.3.3"
3
+ SODA_GEM_VERSION = "1.3.4"
4
4
 
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: 29
4
+ hash: 19
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 3
9
- - 3
10
- version: 1.3.3
9
+ - 4
10
+ version: 1.3.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Trampus Richmond